[DRBD-cvs] r1524 - in plus-branches/01-wait-sync-target: . debian drbd/linux

svn at svn.drbd.org svn at svn.drbd.org
Tue Aug 31 14:48:55 CEST 2004


Author: phil
Date: 2004-08-31 14:48:52 +0200 (Tue, 31 Aug 2004)
New Revision: 1524

Modified:
   plus-branches/01-wait-sync-target/
   plus-branches/01-wait-sync-target/ChangeLog
   plus-branches/01-wait-sync-target/debian/changelog
   plus-branches/01-wait-sync-target/drbd.spec.in
   plus-branches/01-wait-sync-target/drbd/linux/drbd_config.h
Log:
svnp run. Investigated 1517 to 1524


Property changes on: plus-branches/01-wait-sync-target
___________________________________________________________________
Name: propagate:at
   - 1523
   + 1524

Modified: plus-branches/01-wait-sync-target/ChangeLog
===================================================================
--- plus-branches/01-wait-sync-target/ChangeLog	2004-08-31 12:08:29 UTC (rev 1523)
+++ plus-branches/01-wait-sync-target/ChangeLog	2004-08-31 12:48:52 UTC (rev 1524)
@@ -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: plus-branches/01-wait-sync-target/debian/changelog
===================================================================
--- plus-branches/01-wait-sync-target/debian/changelog	2004-08-31 12:08:29 UTC (rev 1523)
+++ plus-branches/01-wait-sync-target/debian/changelog	2004-08-31 12:48:52 UTC (rev 1524)
@@ -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: plus-branches/01-wait-sync-target/drbd/linux/drbd_config.h
===================================================================
--- plus-branches/01-wait-sync-target/drbd/linux/drbd_config.h	2004-08-31 12:08:29 UTC (rev 1523)
+++ plus-branches/01-wait-sync-target/drbd/linux/drbd_config.h	2004-08-31 12:48:52 UTC (rev 1524)
@@ -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: plus-branches/01-wait-sync-target/drbd.spec.in
===================================================================
--- plus-branches/01-wait-sync-target/drbd.spec.in	2004-08-31 12:08:29 UTC (rev 1523)
+++ plus-branches/01-wait-sync-target/drbd.spec.in	2004-08-31 12:48:52 UTC (rev 1524)
@@ -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