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

svn at svn.drbd.org svn at svn.drbd.org
Thu Sep 9 19:54:42 CEST 2004


Author: phil
Date: 2004-09-09 19:54:39 +0200 (Thu, 09 Sep 2004)
New Revision: 1538

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


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2004-09-09 17:38:59 UTC (rev 1537)
+++ trunk/ChangeLog	2004-09-09 17:54:39 UTC (rev 1538)
@@ -1,11 +1,15 @@
 Latest:
 ------
- ChangeLog last updated: r1529 2004-09-03
+ ChangeLog last updated: r1537 2004-09-09
  Cumulative changes since last tarball.
  For even more detail, use "svn log" and "svn diff".
 
-SVN (api:76/proto:74)
+0.7.4 (api:76/proto:74)
 -----
+ * Fixed a critical bug with Linux-2.4.x and HIGHMEM!
+ * Fixed a bug that only showed up with the HIGHMEM problem on 
+   Linux-2.4.x -> It caused the resync process to starve.
+ * The drbd.spec file now creates /dev/drbd in the post-install stage.
  * Fixed support for more than 2TB storage. Now DRBD supports up to
    3.99TB storage. It will also tell you, that it is not supported if 
    you try to set up a bigger device.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-09-09 17:38:59 UTC (rev 1537)
+++ trunk/debian/changelog	2004-09-09 17:54:39 UTC (rev 1538)
@@ -1,3 +1,18 @@
+drbd (0.7.4-1) unstable; urgency=low
+
+  * Fixed a critical bug with Linux-2.4.x and HIGHMEM!
+  * Fixed a bug that only showed up with the HIGHMEM problem on 
+    Linux-2.4.x -> It caused the resync process to starve.
+  * The drbd.spec file now creates /dev/drbd in the post-install stage.
+  * Fixed support for more than 2TB storage. Now DRBD supports up to
+    3.99TB storage. It will also tell you, that it is not supported if 
+    you try to set up a bigger device.
+  * Debian's build rules file now knows about the adjust_drbd_config_h.sh
+    file.
+  * DRBD_DISABLE_SENDPAGE available in drbd_config.h
+
+ -- Philipp Reisner <phil at linbit.com>  Thu, 9 Sep 2004 19:50:00 +0200
+
 drbd (0.7.3-2) unstable; urgency=low
 
   * Fixed debian/rules: Include scripts directory in drbd-source

Modified: trunk/drbd/linux/drbd_config.h
===================================================================
--- trunk/drbd/linux/drbd_config.h	2004-09-09 17:38:59 UTC (rev 1537)
+++ trunk/drbd/linux/drbd_config.h	2004-09-09 17:54:39 UTC (rev 1538)
@@ -22,7 +22,7 @@
 
 extern const char * drbd_buildtag(void);
 
-#define REL_VERSION "0.7.3"
+#define REL_VERSION "0.7.4"
 #define API_VERSION 76
 #define PRO_VERSION 74
 

Modified: trunk/drbd.spec.in
===================================================================
--- trunk/drbd.spec.in	2004-09-09 17:38:59 UTC (rev 1537)
+++ trunk/drbd.spec.in	2004-09-09 17:54:39 UTC (rev 1538)
@@ -182,6 +182,19 @@
 /sbin/depmod -a -F /boot/System.map-%{kernelversion} %{kernelversion} >/dev/null 2>&1 || true
 
 %changelog
+* 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!
+  * Fixed a bug that only showed up with the HIGHMEM problem on 
+    Linux-2.4.x -> It caused the resync process to starve.
+  * The drbd.spec file now creates /dev/drbd in the post-install stage.
+  * Fixed support for more than 2TB storage. Now DRBD supports up to
+    3.99TB storage. It will also tell you, that it is not supported if 
+    you try to set up a bigger device.
+  * Debian's build rules file now knows about the adjust_drbd_config_h.sh
+    file.
+  * DRBD_DISABLE_SENDPAGE available in drbd_config.h
+
 * 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.



More information about the drbd-cvs mailing list