[DRBD-cvs] svn commit by phil - r2703 - in trunk: . debian drbd/linux - Preparing drbd-8.0rc2 (one patch is still missing)

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Wed Jan 17 17:58:23 CET 2007


Author: phil
Date: 2007-01-17 17:58:21 +0100 (Wed, 17 Jan 2007)
New Revision: 2703

Modified:
   trunk/ChangeLog
   trunk/debian/changelog
   trunk/drbd.spec.in
   trunk/drbd/linux/drbd_config.h
Log:
Preparing drbd-8.0rc2 (one patch is still missing)



Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-01-16 18:51:07 UTC (rev 2702)
+++ trunk/ChangeLog	2007-01-17 16:58:21 UTC (rev 2703)
@@ -4,6 +4,21 @@
  Cumulative changes since last tarball.
  For even more detail, use "svn log" and "svn diff".
 
+8.0rc2 (api:86/proto:86)
+--------
+ * Added the well known automagiacally adjust drbd_config.h to
+   make drbd compile on every by vendor's backports defaced 
+   kernel. ( Linux-2.6.x only of course )
+ * Fixed races with starting and finishing resync processes 
+   while heavy application IO is going on.
+ * Ported DRBD to the new crypto API (and added a emulation of the
+   now API on top of the old one for older 2.6.x kernels)
+ * Code to perform better on ethernet networks with jumbo
+   frames.
+ * Bugfixes to our request code (race conditions).
+ * Every error code that is returned by drbdsetup has a 
+   textual description by now.
+
 8.0rc1 (api:86/proto:85)
 --------
  * The drbd-peer-outdater got updated to work in multi node heartbeat

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-01-16 18:51:07 UTC (rev 2702)
+++ trunk/debian/changelog	2007-01-17 16:58:21 UTC (rev 2703)
@@ -1,3 +1,9 @@
+drbd8 (8.0rc2-0) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Philipp Reisner <phil at linbit.com>  Wed, 17 Jan 2007 17:30:23 +0200
+
 drbd8 (8.0rc1-0) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/drbd/linux/drbd_config.h
===================================================================
--- trunk/drbd/linux/drbd_config.h	2007-01-16 18:51:07 UTC (rev 2702)
+++ trunk/drbd/linux/drbd_config.h	2007-01-17 16:58:21 UTC (rev 2703)
@@ -22,9 +22,9 @@
 
 extern const char * drbd_buildtag(void);
 
-#define REL_VERSION "8.0rc1"
+#define REL_VERSION "8.0rc2"
 #define API_VERSION 86
-#define PRO_VERSION 85
+#define PRO_VERSION 86
 
 // undef if you need the workaround in drbd_receiver
 #define HAVE_UML_TO_VIRT 1

Modified: trunk/drbd.spec.in
===================================================================
--- trunk/drbd.spec.in	2007-01-16 18:51:07 UTC (rev 2702)
+++ trunk/drbd.spec.in	2007-01-17 16:58:21 UTC (rev 2703)
@@ -191,6 +191,21 @@
 /sbin/depmod -a -F /boot/System.map-%{kernelversion} %{kernelversion} >/dev/null 2>&1 || true
 
 %changelog
+* Wed Jan 17 2007 17:30:23 +0200 Philipp Reisner <phil at linbit.com>
+- drbd (8.0rc2-1)
+ * Added the well known automagiacally adjust drbd_config.h to
+   make drbd compile on every by vendor's backports defaced 
+   kernel. ( Linux-2.6.x only of course )
+ * Fixed races with starting and finishing resync processes 
+   while heavy application IO is going on.
+ * Ported DRBD to the new crypto API (and added a emulation of the
+   now API on top of the old one for older 2.6.x kernels)
+ * Code to perform better on ethernet networks with jumbo
+   frames.
+ * Bugfixes to our request code (race conditions).
+ * Every error code that is returned by drbdsetup has a 
+   textual description by now.
+
 * Fri Dec 22 2006 15:19:10 +0200 Philipp Reisner <phil at linbit.com>
 - drbd (8.0rc1-1)
  * The drbd-peer-outdater got updated to work in multi node heartbeat



More information about the drbd-cvs mailing list