[DRBD-cvs] drbd by phil; Preparing drbd-0.6.11

drbd-user@lists.linbit.com drbd-user@lists.linbit.com
Tue, 10 Feb 2004 14:57:09 +0100 (CET)


DRBD CVS committal

Author  : phil
Module  : drbd

Dir     : drbd


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


Log Message:
Preparing drbd-0.6.11 

===================================================================
RCS file: /var/lib/cvs/drbd/drbd/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- ChangeLog	12 Dec 2003 14:39:48 -0000	1.35
+++ ChangeLog	10 Feb 2004 13:57:04 -0000	1.36
@@ -1,3 +1,12 @@
+0.6.11 (api:64/proto:62)
+------ 
+  *) Updates to the debian directory (mostly by David Krovich)
+  *) Documentation updates by Lars Ellenberg and Helmut Wollmersdorfer.
+  *) Updates to the build system by Lars Ellenberg.
+  *) Sending of IO hints is done non-blocking, by Lars Ellenberg.
+  *) Code to make IOCTLs work on 64/32 bit platforms (PPC64, SPARC64, AMD64)
+  *) Some minor code cleanups by LGE.
+
 0.6.10 (api:64/proto:62)
 ------ 
   *) With 0.6.9 there was a bug introduced which prevented the sending 
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/drbd.spec.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- drbd.spec.in	8 Feb 2004 19:39:57 -0000	1.3
+++ drbd.spec.in	10 Feb 2004 13:57:04 -0000	1.4
@@ -186,6 +186,7 @@
 
 %changelog
 * 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
 - fix for blocking bottom halves or bdflush and the like in
   low memory situations
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/drbd_config.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- drbd_config.h	6 Feb 2004 09:46:06 -0000	1.9
+++ drbd_config.h	10 Feb 2004 13:57:04 -0000	1.10
@@ -22,7 +22,7 @@
 
 // do not touch the VERSION defines or things may break badly!
 // developers only!
-#define REL_VERSION "0.6.10+cvs"
+#define REL_VERSION "0.6.11"
 #define API_VERSION 64
 #define PRO_VERSION 62