[DRBD-cvs] svn commit by phil - r2169 - in trunk: . debian drbd/linux scripts - preparing 8.0pre3

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Thu Apr 20 13:46:27 CEST 2006


Author: phil
Date: 2006-04-20 13:46:26 +0200 (Thu, 20 Apr 2006)
New Revision: 2169

Modified:
   trunk/ChangeLog
   trunk/debian/changelog
   trunk/drbd.spec.in
   trunk/drbd/linux/drbd_config.h
   trunk/scripts/drbd.conf
Log:
preparing 8.0pre3


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-04-20 08:45:37 UTC (rev 2168)
+++ trunk/ChangeLog	2006-04-20 11:46:26 UTC (rev 2169)
@@ -4,6 +4,16 @@
  Cumulative changes since last tarball.
  For even more detail, use "svn log" and "svn diff".
 
+8.0pre3 (api:82/proto:80)
+--------
+ * Now it works on device mapper (LVM) as well as on "real" block devices.
+ * Finally (after years) a sane "drbdadm adjust" imprementation, which is
+   really really robust.
+ * Fixes for 64bit kernel / 32 bit userland environments
+ * Fixes in the sys-v init script
+ * Renamed "--do-what-I-say" to "--overwrite-data-of-peer". Hopefully
+   people now understand what this option does. 
+
 8.0-pre2 (api:81/proto:80)
 --------
  * removed the "on-disconnect" and "split-brain-fix" config options and

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-04-20 08:45:37 UTC (rev 2168)
+++ trunk/debian/changelog	2006-04-20 11:46:26 UTC (rev 2169)
@@ -1,3 +1,9 @@
+drbd (8.0pre3-0) unstable; urgency=low
+
+  * New major release.
+
+ -- Philipp Reisner <phil at linbit.com>  Thu, 20 Apr 2006 13:46:18 +0200
+
 drbd (8.0-pre2-0) unstable; urgency=low
 
   * New major release.

Modified: trunk/drbd/linux/drbd_config.h
===================================================================
--- trunk/drbd/linux/drbd_config.h	2006-04-20 08:45:37 UTC (rev 2168)
+++ trunk/drbd/linux/drbd_config.h	2006-04-20 11:46:26 UTC (rev 2169)
@@ -22,8 +22,8 @@
 
 extern const char * drbd_buildtag(void);
 
-#define REL_VERSION "8.0-pre2"
-#define API_VERSION 81
+#define REL_VERSION "8.0pre3"
+#define API_VERSION 82
 #define PRO_VERSION 80
 
 // undef if you need the workaround in drbd_receiver

Modified: trunk/drbd.spec.in
===================================================================
--- trunk/drbd.spec.in	2006-04-20 08:45:37 UTC (rev 2168)
+++ trunk/drbd.spec.in	2006-04-20 11:46:26 UTC (rev 2169)
@@ -194,6 +194,16 @@
 
 %changelog
 
+* Tue Apr 20 2006 13:46:18 +0200 Philipp Reisner <phil at linbit.com>
+- drbd (8.0pre3-1)
+ * Now it works on device mapper (LVM) as well as on "real" block devices.
+ * Finally (after years) a sane "drbdadm adjust" imprementation, which is
+   really really robust.
+ * Fixes for 64bit kernel / 32 bit userland environments
+ * Fixes in the sys-v init script
+ * Renamed "--do-what-I-say" to "--overwrite-data-of-peer". Hopefully
+   people now understand what this option does. 
+
 * Tue Apr  6 2006 17:53:56 +0200 Philipp Reisner <phil at linbit.com>
 - drbd (8.0-pre2-1)
  * removed the "on-disconnect" and "split-brain-fix" config options and

Modified: trunk/scripts/drbd.conf
===================================================================
--- trunk/scripts/drbd.conf	2006-04-20 08:45:37 UTC (rev 2168)
+++ trunk/scripts/drbd.conf	2006-04-20 11:46:26 UTC (rev 2169)
@@ -87,8 +87,8 @@
 
     # Participate in DRBD's online usage counter at http://usage.drbd.org
     # possilbe options: ask, yes, no. Default is ask. In case you do not
-    # know, leave it at ask, and follow the on screen instructions later.
-    # usage-count ask;
+    # know, set it to ask, and follow the on screen instructions later.
+    usage-count yes;
 # }
 
 



More information about the drbd-cvs mailing list