[DRBD-cvs] r1941 - in branches/drbd-0.7: . debian drbd/linux

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Thu Sep 1 10:01:10 CEST 2005


Author: phil
Date: 2005-09-01 10:01:07 +0200 (Thu, 01 Sep 2005)
New Revision: 1941

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 0.7.13 release


Modified: branches/drbd-0.7/ChangeLog
===================================================================
--- branches/drbd-0.7/ChangeLog	2005-09-01 07:45:50 UTC (rev 1940)
+++ branches/drbd-0.7/ChangeLog	2005-09-01 08:01:07 UTC (rev 1941)
@@ -4,6 +4,14 @@
  Cumulative changes since last tarball.
  For even more detail, use "svn log" and "svn diff".
 
+0.7.13 (api:77/proto:74)
+-----
+ * Fixed a SMP race condition that caused the resync process to stall
+   after a few seconds to minutes.
+ * The sync speed display is replaced by the word "stalled" in case the 
+   syncer makes no progress within 20 seconds.
+ * Some improvements to the documentation.
+
 0.7.12 (api:77/proto:74)
 -----
  * The /proc/drbd code used a fixed single page buffer. This breaks 

Modified: branches/drbd-0.7/debian/changelog
===================================================================
--- branches/drbd-0.7/debian/changelog	2005-09-01 07:45:50 UTC (rev 1940)
+++ branches/drbd-0.7/debian/changelog	2005-09-01 08:01:07 UTC (rev 1941)
@@ -1,3 +1,9 @@
+drbd (0.7.13-0) unstable; urgency=low
+
+  * New upstream release
+
+ -- Philipp Reisner <phil at linbit.com>  Thu, 1 Sep 2005 10:00:00 +0200
+
 drbd (0.7.12-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	2005-09-01 07:45:50 UTC (rev 1940)
+++ branches/drbd-0.7/drbd/linux/drbd_config.h	2005-09-01 08:01:07 UTC (rev 1941)
@@ -22,7 +22,7 @@
 
 extern const char * drbd_buildtag(void);
 
-#define REL_VERSION "0.7.12"
+#define REL_VERSION "0.7.13"
 #define API_VERSION 77
 #define PRO_VERSION 74
 

Modified: branches/drbd-0.7/drbd.spec.in
===================================================================
--- branches/drbd-0.7/drbd.spec.in	2005-09-01 07:45:50 UTC (rev 1940)
+++ branches/drbd-0.7/drbd.spec.in	2005-09-01 08:01:07 UTC (rev 1941)
@@ -190,6 +190,14 @@
 /sbin/depmod -a -F /boot/System.map-%{kernelversion} %{kernelversion} >/dev/null 2>&1 || true
 
 %changelog
+* Thu Sep  1 2005 10:00:00 +0200 Philipp Reisner <phil at linbit.com>
+- drbd (0.7.13-1)
+ * Fixed a SMP race condition that caused the resync process to stall
+   after a few seconds to minutes.
+ * The sync speed display is replaced by the word "stalled" in case the 
+   syncer makes no progress within 20 seconds.
+ * Some improvements to the documentation.
+
 * Wed Aug 24 2005 15:01:10 +0200 Philipp Reisner <phil at linbit.com>
 - drbd (0.7.12-1)
  * The /proc/drbd code used a fixed single page buffer. This breaks 



More information about the drbd-cvs mailing list