From ded421d2b15243b09d7eb62fdba9caef0dba28d1 Mon Sep 17 00:00:00 2001 From: Slava Zanko Date: Fri, 28 Dec 2012 12:25:03 +0300 Subject: [PATCH] Updated doc/NEWS file Signed-off-by: Slava Zanko --- doc/NEWS | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/doc/NEWS b/doc/NEWS index 099508ad7..25e14188a 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -1,3 +1,40 @@ +Version 4.8.1.7 + +- Core + + * Minimal GLib version is 2.12.0 + +- VFS + + * uc1541 extfs plug-in updated up to version 2.5 (#2935) + +- Editor + + * Reset selection after text paste (only in non-persistent selection mode) (#2660) + * Don't indent blank lines (#303) + * Add .psgi as Perl syntax highlighting (#2912) + +- Misc + + * Code cleanup (#2889, #1950) + * Remove the empty contrib/dist/debian/ since it maintained separately in Debian (#2871) + * Highlight OGV files as media (#2934) + * Added new translations: + - Persian (fa) + - Croatian (hr) + +- Fixes + + * Build failure on Cygwin (#2917) + * Fail to check ncurses library if --with-ncurses-inc and --with-ncurses-libs options are used (#2926) + * Crash on Solaris while trying to copy a file (#2906) + * Attributes of existing directories are never preserved when copying (#2924) + * Terminal settings are not changed when window is resized (#2198) + * Broken path completion on paths starting with ~/ (#2898) + * Enter into symlink to commpressed patch shows empty patch (#2910) + * Test failure on Cygwin due to incorrect linkage flag (#2918) + * Non-portable test (#2883) + Version 4.8.1.6 - Fixes -- 2.11.4.GIT