]> sourceware.org Git - lvm2.git/commitdiff
improve changelog
authorAlasdair Kergon <agk@redhat.com>
Mon, 6 Aug 2007 13:09:46 +0000 (13:09 +0000)
committerAlasdair Kergon <agk@redhat.com>
Mon, 6 Aug 2007 13:09:46 +0000 (13:09 +0000)
WHATS_NEW_DM
libdm/libdevmapper.h

index fc4ece3087362e4f19329b5f2395642376898eb8..1dc96d5a5caa7f405d5867dd232d07d660101652 100644 (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
 ================================
index 058af8f0a7ae40ea05a05b87a773d2b937c1f067..c7a60590c0fd9f248c711049bdc25a8cce81affb 100644 (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.
This page took 0.044722 seconds and 5 git commands to generate.