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

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Mon Oct 17 16:42:54 CEST 2005


Author: phil
Date: 2005-10-17 16:42:53 +0200 (Mon, 17 Oct 2005)
New Revision: 1987

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.14 release


Modified: branches/drbd-0.7/ChangeLog
===================================================================
--- branches/drbd-0.7/ChangeLog	2005-10-17 14:29:23 UTC (rev 1986)
+++ branches/drbd-0.7/ChangeLog	2005-10-17 14:42:53 UTC (rev 1987)
@@ -1,9 +1,20 @@
 Latest:
 ------
- ChangeLog last updated: r1915 2005-08-22
+ ChangeLog last updated: r1986 2005-10-17
  Cumulative changes since last tarball.
  For even more detail, use "svn log" and "svn diff".
 
+0.7.14 (api:77/proto:74)
+-----
+ * Fixed a SMP race condition introduced in 0.7.12, that could cause
+   a lockup on a busy node in Primary/SyncSource state.
+ * In case a disc failes during a read requests, the read requests
+   is reissued to the peer. Now it also tells the peer that the disk
+   broke. 
+   Without that fix this bug could cause a resync in the wrong direction
+   after a cluster restart.
+ * Some improvements to the documentation.
+
 0.7.13 (api:77/proto:74)
 -----
  * Fixed a SMP race condition that caused the resync process to stall

Modified: branches/drbd-0.7/debian/changelog
===================================================================
--- branches/drbd-0.7/debian/changelog	2005-10-17 14:29:23 UTC (rev 1986)
+++ branches/drbd-0.7/debian/changelog	2005-10-17 14:42:53 UTC (rev 1987)
@@ -1,3 +1,9 @@
+drbd (0.7.14-0) unstable; urgency=low
+
+  * New upstream release
+
+ -- Philipp Reisner <phil at linbit.com>  Mon, 17 Oct 2005 16:37:52 +0200
+
 drbd (0.7.13-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-10-17 14:29:23 UTC (rev 1986)
+++ branches/drbd-0.7/drbd/linux/drbd_config.h	2005-10-17 14:42:53 UTC (rev 1987)
@@ -22,7 +22,7 @@
 
 extern const char * drbd_buildtag(void);
 
-#define REL_VERSION "0.7.13"
+#define REL_VERSION "0.7.14"
 #define API_VERSION 77
 #define PRO_VERSION 74
 

Modified: branches/drbd-0.7/drbd.spec.in
===================================================================
--- branches/drbd-0.7/drbd.spec.in	2005-10-17 14:29:23 UTC (rev 1986)
+++ branches/drbd-0.7/drbd.spec.in	2005-10-17 14:42:53 UTC (rev 1987)
@@ -190,6 +190,17 @@
 /sbin/depmod -a -F /boot/System.map-%{kernelversion} %{kernelversion} >/dev/null 2>&1 || true
 
 %changelog
+* Mon Oct 17 2005 16:44:09 +0200 Philipp Reisner <phil at linbit.com>
+- drbd (0.7.14-1)
+ * Fixed a SMP race condition introduced in 0.7.12, that could cause
+   a lockup on a busy node in Primary/SyncSource state.
+ * In case a disc failes during a read requests, the read requests
+   is reissued to the peer. Now it also tells the peer that the disk
+   broke. 
+   Without that fix this bug could cause a resync in the wrong direction
+   after a cluster restart.
+ * Some improvements to the documentation.
+
 * 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



More information about the drbd-cvs mailing list