[DRBD-cvs] svn commit by phil - r2873 - in branches/drbd-0.7: .
debian drbd/linux - Preparing 0.7.24
drbd-cvs at lists.linbit.com
drbd-cvs at lists.linbit.com
Mon May 7 14:43:54 CEST 2007
Author: phil
Date: 2007-05-07 14:43:53 +0200 (Mon, 07 May 2007)
New Revision: 2873
Modified:
branches/drbd-0.7/ChangeLog
branches/drbd-0.7/debian/changelog
branches/drbd-0.7/drbd/linux/drbd_config.h
Log:
Preparing 0.7.24
Modified: branches/drbd-0.7/ChangeLog
===================================================================
--- branches/drbd-0.7/ChangeLog 2007-05-07 11:30:58 UTC (rev 2872)
+++ branches/drbd-0.7/ChangeLog 2007-05-07 12:43:53 UTC (rev 2873)
@@ -6,6 +6,12 @@
Cumulative changes since last tarball.
For even more detail, use "svn log" and "svn diff".
+0.7.24 (api:79/proto:74)
+-----
+ * Fixed leakage of bios in case we are diskless.
+ * A fix to the device name guessing code.
+ * Made it to compile on 2.6.21 and gcc-4.1 without warnings.
+
0.7.23 (api:79/proto:74)
-----
* Made it to compile on 2.6.19.
Modified: branches/drbd-0.7/debian/changelog
===================================================================
--- branches/drbd-0.7/debian/changelog 2007-05-07 11:30:58 UTC (rev 2872)
+++ branches/drbd-0.7/debian/changelog 2007-05-07 12:43:53 UTC (rev 2873)
@@ -1,3 +1,9 @@
+drbd (0.7.24-0) unstable; urgency=low
+
+ * New upstream release
+
+ -- Philipp Reisner <phil at linbit.com> Mon, 7 May 2007 14:32:04 +0200
+
drbd (0.7.23-0) unstable; urgency=low
* New upstream release
Modified: branches/drbd-0.7/drbd/linux/drbd_config.h
===================================================================
--- branches/drbd-0.7/drbd/linux/drbd_config.h 2007-05-07 11:30:58 UTC (rev 2872)
+++ branches/drbd-0.7/drbd/linux/drbd_config.h 2007-05-07 12:43:53 UTC (rev 2873)
@@ -22,7 +22,7 @@
extern const char * drbd_buildtag(void);
-#define REL_VERSION "0.7.23"
+#define REL_VERSION "0.7.24"
#define API_VERSION 79
#define PRO_VERSION 74
More information about the drbd-cvs
mailing list