[DRBD-cvs] r1643 - branches/drbd-0.7

svn at svn.drbd.org svn at svn.drbd.org
Tue Nov 16 17:02:18 CET 2004


Author: phil
Date: 2004-11-16 17:02:15 +0100 (Tue, 16 Nov 2004)
New Revision: 1643

Modified:
   branches/drbd-0.7/ChangeLog
   branches/drbd-0.7/drbd.spec.in
Log:
More preparation for 0.7.6


Modified: branches/drbd-0.7/ChangeLog
===================================================================
--- branches/drbd-0.7/ChangeLog	2004-11-16 15:55:31 UTC (rev 1642)
+++ branches/drbd-0.7/ChangeLog	2004-11-16 16:02:15 UTC (rev 1643)
@@ -6,6 +6,9 @@
 
 0.7.6 (api:77/proto:74)
 -----
+ * Make DRBD work on Linux-2.6.10-rc2 and newer: Replaced
+   sock_alloc() by sock_create(), replaced TASK_ZOMBIE by 
+   EXIT_ZOMBIE.
  * Range checks in drbdadm for all numeric configure parameters.
  * A fix to make ioctl()s work on machines with 64bit kernel space 
    and 32bit user space. 
@@ -13,6 +16,7 @@
  * Removal of warnings on 64bit architectures.
  * Backport of find_first_bit() for x86_64 aka AMD64 for use on 
    that architecture under Linux-2.4.x
+ * Changed drbdadm to do the syncer config before the net config.
  * Improvements to the drbddisk script, to do the right thing
    in case Heartbeat is configured with a small timeout than DRBD.
  * Lots of updates to the way Debian's DRBD packages works.

Modified: branches/drbd-0.7/drbd.spec.in
===================================================================
--- branches/drbd-0.7/drbd.spec.in	2004-11-16 15:55:31 UTC (rev 1642)
+++ branches/drbd-0.7/drbd.spec.in	2004-11-16 16:02:15 UTC (rev 1643)
@@ -171,6 +171,23 @@
 /sbin/depmod -a -F /boot/System.map-%{kernelversion} %{kernelversion} >/dev/null 2>&1 || true
 
 %changelog
+* Tue Nov 16 2004 14:59:00 +0200 Philipp Reisner <phil at linbit.com>
+- drbd (0.7.6-1)
+  * Make DRBD work on Linux-2.6.10-rc2 and newer: Replaced
+    sock_alloc() by sock_create(), replaced TASK_ZOMBIE by 
+    EXIT_ZOMBIE.
+  * Range checks in drbdadm for all numeric configure parameters.
+  * A fix to make ioctl()s work on machines with 64bit kernel space 
+    and 32bit user space. 
+  * Ioctl()s are only allowed if the caller has CAP_SYS_ADMIN set.
+  * Removal of warnings on 64bit architectures.
+  * Backport of find_first_bit() for x86_64 aka AMD64 for use on 
+    that architecture under Linux-2.4.x
+  * Changed drbdadm to do the syncer config before the net config.
+  * Improvements to the drbddisk script, to do the right thing
+    in case Heartbeat is configured with a small timeout than DRBD.
+  * Lots of updates to the way Debian's DRBD packages works.
+
 * Fri Oct 1 2004 11:33:00 +0200 Philipp Reisner <phil at linbit.com>
 - drbd (0.7.5-1)
   * Fix a bug that could case read requests to return wrong data



More information about the drbd-cvs mailing list