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

svn at svn.drbd.org svn at svn.drbd.org
Mon Nov 29 13:30:34 CET 2004


Author: phil
Date: 2004-11-29 13:30:31 +0100 (Mon, 29 Nov 2004)
New Revision: 1662

Modified:
   branches/drbd-0.7/ChangeLog
   branches/drbd-0.7/drbd.spec.in
Log:
Preparing the 0.7.6 release again....


Modified: branches/drbd-0.7/ChangeLog
===================================================================
--- branches/drbd-0.7/ChangeLog	2004-11-29 11:15:50 UTC (rev 1661)
+++ branches/drbd-0.7/ChangeLog	2004-11-29 12:30:31 UTC (rev 1662)
@@ -1,11 +1,17 @@
 Latest:
 ------
- ChangeLog last updated: r1640 2004-11-16
+ ChangeLog last updated: r1661 2004-11-29
  Cumulative changes since last tarball.
  For even more detail, use "svn log" and "svn diff".
 
 0.7.6 (api:77/proto:74)
 -----
+ * Fixed bug that could cause a lockup of the receiver and
+   asender threads, the visible outcome was that the syncer
+   starves.
+ * Fixed a bug that under specific circumstandes caused that the
+   SyncSource node did not recognised that a resync process was
+   finished.
  * "drbdadm invalidate [res]" was not working correct, while
    "drbdadm invalidate_remote [res]" works. Fixed the former.
  * Make DRBD work on Linux-2.6.10-rc2 and newer: Replaced
@@ -23,7 +29,8 @@
    module loading.
  * 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.
+ * On request of the debian package maintainers, the debian directory
+   from SVN is not longer included in the tar.gz releases.
 
 0.7.5 (api:76/proto:74)
 -----

Modified: branches/drbd-0.7/drbd.spec.in
===================================================================
--- branches/drbd-0.7/drbd.spec.in	2004-11-29 11:15:50 UTC (rev 1661)
+++ branches/drbd-0.7/drbd.spec.in	2004-11-29 12:30:31 UTC (rev 1662)
@@ -173,6 +173,14 @@
 %changelog
 * Tue Nov 16 2004 14:59:00 +0200 Philipp Reisner <phil at linbit.com>
 - drbd (0.7.6-1)
+  * Fixed bug that could cause a lockup of the receiver and
+    asender threads, the visible outcome was that the syncer
+    starves.
+  * Fixed a bug that under specific circumstandes caused that the
+    SyncSource node did not recognised that a resync process was
+    finished.
+  * "drbdadm invalidate [res]" was not working correct, while
+    "drbdadm invalidate_remote [res]" works. Fixed the former.
   * Make DRBD work on Linux-2.6.10-rc2 and newer: Replaced
     sock_alloc() by sock_create(), replaced TASK_ZOMBIE by 
     EXIT_ZOMBIE.
@@ -188,7 +196,8 @@
     module loading.
   * 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.
+  * On request of the debian package maintainers, the debian directory
+    from SVN is not longer included in the tar.gz releases.
 
 * Fri Oct 1 2004 11:33:00 +0200 Philipp Reisner <phil at linbit.com>
 - drbd (0.7.5-1)



More information about the drbd-cvs mailing list