From f25ecd8bdfe97c7040da39bbeed9d31db8525527 Mon Sep 17 00:00:00 2001 From: Patrick Winnertz Date: Sun, 1 Feb 2009 13:45:30 +0100 Subject: [PATCH] Updated NEWS file to reflect everything which will be fixed within the 4.6.2 release. Signed-off-by: Patrick Winnertz --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f63e9ed32..5bc98c726 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,8 @@ Version 4.6.2 - Fixed file renames, when copying/moving is performed into deleted directories. (Closes: #181) - Add an option to show executables first in the panels (Closes: #173) + - Fixed concat_dir_and_file if there is a paramter = NULL (Closes: #180) + - Allow out-of-tree builds (Closes: #224, #208) - Editor - Syntax highlighting for: @@ -34,7 +36,7 @@ Version 4.6.2 - VFS - Fix some bashisms in some extfs scripts (Closes: #146) - Fixed various problems with symlinks and files with chars which needs - escaping over fish (Closes: #10, #87, #149) + escaping over fish (Closes: #10, #87, #149, #53) - Added 7zip extfs descriptor (Closes: #92) - Switched from o3totxt to odf2txt as o3totxt is outdated (Closes: #218)