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

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Mon Mar 6 15:00:42 CET 2006


Author: phil
Date: 2006-03-06 15:00:35 +0100 (Mon, 06 Mar 2006)
New Revision: 2093

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


Modified: branches/drbd-0.7/ChangeLog
===================================================================
--- branches/drbd-0.7/ChangeLog	2006-03-06 10:46:13 UTC (rev 2092)
+++ branches/drbd-0.7/ChangeLog	2006-03-06 14:00:35 UTC (rev 2093)
@@ -1,9 +1,18 @@
 Latest:
 ------
- ChangeLog last updated: r2014 2005-12-19
+ ChangeLog last updated: r2085 2006-03-06
  Cumulative changes since last tarball.
  For even more detail, use "svn log" and "svn diff".
 
+0.7.17 (api:77/proto:74)
+-----
+ * There was a bug that could cause the activity log to be not applied 
+   after a primary crash, when an other size than 127 elements was configured.
+ * There was a bug in the activity log code, that could cause that the
+   latest update to the AL is omitted at recovery time.
+ * The "Marked additional XXKB as out-of-synced based on AL." message
+   showed one one eighth of the real amount, fixed.
+
 0.7.16 (api:77/proto:74)
 -----
  * DRBD no longer shrinks an consistent device if it gets connected to

Modified: branches/drbd-0.7/debian/changelog
===================================================================
--- branches/drbd-0.7/debian/changelog	2006-03-06 10:46:13 UTC (rev 2092)
+++ branches/drbd-0.7/debian/changelog	2006-03-06 14:00:35 UTC (rev 2093)
@@ -1,3 +1,9 @@
+drbd (0.7.17-0) unstable; urgency=low
+
+  * New upstream release
+
+ -- Philipp Reisner <phil at linbit.com>  Mon, 6 Mar 2006 14:43:00 +0200
+
 drbd (0.7.16-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-03-06 10:46:13 UTC (rev 2092)
+++ branches/drbd-0.7/drbd/linux/drbd_config.h	2006-03-06 14:00:35 UTC (rev 2093)
@@ -22,7 +22,7 @@
 
 extern const char * drbd_buildtag(void);
 
-#define REL_VERSION "0.7.16"
+#define REL_VERSION "0.7.17"
 #define API_VERSION 77
 #define PRO_VERSION 74
 

Modified: branches/drbd-0.7/drbd.spec.in
===================================================================
--- branches/drbd-0.7/drbd.spec.in	2006-03-06 10:46:13 UTC (rev 2092)
+++ branches/drbd-0.7/drbd.spec.in	2006-03-06 14:00:35 UTC (rev 2093)
@@ -190,6 +190,15 @@
 /sbin/depmod -a -F /boot/System.map-%{kernelversion} %{kernelversion} >/dev/null 2>&1 || true
 
 %changelog
+* Mon Mar  6 2006 14:43:41 +0200 Philipp Reisner <phil at linbit.com>
+- drbd (0.7.17-1)
+ * There was a bug that could cause the activity log to be not applied 
+   after a primary crash, when an other size than 127 elements was configured.
+ * There was a bug in the activity log code, that could cause that the
+   latest update to the AL is omitted at recovery time.
+ * The "Marked additional XXKB as out-of-synced based on AL." message
+   showed one one eighth of the real amount, fixed.
+
 * Mon Feb 13 2006 15:52:00 +0200 Philipp Reisner <phil at linbit.com>
 - drbd (0.7.16-1)
  * DRBD no longer shrinks an consistent device if it gets connected to



More information about the drbd-cvs mailing list