X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=39fd40bf42f8db647b62d406cd00745509021321;hb=41d1b6c42641a5b9e21486ca2074198ee7909bd7;hp=4247ec86abf93812294ff4317bb304b99be1c3eb;hpb=848529bafe96b53d3a52af546aeb04bae1bd35d5;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 4247ec86a..39fd40bf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2013-07-09 Pádraig Brady + + mountlist: add support for deallocating returned list entries + * lib/mountlist.c (free_mount_entry): A new exported function + to deallocate a mount list entry. + (read_file_system_list): Refactor to use the new deallocation function. + Suggested by Anton Ovchinnikov. + 2013-07-07 Paul Eggert stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11