[DRBD-cvs] drbd by phil; Preparing 0.6.12 release

drbd-user@lists.linbit.com drbd-user@lists.linbit.com
Wed, 10 Mar 2004 15:43:52 +0100 (CET)


DRBD CVS committal

Author  : phil
Module  : drbd

Dir     : drbd


Modified Files:
	ChangeLog drbd.spec.in drbd_config.h 


Log Message:
Preparing 0.6.12 release

===================================================================
RCS file: /var/lib/cvs/drbd/drbd/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- ChangeLog	10 Feb 2004 13:57:04 -0000	1.36
+++ ChangeLog	10 Mar 2004 14:43:47 -0000	1.37
@@ -1,3 +1,11 @@
+0.6.12 (api:64/proto:62)
+------
+  *) With the non-blocking IO hints, a bug was introduced that could
+     lead to partially sent IO hints. -> loss of connetion. 
+     This issue is fixed now.
+  *) Fix to range check of nice value in drbdsetup
+  *) Updates to build system (Makefile, Makefile.SuSE-9.0)
+
 0.6.11 (api:64/proto:62)
 ------ 
   *) Updates to the debian directory (mostly by David Krovich)
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/drbd.spec.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- drbd.spec.in	22 Feb 2004 20:42:45 -0000	1.5
+++ drbd.spec.in	10 Mar 2004 14:43:47 -0000	1.6
@@ -185,6 +185,13 @@
 /sbin/depmod -a -F /boot/System.map-%{kernelversion} %{kernelversion} >/dev/null 2>&1 || true
 
 %changelog
+* Fri Mar 10 2004 Philipp Reisner <philipp.reisner@linbit.com> [0.6.12]
+- With the non-blocking IO hints, a bug was introduced that could
+  lead to partially sent IO hints. -> loss of connetion. 
+  This issue is fixed now.
+- Fix to range check of nice value in drbdsetup
+- Updates to build system (Makefile, Makefile.SuSE-9.0)
+
 * Fri Feb  6 2004 Lars Ellenberg <Lars.Ellenberg@linbit.com> [0.6.11]
 - drbd (0.6.11-1)
 - fix for timeout when asender is dead
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/drbd_config.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- drbd_config.h	22 Feb 2004 18:49:39 -0000	1.11
+++ drbd_config.h	10 Mar 2004 14:43:47 -0000	1.12
@@ -22,7 +22,7 @@
 
 // do not touch the VERSION defines or things may break badly!
 // developers only!
-#define REL_VERSION "0.6.11+cvs"
+#define REL_VERSION "0.6.12"
 #define API_VERSION 64
 #define PRO_VERSION 62