[DRBD-cvs] svn commit by phil - r2325 - in branches/drbd-0.7: . debian drbd/linux - Preparing the 0.7.21 release

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Tue Aug 1 16:39:41 CEST 2006


Author: phil
Date: 2006-08-01 16:39:39 +0200 (Tue, 01 Aug 2006)
New Revision: 2325

Modified:
   branches/drbd-0.7/ChangeLog
   branches/drbd-0.7/debian/changelog
   branches/drbd-0.7/drbd.spec.in
   branches/drbd-0.7/drbd/linux/drbd_config.h
Log:
Preparing the 0.7.21 release


Modified: branches/drbd-0.7/ChangeLog
===================================================================
--- branches/drbd-0.7/ChangeLog	2006-08-01 13:44:11 UTC (rev 2324)
+++ branches/drbd-0.7/ChangeLog	2006-08-01 14:39:39 UTC (rev 2325)
@@ -6,6 +6,14 @@
  Cumulative changes since last tarball.
  For even more detail, use "svn log" and "svn diff".
 
+0.7.21 (api:79/proto:74)
+-----
+ * Fixed the "syncer stalled" after reconnect symptom.
+ * Fixed the "stalled in WFParams" after reconnect symptom. The cause
+   of this bug was actually a misuse of the data socket.
+ * Allow to set the uplug_watermark to 1, only usefull for very strange
+   cases.
+
 0.7.20 (api:79/proto:74)
 -----
  * The GC comparison code failed to start a resync in case the two

Modified: branches/drbd-0.7/debian/changelog
===================================================================
--- branches/drbd-0.7/debian/changelog	2006-08-01 13:44:11 UTC (rev 2324)
+++ branches/drbd-0.7/debian/changelog	2006-08-01 14:39:39 UTC (rev 2325)
@@ -1,3 +1,9 @@
+drbd (0.7.21-0) unstable; urgency=low
+
+  * New upstream release
+
+ -- Philipp Reisner <phil at linbit.com>  Tue, 01 Aug 2006 16:34:22 +0200
+
 drbd (0.7.20-0) unstable; urgency=low
 
   * New upstream release

Modified: branches/drbd-0.7/drbd/linux/drbd_config.h
===================================================================
--- branches/drbd-0.7/drbd/linux/drbd_config.h	2006-08-01 13:44:11 UTC (rev 2324)
+++ branches/drbd-0.7/drbd/linux/drbd_config.h	2006-08-01 14:39:39 UTC (rev 2325)
@@ -22,7 +22,7 @@
 
 extern const char * drbd_buildtag(void);
 
-#define REL_VERSION "0.7.20"
+#define REL_VERSION "0.7.21"
 #define API_VERSION 79
 #define PRO_VERSION 74
 

Modified: branches/drbd-0.7/drbd.spec.in
===================================================================
--- branches/drbd-0.7/drbd.spec.in	2006-08-01 13:44:11 UTC (rev 2324)
+++ branches/drbd-0.7/drbd.spec.in	2006-08-01 14:39:39 UTC (rev 2325)
@@ -190,6 +190,14 @@
 /sbin/depmod -a -F /boot/System.map-%{kernelversion} %{kernelversion} >/dev/null 2>&1 || true
 
 %changelog
+* Tue Aug  1 2006 16:34:22 +0200 Philipp Reisner <phil at linbit.com>
+- drbd (0.7.21-1)
+ * Fixed the "syncer stalled" after reconnect symptom.
+ * Fixed the "stalled in WFParams" after reconnect symptom. The cause
+   of this bug was actually a misuse of the data socket.
+ * Allow to set the uplug_watermark to 1, only usefull for very strange
+   cases.
+
 * Tue Jul  4 2006 15:13:15 +0200 Philipp Reisner <phil at linbit.com>
 - drbd (0.7.20-1)
  * The GC comparison code failed to start a resync in case the two



More information about the drbd-cvs mailing list