From: Benno Schulenberg Date: Wed, 20 Jan 2016 16:17:21 +0000 (+0000) Subject: Adding to the Changelog the remark that Savannah bug #44950 is now fixed. X-Git-Tag: v2.5.2~60 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a68e1627dc00886bf06d8d650fa1fc122bdbb6cb;p=nano.git Adding to the Changelog the remark that Savannah bug #44950 is now fixed. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5575 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index 4d2646d0..64aadc77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ 2016-01-20 Rishabh Dave * src/files.c (verify_path, open_buffer): When opening a new buffer, verify that the containing directory of the given filename exists. + This fixes Savannah bug #44950. * src/files.c (do_lockfile): Remove the existence check on the directory, as this is now covered by verify_path().