[DRBD-cvs] r1485 - in trunk: . debian drbd/linux

drbd-user@lists.linbit.com drbd-user@lists.linbit.com
Fri, 6 Aug 2004 14:47:52 +0200 (CEST)


Author: phil
Date: 2004-08-06 14:47:50 +0200 (Fri, 06 Aug 2004)
New Revision: 1485

Modified:
   trunk/ChangeLog
   trunk/debian/changelog
   trunk/drbd.spec.in
   trunk/drbd/linux/drbd_config.h
Log:
Preparing the 0.7.2 release


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2004-08-06 12:25:49 UTC (rev 1484)
+++ trunk/ChangeLog	2004-08-06 12:47:50 UTC (rev 1485)
@@ -1,3 +1,15 @@
+0.7.2 (api:75/proto:74)
+-----
+  *) Propper handling of backing storage devices that occasionally fail 
+     READA (=read ahead) requests. (E.g. LVM and MD)
+  *) DRBD now fails READA requests itself, if a resynchronisation is running
+     and it would need to fetch the block from its peer.
+  *) "drbdadm adjust" had a race, which caused random errors. ( Missing
+     waitpid() ). Fixed now.
+  *) Popper substract SyncPause times from the syncer performance numbers.
+  *) Fix to the syncer progress bar in /proc/drbd.
+  *) Fix to debian build rules.
+	 
 0.7.1 (api:75/proto:74)
 -----
   *) Upgrade instructions for 0.6.x -> 0.7.0 and 0.7.0 -> 0.7.1

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-08-06 12:25:49 UTC (rev 1484)
+++ trunk/debian/changelog	2004-08-06 12:47:50 UTC (rev 1485)
@@ -1,3 +1,17 @@
+drbd (0.7.2-1) unstable; urgency=low
+
+  * Propper handling of backing storage devices that occasionally fail 
+    READA (=read ahead) requests. (E.g. LVM and MD)
+  * DRBD now fails READA requests itself, if a resynchronisation is running
+    and it would need to fetch the block from its peer.
+  * "drbdadm adjust" had a race, which caused random errors. ( Missing
+    waitpid() ). Fixed now.
+  * Popper substract SyncPause times from the syncer performance numbers.
+  * Fix to the syncer progress bar in /proc/drbd.
+  * Fix to debian build rules.
+
+ -- Philipp Reisner <phil@linbit.com>  Fri, 6 Aug 2004 14:44:31 +0200
+
 drbd (0.7.1-1) unstable; urgency=low
 
   * Upgrade instructions for 0.6.x -> 0.7.0 and 0.7.0 -> 0.7.1

Modified: trunk/drbd/linux/drbd_config.h
===================================================================
--- trunk/drbd/linux/drbd_config.h	2004-08-06 12:25:49 UTC (rev 1484)
+++ trunk/drbd/linux/drbd_config.h	2004-08-06 12:47:50 UTC (rev 1485)
@@ -22,7 +22,7 @@
 
 extern const char * drbd_buildtag(void);
 
-#define REL_VERSION "0.7.1"
+#define REL_VERSION "0.7.2"
 #define API_VERSION 75
 #define PRO_VERSION 74
 

Modified: trunk/drbd.spec.in
===================================================================
--- trunk/drbd.spec.in	2004-08-06 12:25:49 UTC (rev 1484)
+++ trunk/drbd.spec.in	2004-08-06 12:47:50 UTC (rev 1485)
@@ -177,6 +177,18 @@
 /sbin/depmod -a -F /boot/System.map-%{kernelversion} %{kernelversion} >/dev/null 2>&1 || true
 
 %changelog
+* Fri Aug 06 2004 14:44:31 +0200 Philipp Reisner <phil@linbit.com>
+- drbd (0.7.2-1)
+  * Propper handling of backing storage devices that occasionally fail 
+    READA (=read ahead) requests. (E.g. LVM and MD)
+  * DRBD now fails READA requests itself, if a resynchronisation is running
+    and it would need to fetch the block from its peer.
+  * "drbdadm adjust" had a race, which caused random errors. ( Missing
+    waitpid() ). Fixed now.
+  * Popper substract SyncPause times from the syncer performance numbers.
+  * Fix to the syncer progress bar in /proc/drbd.
+  * Fix to debian build rules.
+
 * Fri Jul 30 2004 13:50:38 +0200 Philipp Reisner <phil@linbit.com>
 - drbd (0.7.1-1)
   * Upgrade instructions for 0.6.x -> 0.7.0 and 0.7.0 -> 0.7.1