1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

improve changelog

This commit is contained in:
Alasdair Kergon 2007-08-06 13:09:46 +00:00
parent b7449ebc37
commit ee80c0f0e3
2 changed files with 5 additions and 7 deletions

View File

@ -1,11 +1,10 @@
Version 1.02.22 -
================================
Fix a possible segfault in libdevmapper-event
Export dm_create_dir (was create_dir) to help fix LVM2 link error
Don't log mkdir fail-with-EROFS, to make create_dir equiv to the one in LVM2
Introduce and use log_sys_* macros from LVM2
dm_fclose: new function
libdevmapper, dmeventd: be paranoid about detecting write failure
Avoid repeated dm_task free on some dm_event_get_registered_device errors.
Introduce log_sys_* macros from LVM2.
Export dm_fclose and dm_create_dir.
Don't log EROFS mkdir failures in _create_dir_recursive (for LVM2).
Add fclose wrapper dm_fclose that catches write failures (using ferror).
Version 1.02.21 - 13th July 2007
================================

View File

@ -644,7 +644,6 @@ int dm_create_dir(const char *dir);
*/
int dm_fclose(FILE *stream);
/*
* Returns size of a buffer which is allocated with dm_malloc.
* Pointer to the buffer is stored in *buf.