1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +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 - Version 1.02.22 -
================================ ================================
Fix a possible segfault in libdevmapper-event Avoid repeated dm_task free on some dm_event_get_registered_device errors.
Export dm_create_dir (was create_dir) to help fix LVM2 link error Introduce log_sys_* macros from LVM2.
Don't log mkdir fail-with-EROFS, to make create_dir equiv to the one in LVM2 Export dm_fclose and dm_create_dir.
Introduce and use log_sys_* macros from LVM2 Don't log EROFS mkdir failures in _create_dir_recursive (for LVM2).
dm_fclose: new function Add fclose wrapper dm_fclose that catches write failures (using ferror).
libdevmapper, dmeventd: be paranoid about detecting write failure
Version 1.02.21 - 13th July 2007 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); int dm_fclose(FILE *stream);
/* /*
* Returns size of a buffer which is allocated with dm_malloc. * Returns size of a buffer which is allocated with dm_malloc.
* Pointer to the buffer is stored in *buf. * Pointer to the buffer is stored in *buf.