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

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Mon Feb 13 15:55:18 CET 2006


Author: phil
Date: 2006-02-13 15:55:17 +0100 (Mon, 13 Feb 2006)
New Revision: 2066

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


Modified: branches/drbd-0.7/ChangeLog
===================================================================
--- branches/drbd-0.7/ChangeLog	2006-02-10 12:24:56 UTC (rev 2065)
+++ branches/drbd-0.7/ChangeLog	2006-02-13 14:55:17 UTC (rev 2066)
@@ -4,6 +4,20 @@
  Cumulative changes since last tarball.
  For even more detail, use "svn log" and "svn diff".
 
+0.7.16 (api:77/proto:74)
+-----
+ * DRBD no longer shrinks an consistent device if it gets connected to
+   an smaller peer or attached to a smaller disk.
+ * There was a bug related to the degr-wcf-timeout config option, it was
+   never used in recent DRBD releases. Fixed.
+ * Made DRBD work with Neil Brown's patch, that serializes recusive
+   ralls to generic_make_request(). FC4 included that patch in its
+   later kernels.
+ * Minor fixes to drbdadm
+ * Compiles now also with Linux-2.6.16-rc1
+ * Updates to documentation and example config file to make it more
+   clear that we talk about byte/second and not bit/second.
+
 0.7.15 (api:77/proto:74)
 -----
  * Fixed a bug in the GC code that could cause a resync attempt

Modified: branches/drbd-0.7/debian/changelog
===================================================================
--- branches/drbd-0.7/debian/changelog	2006-02-10 12:24:56 UTC (rev 2065)
+++ branches/drbd-0.7/debian/changelog	2006-02-13 14:55:17 UTC (rev 2066)
@@ -1,3 +1,9 @@
+drbd (0.7.16-0) unstable; urgency=low
+
+  * New upstream release
+
+ -- Philipp Reisner <phil at linbit.com>  Mon, 13 Feb 2006 15:52:00 +0200
+
 drbd (0.7.15-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-02-10 12:24:56 UTC (rev 2065)
+++ branches/drbd-0.7/drbd/linux/drbd_config.h	2006-02-13 14:55:17 UTC (rev 2066)
@@ -22,7 +22,7 @@
 
 extern const char * drbd_buildtag(void);
 
-#define REL_VERSION "0.7.15"
+#define REL_VERSION "0.7.16"
 #define API_VERSION 77
 #define PRO_VERSION 74
 

Modified: branches/drbd-0.7/drbd.spec.in
===================================================================
--- branches/drbd-0.7/drbd.spec.in	2006-02-10 12:24:56 UTC (rev 2065)
+++ branches/drbd-0.7/drbd.spec.in	2006-02-13 14:55:17 UTC (rev 2066)
@@ -190,6 +190,20 @@
 /sbin/depmod -a -F /boot/System.map-%{kernelversion} %{kernelversion} >/dev/null 2>&1 || true
 
 %changelog
+* 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
+   an smaller peer or attached to a smaller disk.
+ * There was a bug related to the degr-wcf-timeout config option, it was
+   never used in recent DRBD releases. Fixed.
+ * Made DRBD work with Neil Brown's patch, that serializes recusive
+   ralls to generic_make_request(). FC4 included that patch in its
+   later kernels.
+ * Minor fixes to drbdadm
+ * Compiles now also with Linux-2.6.16-rc1
+ * Updates to documentation and example config file to make it more
+   clear that we talk about byte/second and not bit/second.
+
 * Mon Dec 19 2005 14:44:00 +0200 Philipp Reisner <phil at linbit.com>
 - drbd (0.7.15-1)
  * Fixed a bug in the GC code that could cause a resync attempt



More information about the drbd-cvs mailing list