[DRBD-cvs] svn commit by phil - r2482 - in trunk: . drbd/linux -
Preparing drbd-8.0pre5
drbd-cvs at lists.linbit.com
drbd-cvs at lists.linbit.com
Sun Oct 1 22:23:03 CEST 2006
Author: phil
Date: 2006-10-01 22:23:02 +0200 (Sun, 01 Oct 2006)
New Revision: 2482
Modified:
trunk/ChangeLog
trunk/drbd.spec.in
trunk/drbd/linux/drbd_config.h
Log:
Preparing drbd-8.0pre5
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-09-30 19:27:26 UTC (rev 2481)
+++ trunk/ChangeLog 2006-10-01 20:23:02 UTC (rev 2482)
@@ -4,6 +4,17 @@
Cumulative changes since last tarball.
For even more detail, use "svn log" and "svn diff".
+8.0pre5 (api:84/proto:83)
+--------
+ * The request code was completely rewritten.
+ * The write conflict detection code for primary-primary is currently
+ broken, but will be fixed soon.
+ * drbdsetup is no longer based on IOCTL but works now via
+ netlink/connector.
+ * drbd_panic() is on its way out.
+ * A runtime configurable tracing framework got added.
+ * A lot of effort was put into finding and fixing bugs.
+
8.0pre4 (api:83/proto:82)
--------
* Added the "drbd-peer-outdater" heartbeat plugin.
Modified: trunk/drbd/linux/drbd_config.h
===================================================================
--- trunk/drbd/linux/drbd_config.h 2006-09-30 19:27:26 UTC (rev 2481)
+++ trunk/drbd/linux/drbd_config.h 2006-10-01 20:23:02 UTC (rev 2482)
@@ -24,7 +24,7 @@
#define REL_VERSION "8.0pre5"
#define API_VERSION 84
-#define PRO_VERSION 82
+#define PRO_VERSION 83
// undef if you need the workaround in drbd_receiver
#define HAVE_UML_TO_VIRT 1
Modified: trunk/drbd.spec.in
===================================================================
--- trunk/drbd.spec.in 2006-09-30 19:27:26 UTC (rev 2481)
+++ trunk/drbd.spec.in 2006-10-01 20:23:02 UTC (rev 2482)
@@ -194,6 +194,17 @@
%changelog
+* Sun Oct 31 2006 22:03:54 +0200 Philipp Reisner <phil at linbit.com>
+- drbd (8.0pre5-1)
+ * The request code was completely rewritten.
+ * The write conflict detection code for primary-primary is currently
+ broken, but will be fixed soon.
+ * drbdsetup is no longer based on IOCTL but works now via
+ netlink/connector.
+ * drbd_panic() is on its way out.
+ * A runtime configurable tracing framework got added.
+ * A lot of effort was put into finding and fixing bugs.
+
* Mon Jul 31 2006 12:04:41 +0200 Philipp Reisner <phil at linbit.com>
- drbd (8.0pre4-1)
* Added the "drbd-peer-outdater" heartbeat plugin.
More information about the drbd-cvs
mailing list