[DRBD-cvs] svn commit by phil - r3041 - in branches/drbd-8.0: .
debian drbd/linux - Preparing 8.0.6 for release on Monday
drbd-cvs at lists.linbit.com
drbd-cvs at lists.linbit.com
Fri Aug 31 13:10:42 CEST 2007
Author: phil
Date: 2007-08-31 13:10:40 +0200 (Fri, 31 Aug 2007)
New Revision: 3041
Modified:
branches/drbd-8.0/ChangeLog
branches/drbd-8.0/debian/changelog
branches/drbd-8.0/drbd.spec.in
branches/drbd-8.0/drbd/linux/drbd_config.h
Log:
Preparing 8.0.6 for release on Monday
Modified: branches/drbd-8.0/ChangeLog
===================================================================
--- branches/drbd-8.0/ChangeLog 2007-08-31 07:51:08 UTC (rev 3040)
+++ branches/drbd-8.0/ChangeLog 2007-08-31 11:10:40 UTC (rev 3041)
@@ -4,6 +4,22 @@
Cumulative changes since last tarball.
For even more detail, use "svn log" and "svn diff".
+8.0.6 (api:86/proto:86)
+--------
+ * Fixed DRBD to not deadlock while doing bitmap updates on Linux
+ 2.6.22 and later.
+ * Make it compile on Linux-2.6.22 and later.
+ * Removed a hardcoded path to docbook DTDs from our sgml files,
+ maybe improving the situation with building the documentation.
+ * drbdmeta can now also initialize meta data on meta devices
+ smaller than 128MB.
+ * Added an explicit NULL argument to our ioctl() calls in drbdmeta.
+ * Added scripts/block-drbd, which is a nice way hand over DRBD
+ role assignment to Xen, allowing one to do Xen live migrations
+ in a sane way.
+ * Added an option to drbd.conf which instructs the init script
+ to promote DRBD devices to primary role upon machine start up.
+
8.0.5 (api:86/proto:86)
--------
* Changed the default behaviour of the init script. Now the init
Modified: branches/drbd-8.0/debian/changelog
===================================================================
--- branches/drbd-8.0/debian/changelog 2007-08-31 07:51:08 UTC (rev 3040)
+++ branches/drbd-8.0/debian/changelog 2007-08-31 11:10:40 UTC (rev 3041)
@@ -1,3 +1,9 @@
+drbd8 (8.0.6-0) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Philipp Reisner <phil at linbit.com> Fri, 3 Sep 2007 10:00:00 +0200
+
drbd8 (8.0.5-0) unstable; urgency=low
* New upstream release.
Modified: branches/drbd-8.0/drbd/linux/drbd_config.h
===================================================================
--- branches/drbd-8.0/drbd/linux/drbd_config.h 2007-08-31 07:51:08 UTC (rev 3040)
+++ branches/drbd-8.0/drbd/linux/drbd_config.h 2007-08-31 11:10:40 UTC (rev 3041)
@@ -22,7 +22,7 @@
extern const char * drbd_buildtag(void);
-#define REL_VERSION "8.0.5"
+#define REL_VERSION "8.0.6"
#define API_VERSION 86
#define PRO_VERSION 86
Modified: branches/drbd-8.0/drbd.spec.in
===================================================================
--- branches/drbd-8.0/drbd.spec.in 2007-08-31 07:51:08 UTC (rev 3040)
+++ branches/drbd-8.0/drbd.spec.in 2007-08-31 11:10:40 UTC (rev 3041)
@@ -192,6 +192,22 @@
/sbin/depmod -a -F /boot/System.map-%{kernelversion} %{kernelversion} >/dev/null 2>&1 || true
%changelog
+* Fri Seg 3 2007 10:00:00 +0200 Philipp Reisner <phil at linbit.com>
+- drbd (8.0.6-1)
+ * Fixed DRBD to not deadlock while doing bitmap updates on Linux
+ 2.6.22 and later.
+ * Make it compile on Linux-2.6.22 and later.
+ * Removed a hardcoded path to docbook DTDs from our sgml files,
+ maybe improving the situation with building the documentation.
+ * drbdmeta can now also initialize meta data on meta devices
+ smaller than 128MB.
+ * Added an explicit NULL argument to our ioctl() calls in drbdmeta.
+ * Added scripts/block-drbd, which is a nice way hand over DRBD
+ role assignment to Xen, allowing one to do Xen live migrations
+ in a sane way.
+ * Added an option to drbd.conf which instructs the init script
+ to promote DRBD devices to primary role upon machine start up.
+
* Fri Aug 3 2007 09:34:49 +0200 Philipp Reisner <phil at linbit.com>
- drbd (8.0.5-1)
* Changed the default behaviour of the init script. Now the init
More information about the drbd-cvs
mailing list