[DRBD-cvs] svn commit by phil - r2838 - in trunk: . debian drbd/linux - preparing 8.0.2

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Fri Apr 6 21:35:34 CEST 2007


Author: phil
Date: 2007-04-06 21:35:33 +0200 (Fri, 06 Apr 2007)
New Revision: 2838

Modified:
   trunk/ChangeLog
   trunk/debian/changelog
   trunk/drbd.spec.in
   trunk/drbd/linux/drbd_config.h
Log:
preparing 8.0.2


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-04-06 19:08:17 UTC (rev 2837)
+++ trunk/ChangeLog	2007-04-06 19:35:33 UTC (rev 2838)
@@ -4,6 +4,21 @@
  Cumulative changes since last tarball.
  For even more detail, use "svn log" and "svn diff".
 
+8.0.2 (api:86/proto:86)
+--------
+ * Removed a bug that could cause an OOPS in drbd_al_to_on_disk_bm()
+ * Improved the robustness of the UUID based algorithm that decides
+   about the resync direction.
+ * Fixed the error handling in case a the open() of a backing
+   blockdevice fails.
+ * Fixed a race condition that could cause a "drbdadm disconnect" to hang.
+ * More verbosity in we can not claim a backing block device.
+ * More verbosity and paranoia in the bitmap area.
+ * On some vendor kernels 8.0.1 did not load because of kzalloc. fixed.
+ * Fault injection can now not only be turned on or off, but can be 
+   enabled on a per device basis.
+ * Fixed the scripts and files needed to build drbd into a kernel.
+
 8.0.1 (api:86/proto:86)
 --------
  * Fixed some race conditions that could trigger an OOPS when the loca disk

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-04-06 19:08:17 UTC (rev 2837)
+++ trunk/debian/changelog	2007-04-06 19:35:33 UTC (rev 2838)
@@ -1,3 +1,9 @@
+drbd8 (8.0.2-0) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Philipp Reisner <phil at linbit.com>  Fri, 6 Apr 2007 21:32:39 +0200
+
 drbd8 (8.0.1-0) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/drbd/linux/drbd_config.h
===================================================================
--- trunk/drbd/linux/drbd_config.h	2007-04-06 19:08:17 UTC (rev 2837)
+++ trunk/drbd/linux/drbd_config.h	2007-04-06 19:35:33 UTC (rev 2838)
@@ -22,7 +22,7 @@
 
 extern const char * drbd_buildtag(void);
 
-#define REL_VERSION "8.0.1"
+#define REL_VERSION "8.0.2"
 #define API_VERSION 86
 #define PRO_VERSION 86
 

Modified: trunk/drbd.spec.in
===================================================================
--- trunk/drbd.spec.in	2007-04-06 19:08:17 UTC (rev 2837)
+++ trunk/drbd.spec.in	2007-04-06 19:35:33 UTC (rev 2838)
@@ -191,6 +191,21 @@
 /sbin/depmod -a -F /boot/System.map-%{kernelversion} %{kernelversion} >/dev/null 2>&1 || true
 
 %changelog
+* Fri Apr 6 2007 21:32:39 +0200 Philipp Reisner <phil at linbit.com>
+- drbd (8.0.2-1)
+ * Removed a bug that could cause an OOPS in drbd_al_to_on_disk_bm()
+ * Improved the robustness of the UUID based algorithm that decides
+   about the resync direction.
+ * Fixed the error handling in case a the open() of a backing
+   blockdevice fails.
+ * Fixed a race condition that could cause a "drbdadm disconnect" to hang.
+ * More verbosity in we can not claim a backing block device.
+ * More verbosity and paranoia in the bitmap area.
+ * On some vendor kernels 8.0.1 did not load because of kzalloc. fixed.
+ * Fault injection can now not only be turned on or off, but can be 
+   enabled on a per device basis.
+ * Fixed the scripts and files needed to build drbd into a kernel.
+
 * Mon Mar 3 2007 10:10:26 +0200 Philipp Reisner <phil at linbit.com>
 - drbd (8.0.1-1)
  * Fixed some race conditions that could trigger an OOPS when the loca disk



More information about the drbd-cvs mailing list