[DRBD-cvs] r1518 - in trunk: . debian drbd/linux

svn at svn.drbd.org svn at svn.drbd.org
Fri Aug 27 15:05:09 CEST 2004


Author: phil
Date: 2004-08-27 15:05:03 +0200 (Fri, 27 Aug 2004)
New Revision: 1518

Modified:
   trunk/ChangeLog
   trunk/debian/changelog
   trunk/drbd.spec.in
   trunk/drbd/linux/drbd_config.h
Log:
Preparing 0.7.3 release


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2004-08-27 12:44:32 UTC (rev 1517)
+++ trunk/ChangeLog	2004-08-27 13:05:03 UTC (rev 1518)
@@ -4,6 +4,9 @@
  Cumulative changes since last tarball.
  For even more detail, use "svn log" and "svn diff".
 
+0.7.3 (api:75/proto:74)
+-----
+ * Fixed minor bugs in the handling of the generation counters.
  * prevent possible in-kernel buffer overflow in drbd_proc.c
  * Fixed debian's postinst script to create /dev/drbd? instead of /dev/nb?
  * drbd status:

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-08-27 12:44:32 UTC (rev 1517)
+++ trunk/debian/changelog	2004-08-27 13:05:03 UTC (rev 1518)
@@ -1,3 +1,17 @@
+drbd (0.7.3-1) unstable; urgency=low
+
+  * Fixed minor bugs in the handling of the generation counters.
+  * prevent possible in-kernel buffer overflow in drbd_proc.c
+  * Fixed debian's postinst script to create /dev/drbd? instead of /dev/nb?
+  * drbd status:
+    be nice to heartbeat, include "OK" in output.
+  * added FullSync meta data flag to read/write gc.pl
+  * make the RHEL3 happy (page_count no longer in mm.h, but in mm_inline.h)
+  * [Patch by Pavel Semerad]. Also use the drbd_devfs_name on Linux-2.4.x
+  * fix missing dependencies on drbd_config.h
+
+ -- Philipp Reisner <phil at linbit.com>  Fri, 27 Aug 2004 15:02:00 +0200
+
 drbd (0.7.2-1) unstable; urgency=low
 
   * Proper handling of backing storage devices that occasionally fail 

Modified: trunk/drbd/linux/drbd_config.h
===================================================================
--- trunk/drbd/linux/drbd_config.h	2004-08-27 12:44:32 UTC (rev 1517)
+++ trunk/drbd/linux/drbd_config.h	2004-08-27 13:05:03 UTC (rev 1518)
@@ -22,7 +22,7 @@
 
 extern const char * drbd_buildtag(void);
 
-#define REL_VERSION "0.7.2"
+#define REL_VERSION "0.7.3"
 #define API_VERSION 75
 #define PRO_VERSION 74
 

Modified: trunk/drbd.spec.in
===================================================================
--- trunk/drbd.spec.in	2004-08-27 12:44:32 UTC (rev 1517)
+++ trunk/drbd.spec.in	2004-08-27 13:05:03 UTC (rev 1518)
@@ -177,6 +177,18 @@
 /sbin/depmod -a -F /boot/System.map-%{kernelversion} %{kernelversion} >/dev/null 2>&1 || true
 
 %changelog
+* Fri Aug 27 2004 15:02:00 +0200 Philipp Reisner <phil at linbit.com>
+- drbd (0.7.3-1)
+  * Fixed minor bugs in the handling of the generation counters.
+  * prevent possible in-kernel buffer overflow in drbd_proc.c
+  * Fixed debian's postinst script to create /dev/drbd? instead of /dev/nb?
+  * drbd status:
+    be nice to heartbeat, include "OK" in output.
+  * added FullSync meta data flag to read/write gc.pl
+  * make the RHEL3 happy (page_count no longer in mm.h, but in mm_inline.h)
+  * [Patch by Pavel Semerad]. Also use the drbd_devfs_name on Linux-2.4.x
+  * fix missing dependencies on drbd_config.h
+
 * Fri Aug 06 2004 14:44:31 +0200 Philipp Reisner <phil at linbit.com>
 - drbd (0.7.2-1)
   * Proper handling of backing storage devices that occasionally fail 



More information about the drbd-cvs mailing list