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

svn at svn.drbd.org svn at svn.drbd.org
Tue Jan 25 12:38:39 CET 2005


Author: phil
Date: 2005-01-25 12:38:36 +0100 (Tue, 25 Jan 2005)
New Revision: 1734

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:
Preparing 0.7.9 release


Modified: branches/drbd-0.7/ChangeLog
===================================================================
--- branches/drbd-0.7/ChangeLog	2005-01-25 10:22:40 UTC (rev 1733)
+++ branches/drbd-0.7/ChangeLog	2005-01-25 11:38:36 UTC (rev 1734)
@@ -1,9 +1,14 @@
 Latest:
 ------
- ChangeLog last updated: r1672 2004-12-10
+ ChangeLog last updated: r1730 2005-01-25
  Cumulative changes since last tarball.
  For even more detail, use "svn log" and "svn diff".
 
+0.7.9 (api:77/proto:74)
+-----
+ * A fix that makes DRBD work on SLES9 SP1 kernel, and 
+   probabely will be also necessary for Linux-2.6.11
+
 0.7.8 (api:77/proto:74)
 -----
  * Fixed a bug that caused the syncer to starve on devices 

Modified: branches/drbd-0.7/debian/changelog
===================================================================
--- branches/drbd-0.7/debian/changelog	2005-01-25 10:22:40 UTC (rev 1733)
+++ branches/drbd-0.7/debian/changelog	2005-01-25 11:38:36 UTC (rev 1734)
@@ -1,3 +1,10 @@
+drbd (0.7.9-0) unstable; urgency=low
+
+  * (Philipp Reisner)
+     - New upstream release
+
+ -- Philipp Reisner <phil at linbit.com>  Tue, 25 Jan 2005 11:31:00 +0100
+
 drbd (0.7.8-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-25 10:22:40 UTC (rev 1733)
+++ branches/drbd-0.7/drbd/linux/drbd_config.h	2005-01-25 11:38:36 UTC (rev 1734)
@@ -22,7 +22,7 @@
 
 extern const char * drbd_buildtag(void);
 
-#define REL_VERSION "0.7.8"
+#define REL_VERSION "0.7.9"
 #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-25 10:22:40 UTC (rev 1733)
+++ branches/drbd-0.7/drbd.spec.in	2005-01-25 11:38:36 UTC (rev 1734)
@@ -171,6 +171,11 @@
 /sbin/depmod -a -F /boot/System.map-%{kernelversion} %{kernelversion} >/dev/null 2>&1 || true
 
 %changelog
+* Tue Jan 25 2005 11:31:00 +0200 Philipp Reisner <phil at linbit.com>
+- drbd (0.7.9-1)
+ * A fix that makes DRBD work on SLES9 SP1 kernel, and 
+   probabely will be also necessary for Linux-2.6.11
+
 * 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 



More information about the drbd-cvs mailing list