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
master
Benno Schulenberg 2016-01-20 16:17:21 +00:00
parent fe3d849a75
commit a68e1627dc
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
2016-01-20 Rishabh Dave <rishabhddave@gmail.com> 2016-01-20 Rishabh Dave <rishabhddave@gmail.com>
* src/files.c (verify_path, open_buffer): When opening a new buffer, * src/files.c (verify_path, open_buffer): When opening a new buffer,
verify that the containing directory of the given filename exists. 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 * src/files.c (do_lockfile): Remove the existence check on the
directory, as this is now covered by verify_path(). directory, as this is now covered by verify_path().