[DRBD-cvs] svn commit by phil - r2642 - in trunk: . debian drbd/linux - Preparing the rc1 release

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Fri Dec 22 15:24:08 CET 2006


Author: phil
Date: 2006-12-22 15:24:06 +0100 (Fri, 22 Dec 2006)
New Revision: 2642

Modified:
   trunk/ChangeLog
   trunk/debian/changelog
   trunk/drbd.spec.in
   trunk/drbd/linux/drbd_config.h
Log:
Preparing the rc1 release


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-12-22 13:39:17 UTC (rev 2641)
+++ trunk/ChangeLog	2006-12-22 14:24:06 UTC (rev 2642)
@@ -4,6 +4,18 @@
  Cumulative changes since last tarball.
  For even more detail, use "svn log" and "svn diff".
 
+8.0rc1 (api:86/proto:85)
+--------
+ * The drbd-peer-outdater got updated to work in multi node heartbeat
+   clusters. (But we still not suceeded to get this into Heartbeat's 
+   repository accepted.)
+ * Fixed resync decission after a crash in a pri-pri cluster.
+ * Implemented the ping-timeout option for "sub-second" failover clusters.
+ * Implemented all the "violently" options in the reconnect handling.
+ * Updated man pages of drbd.conf and drbdsetup.
+ * Removed the "self-claiming" on secondary nodes.
+ * Fixed an uncountable number of bugs.
+
 8.0pre6 (api:85/proto:85)
 --------
  * All panic() calls where removed from DRBD.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-12-22 13:39:17 UTC (rev 2641)
+++ trunk/debian/changelog	2006-12-22 14:24:06 UTC (rev 2642)
@@ -1,3 +1,9 @@
+drbd8 (8.0rc1-0) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Philipp Reisner <phil at linbit.com>  Fri, 22 Dec 2006 15:19:10 +0200
+
 drbd8 (8.0pre6-0) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/drbd/linux/drbd_config.h
===================================================================
--- trunk/drbd/linux/drbd_config.h	2006-12-22 13:39:17 UTC (rev 2641)
+++ trunk/drbd/linux/drbd_config.h	2006-12-22 14:24:06 UTC (rev 2642)
@@ -22,8 +22,8 @@
 
 extern const char * drbd_buildtag(void);
 
-#define REL_VERSION "8.0pre6"
-#define API_VERSION 85
+#define REL_VERSION "8.0rc1"
+#define API_VERSION 86
 #define PRO_VERSION 85
 
 // undef if you need the workaround in drbd_receiver

Modified: trunk/drbd.spec.in
===================================================================
--- trunk/drbd.spec.in	2006-12-22 13:39:17 UTC (rev 2641)
+++ trunk/drbd.spec.in	2006-12-22 14:24:06 UTC (rev 2642)
@@ -191,6 +191,17 @@
 /sbin/depmod -a -F /boot/System.map-%{kernelversion} %{kernelversion} >/dev/null 2>&1 || true
 
 %changelog
+* 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
+   clusters. (But we still not suceeded to get this into Heartbeat's 
+   repository accepted.)
+ * Fixed resync decission after a crash in a pri-pri cluster.
+ * Implemented the ping-timeout option for "sub-second" failover clusters.
+ * Implemented all the "violently" options in the reconnect handling.
+ * Updated man pages of drbd.conf and drbdsetup.
+ * Removed the "self-claiming" on secondary nodes.
+ * Fixed an uncountable number of bugs.
 
 * Fri Nov  3 2006 15:20:54 +0200 Philipp Reisner <phil at linbit.com>
 - drbd (8.0pre6-1)



More information about the drbd-cvs mailing list