[DRBD-cvs] svn commit by phil - r2260 - in branches/drbd-0.7: . debian drbd/linux - Preparing drbd-0.7.20

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Tue Jul 4 15:16:15 CEST 2006


Author: phil
Date: 2006-07-04 15:15:53 +0200 (Tue, 04 Jul 2006)
New Revision: 2260

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 drbd-0.7.20


Modified: branches/drbd-0.7/ChangeLog
===================================================================
--- branches/drbd-0.7/ChangeLog	2006-07-04 12:58:30 UTC (rev 2259)
+++ branches/drbd-0.7/ChangeLog	2006-07-04 13:15:53 UTC (rev 2260)
@@ -6,6 +6,17 @@
  Cumulative changes since last tarball.
  For even more detail, use "svn log" and "svn diff".
 
+0.7.20 (api:79/proto:74)
+-----
+ * The GC comparison code failed to start a resync in case the two
+   cluster node failed simultaniously (common power failure).
+ * Fixed DRBD's code to start kernel threads to work on 2.6.17 also.
+ * IOCTL return codes fixed for 32bit userland - 64 bit kernel
+   setups.
+ * New config option "unplug-watermark".
+ * Released the drbd_alloc_ee() / drbd_free_ee() implementation from 
+   the DRBD+ branch to the main branch.
+
 0.7.19 (api:78/proto:74)
 -----
  * Fixed a bug where lc_del() left a list poison in an LRU chache's

Modified: branches/drbd-0.7/debian/changelog
===================================================================
--- branches/drbd-0.7/debian/changelog	2006-07-04 12:58:30 UTC (rev 2259)
+++ branches/drbd-0.7/debian/changelog	2006-07-04 13:15:53 UTC (rev 2260)
@@ -1,3 +1,9 @@
+drbd (0.7.20-0) unstable; urgency=low
+
+  * New upstream release
+
+ -- Philipp Reisner <phil at linbit.com>  Tue, 04 Jul 2006 15:13:15 +0200
+
 drbd (0.7.19-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-07-04 12:58:30 UTC (rev 2259)
+++ branches/drbd-0.7/drbd/linux/drbd_config.h	2006-07-04 13:15:53 UTC (rev 2260)
@@ -22,7 +22,7 @@
 
 extern const char * drbd_buildtag(void);
 
-#define REL_VERSION "0.7.19"
+#define REL_VERSION "0.7.20"
 #define API_VERSION 79
 #define PRO_VERSION 74
 

Modified: branches/drbd-0.7/drbd.spec.in
===================================================================
--- branches/drbd-0.7/drbd.spec.in	2006-07-04 12:58:30 UTC (rev 2259)
+++ branches/drbd-0.7/drbd.spec.in	2006-07-04 13:15:53 UTC (rev 2260)
@@ -190,6 +190,17 @@
 /sbin/depmod -a -F /boot/System.map-%{kernelversion} %{kernelversion} >/dev/null 2>&1 || true
 
 %changelog
+* 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
+   cluster node failed simultaniously (common power failure).
+ * Fixed DRBD's code to start kernel threads to work on 2.6.17 also.
+ * IOCTL return codes fixed for 32bit userland - 64 bit kernel
+   setups.
+ * New config option "unplug-watermark".
+ * Released the drbd_alloc_ee() / drbd_free_ee() implementation from 
+   the DRBD+ branch to the main branch.
+
 * Mon May 24 2006 14:03:07 +0200 Philipp Reisner <phil at linbit.com>
 - drbd (0.7.19-1)
  * Fixed a bug where lc_del() left a list poison in an LRU chache's



More information about the drbd-cvs mailing list