mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
NEWS: Fixed commit to the wrong branch.
This commit is contained in:
parent
26e5b1d1c0
commit
565866175d
@ -1,3 +1,7 @@
|
|||||||
|
2005-07-08 Leonard den Ottolander <leonard den ottolander nl>
|
||||||
|
|
||||||
|
* NEWS: Fixed commit to the wrong branch.
|
||||||
|
|
||||||
2005-07-05 Roland Illig <roland.illig@gmx.de>
|
2005-07-05 Roland Illig <roland.illig@gmx.de>
|
||||||
|
|
||||||
* configure.ac: Removed detection of the umode_t type. All
|
* configure.ac: Removed detection of the umode_t type. All
|
||||||
|
47
NEWS
47
NEWS
@ -1,3 +1,24 @@
|
|||||||
|
Current
|
||||||
|
|
||||||
|
- Core functionality.
|
||||||
|
- Device numbers are displayed correctly.
|
||||||
|
- Improved message formatting for i18n.
|
||||||
|
- Recursive option added for internal grep.
|
||||||
|
|
||||||
|
- Viewer.
|
||||||
|
- Almost completely rewritten internal viewer.
|
||||||
|
- mmap(2) support removed from internal viewer.
|
||||||
|
|
||||||
|
- VFS.
|
||||||
|
- Fixed device number handling.
|
||||||
|
- zipfs can handle zip files that contain pathnames starting
|
||||||
|
with "./".
|
||||||
|
- Passive FTP over proxies is possible.
|
||||||
|
|
||||||
|
- Miscellaneous.
|
||||||
|
- Code cleanup in various places
|
||||||
|
|
||||||
|
|
||||||
Version 4.6.1-pre5.
|
Version 4.6.1-pre5.
|
||||||
|
|
||||||
- Core functionality.
|
- Core functionality.
|
||||||
@ -38,6 +59,7 @@ Version 4.6.1-pre5.
|
|||||||
- Updated translations: German.
|
- Updated translations: German.
|
||||||
- Updated translations: Italian.
|
- Updated translations: Italian.
|
||||||
|
|
||||||
|
|
||||||
Version 4.6.1-pre4.
|
Version 4.6.1-pre4.
|
||||||
|
|
||||||
- Core functionality.
|
- Core functionality.
|
||||||
@ -49,6 +71,7 @@ Version 4.6.1-pre4.
|
|||||||
- Add syntax file for the CORBA IDL.
|
- Add syntax file for the CORBA IDL.
|
||||||
- Add syntax file for the LUA programming language.
|
- Add syntax file for the LUA programming language.
|
||||||
|
|
||||||
|
|
||||||
Version 4.6.1-pre3.
|
Version 4.6.1-pre3.
|
||||||
|
|
||||||
- Core functionality.
|
- Core functionality.
|
||||||
@ -57,15 +80,17 @@ Version 4.6.1-pre3.
|
|||||||
- Translations.
|
- Translations.
|
||||||
- Updated translations: Spain.
|
- Updated translations: Spain.
|
||||||
|
|
||||||
|
|
||||||
Version 4.6.1-pre2.
|
Version 4.6.1-pre2.
|
||||||
|
|
||||||
|
Release candidate for 4.6.1.
|
||||||
|
|
||||||
- Security.
|
- Security.
|
||||||
- Fix CAN-2004-0226 (buffer overflows).
|
- Fixed CAN-2004-0226 (buffer overflows).
|
||||||
- Fix CAN-2004-0231 (unsafe temporary file and directory creation).
|
- Fixed CAN-2004-0231 (unsafe temporary file and directory creation).
|
||||||
- Fix CAN-2004-0232 (format string vulnerablities).
|
- Fixed CAN-2004-0232 (format string vulnerablities).
|
||||||
- cons.saver does not need to be setuid-root on Linux.
|
- cons.saver does not need to be setuid-root on Linux.
|
||||||
- Hiding of FTP passwords.
|
- Hiding of FTP passwords.
|
||||||
- See also VFS.
|
|
||||||
|
|
||||||
- Portability.
|
- Portability.
|
||||||
- PC port has been removed.
|
- PC port has been removed.
|
||||||
@ -77,8 +102,7 @@ Version 4.6.1-pre2.
|
|||||||
- Better support for '@' in FTP usernames.
|
- Better support for '@' in FTP usernames.
|
||||||
- Better large file support (int -> off_t)
|
- Better large file support (int -> off_t)
|
||||||
- Add gnome, rxvt and xterm-new terminals (keyword copy for mc.lib).
|
- Add gnome, rxvt and xterm-new terminals (keyword copy for mc.lib).
|
||||||
- Make the find dialog more responsive while scanning through large
|
- Make the find dialog more responsive while scanning through large files.
|
||||||
files.
|
|
||||||
- Add implementation to cons.handler for FreeBSD 4.x and 5.x.
|
- Add implementation to cons.handler for FreeBSD 4.x and 5.x.
|
||||||
- Screen saving is now supported on FreeBSD console.
|
- Screen saving is now supported on FreeBSD console.
|
||||||
- Hide temporary commands from history.
|
- Hide temporary commands from history.
|
||||||
@ -87,8 +111,6 @@ Version 4.6.1-pre2.
|
|||||||
- Background support now uses pipes instead of UNIX sockets.
|
- Background support now uses pipes instead of UNIX sockets.
|
||||||
- libX11 is loaded dynamically using gmodule if possible.
|
- libX11 is loaded dynamically using gmodule if possible.
|
||||||
- User is warned if one mc is run from another.
|
- User is warned if one mc is run from another.
|
||||||
- In red dialog boxes draw the hotkey characters with a color
|
|
||||||
different than the one used to paint the dialog.
|
|
||||||
|
|
||||||
- Screen libraries.
|
- Screen libraries.
|
||||||
- Add many boundary check into internal slang library.
|
- Add many boundary check into internal slang library.
|
||||||
@ -100,8 +122,8 @@ Version 4.6.1-pre2.
|
|||||||
- Fix bugs for mcedit compiled with ncurses.
|
- Fix bugs for mcedit compiled with ncurses.
|
||||||
- New status string format in mcedit.
|
- New status string format in mcedit.
|
||||||
- Support for large syntax files.
|
- Support for large syntax files.
|
||||||
- Temporarily disable safe save and backups on remote VFS because it
|
- Temporarily disable safe save and backups on remote VFS
|
||||||
doesn't work.
|
because it doesn't work.
|
||||||
- Enable user menu in mcedit.
|
- Enable user menu in mcedit.
|
||||||
- Add syntax file for the ASP.NET technology.
|
- Add syntax file for the ASP.NET technology.
|
||||||
- Add syntax file for the Eiffel programming language.
|
- Add syntax file for the Eiffel programming language.
|
||||||
@ -119,13 +141,12 @@ Version 4.6.1-pre2.
|
|||||||
- Fixed CAN-2003-1023 (stack overflow in vfs_s_resolve_symlink).
|
- Fixed CAN-2003-1023 (stack overflow in vfs_s_resolve_symlink).
|
||||||
- Various fixes in tar.c.
|
- Various fixes in tar.c.
|
||||||
- VFS supports iso9660 images.
|
- VFS supports iso9660 images.
|
||||||
- extfs/rpm: Don't show the package's contents directly in the root
|
|
||||||
directory, but only as an archive called contents.cpio.
|
|
||||||
|
|
||||||
- Translations.
|
- Translations.
|
||||||
- New translations: Mongolian, Serbian and Lithuanian.
|
- New translations: Mongolian, Serbian and Lithuanian.
|
||||||
- Updated translations: Ukrainian, Italian, Hungarian.
|
- Updated translations: Ukrainian, Italian, Hungarian.
|
||||||
|
|
||||||
|
|
||||||
Version 4.6.0.
|
Version 4.6.0.
|
||||||
|
|
||||||
- Core functionality.
|
- Core functionality.
|
||||||
|
Loading…
Reference in New Issue
Block a user