[DRBD-cvs] r1578 - in branches/drbd-0.7: . drbd/linux

svn at svn.drbd.org svn at svn.drbd.org
Fri Oct 1 11:38:27 CEST 2004


Author: phil
Date: 2004-10-01 11:38:25 +0200 (Fri, 01 Oct 2004)
New Revision: 1578

Modified:
   branches/drbd-0.7/ChangeLog
   branches/drbd-0.7/drbd.spec.in
   branches/drbd-0.7/drbd/linux/drbd_config.h
Log:
Preparing the 0.7.5 release


Modified: branches/drbd-0.7/ChangeLog
===================================================================
--- branches/drbd-0.7/ChangeLog	2004-10-01 08:55:44 UTC (rev 1577)
+++ branches/drbd-0.7/ChangeLog	2004-10-01 09:38:25 UTC (rev 1578)
@@ -1,9 +1,27 @@
 Latest:
 ------
- ChangeLog last updated: r1537 2004-09-09
+ ChangeLog last updated: r1577 2004-10-01
  Cumulative changes since last tarball.
  For even more detail, use "svn log" and "svn diff".
 
+0.7.5 (api:76/proto:74)
+-----
+ * Fix a bug that could case read requests to return wrong data
+   on a node in Primary/SyncTaget state. (A very unlikely race,
+   it is not known that this ever triggered; It was found by an 
+   ASSERTION in the code)
+ * Removed the 30MB/sec speeding limit for the syncer. (this was 
+   intended as a debugging aid, but it was not removed in time)
+ * A fix to drbdsetup, to make drbdadm adjust work if a resource
+   is diskless.
+ * Got rid of the compiler warning when build on a kernel with
+   CONFIG_LBD not set.
+ * Now the device nodes are created with sane permissions.
+ * The debian package is now named "drbd0.7"
+ * set_fs() is now also done for sendpage()
+ * Better compatibility with early 2.4.x kernels (BH_Launder, min()/max())
+ * Touch /var/lock/subsys/drbd, needed for RedHat based distros.
+ * Improvements to the INSALL document
  * Removed HOWTO, ja, pt_BR ... all hopelessly outdated.
    disabled benchmark/run.sh
 

Modified: branches/drbd-0.7/drbd/linux/drbd_config.h
===================================================================
--- branches/drbd-0.7/drbd/linux/drbd_config.h	2004-10-01 08:55:44 UTC (rev 1577)
+++ branches/drbd-0.7/drbd/linux/drbd_config.h	2004-10-01 09:38:25 UTC (rev 1578)
@@ -22,7 +22,7 @@
 
 extern const char * drbd_buildtag(void);
 
-#define REL_VERSION "0.7.4"
+#define REL_VERSION "0.7.5"
 #define API_VERSION 76
 #define PRO_VERSION 74
 

Modified: branches/drbd-0.7/drbd.spec.in
===================================================================
--- branches/drbd-0.7/drbd.spec.in	2004-10-01 08:55:44 UTC (rev 1577)
+++ branches/drbd-0.7/drbd.spec.in	2004-10-01 09:38:25 UTC (rev 1578)
@@ -171,6 +171,27 @@
 /sbin/depmod -a -F /boot/System.map-%{kernelversion} %{kernelversion} >/dev/null 2>&1 || true
 
 %changelog
+* 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
+    on a node in Primary/SyncTaget state. (A very unlikely race,
+    it is not known that this ever triggered; It was found by an 
+    ASSERTION in the code)
+  * Removed the 30MB/sec speeding limit for the syncer. (this was 
+    intended as a debugging aid, but it was not removed in time)
+  * A fix to drbdsetup, to make drbdadm adjust work if a resource
+    is diskless.
+  * Got rid of the compiler warning when build on a kernel with
+    CONFIG_LBD not set.
+  * Now the device nodes are created with sane permissions.
+  * The debian package is now named "drbd0.7"
+  * set_fs() is now also done for sendpage()
+  * Better compatibility with early 2.4.x kernels (BH_Launder, min()/max())
+  * Touch /var/lock/subsys/drbd, needed for RedHat based distros.
+  * Improvements to the INSALL document
+  * Removed HOWTO, ja, pt_BR ... all hopelessly outdated.
+    disabled benchmark/run.sh
+
 * Thu Sep 9 2004 19:50:00 +0200 Philipp Reisner <phil at linbit.com>
 - drbd (0.7.4-1)
   * Fixed a critical bug with Linux-2.4.x and HIGHMEM!



More information about the drbd-cvs mailing list