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

svn at svn.drbd.org svn at svn.drbd.org
Mon Jan 17 13:04:41 CET 2005


Author: phil
Date: 2005-01-17 13:04:39 +0100 (Mon, 17 Jan 2005)
New Revision: 1724

Modified:
   branches/drbd-0.7/ChangeLog
   branches/drbd-0.7/debian/changelog
   branches/drbd-0.7/drbd.spec.in
   branches/drbd-0.7/drbd/linux/drbd_config.h
Log:
Preparint drbd-0.7.8 release


Modified: branches/drbd-0.7/ChangeLog
===================================================================
--- branches/drbd-0.7/ChangeLog	2005-01-17 10:19:50 UTC (rev 1723)
+++ branches/drbd-0.7/ChangeLog	2005-01-17 12:04:39 UTC (rev 1724)
@@ -4,10 +4,13 @@
  Cumulative changes since last tarball.
  For even more detail, use "svn log" and "svn diff".
 
+0.7.8 (api:77/proto:74)
+-----
  * Fixed a bug that caused the syncer to starve on devices 
-   bigger than 2 TB on 32bit Systems.
+   bigger than 2 TB on 32bit systems (=CONFIG_LBA).
  * Made online resizing actually work. Now it makes a lot
    more sense to put DRBD on top of LVM.
+ * Made the user dialog to work on RedHat based distributions.
  * A small optimization that improves the performance of the 
    syncer when woking with IBM's ServRaid Controllers (ips).
    May have a positive effect with other Controllers as well.
@@ -16,8 +19,7 @@
    harm than printing messages to the syslog
  * Fixed write_gc.pl to work with the perl version delivered
    with RHAS3.
- * Made the initscript to abort if one off the setup commands
-   fails.
+ * Made the initscript to abort if one of the setup commands fails.
 
 0.7.7 (api:77/proto:74)
 -----

Modified: branches/drbd-0.7/debian/changelog
===================================================================
--- branches/drbd-0.7/debian/changelog	2005-01-17 10:19:50 UTC (rev 1723)
+++ branches/drbd-0.7/debian/changelog	2005-01-17 12:04:39 UTC (rev 1724)
@@ -1,3 +1,10 @@
+drbd (0.7.8-0) unstable; urgency=low
+
+  * (Philipp Reisner)
+     - New upstream release
+
+ -- Philipp Reisner <phil at linbit.com>  Mon, 17 Jan 2005 12:55:35 +0200
+
 drbd (0.7.7-1) unstable; urgency=low
 
   * (Cyril Bouthors)

Modified: branches/drbd-0.7/drbd/linux/drbd_config.h
===================================================================
--- branches/drbd-0.7/drbd/linux/drbd_config.h	2005-01-17 10:19:50 UTC (rev 1723)
+++ branches/drbd-0.7/drbd/linux/drbd_config.h	2005-01-17 12:04:39 UTC (rev 1724)
@@ -22,7 +22,7 @@
 
 extern const char * drbd_buildtag(void);
 
-#define REL_VERSION "0.7.7"
+#define REL_VERSION "0.7.8"
 #define API_VERSION 77
 #define PRO_VERSION 74
 

Modified: branches/drbd-0.7/drbd.spec.in
===================================================================
--- branches/drbd-0.7/drbd.spec.in	2005-01-17 10:19:50 UTC (rev 1723)
+++ branches/drbd-0.7/drbd.spec.in	2005-01-17 12:04:39 UTC (rev 1724)
@@ -171,6 +171,23 @@
 /sbin/depmod -a -F /boot/System.map-%{kernelversion} %{kernelversion} >/dev/null 2>&1 || true
 
 %changelog
+* Mon Jan 17 2005 12:55:01 +0200 Philipp Reisner <phil at linbit.com>
+- drbd (0.7.8-1)
+  * Fixed a bug that caused the syncer to starve on devices 
+    bigger than 2 TB on 32bit systems (=CONFIG_LBA).
+  * Made online resizing actually work. Now it makes a lot
+    more sense to put DRBD on top of LVM.
+  * Made the user dialog to work on RedHat based distributions.
+  * A small optimization that improves the performance of the 
+    syncer when woking with IBM's ServRaid Controllers (ips).
+    May have a positive effect with other Controllers as well.
+  * Made epoch_size atomic. This removes a SMP race condition that
+    could lead on some Xeon CPUs to an ASSERT printk, but did no other
+    harm than printing messages to the syslog
+  * Fixed write_gc.pl to work with the perl version delivered
+    with RHAS3.
+  * Made the initscript to abort if one of the setup commands fails.
+
 * Tue Dec 15 2004 15:50:00 +0200 Philipp Reisner <phil at linbit.com>
 - drbd (0.7.7-1)
   * "drbdadm adjust [res...]" now does the calls to drbdsetup 



More information about the drbd-cvs mailing list