[DRBD-cvs] svn commit by phil - r2878 - in trunk: . debian
drbd/linux - Preparing 8.0.3 release
drbd-cvs at lists.linbit.com
drbd-cvs at lists.linbit.com
Mon May 7 17:12:51 CEST 2007
Author: phil
Date: 2007-05-07 17:12:50 +0200 (Mon, 07 May 2007)
New Revision: 2878
Modified:
trunk/ChangeLog
trunk/debian/changelog
trunk/drbd.spec.in
trunk/drbd/linux/drbd_config.h
Log:
Preparing 8.0.3 release
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-05-07 12:54:22 UTC (rev 2877)
+++ trunk/ChangeLog 2007-05-07 15:12:50 UTC (rev 2878)
@@ -4,6 +4,16 @@
Cumulative changes since last tarball.
For even more detail, use "svn log" and "svn diff".
+8.0.3 (api:86/proto:86)
+--------
+ * Fixed a race condition that could cause us to continue to traverse a bio
+ after it was freed. (led to an OOPS)
+ * Fixed a race condition that could cause us to use members of an ee, after
+ it was freed. (led to various weirdness)
+ * Language fixes for the man pages.
+ * The drbdsetup commands (events, wait-connect,...) release the lock now.
+ * Minor fixes and updates to the user land tools and to the peer outdater.
+
8.0.2 (api:86/proto:86)
--------
* Removed a bug that could cause an OOPS in drbd_al_to_on_disk_bm()
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2007-05-07 12:54:22 UTC (rev 2877)
+++ trunk/debian/changelog 2007-05-07 15:12:50 UTC (rev 2878)
@@ -1,3 +1,9 @@
+drbd8 (8.0.3-0) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Philipp Reisner <phil at linbit.com> Fri, 7 May 2007 17:10:14 +0200
+
drbd8 (8.0.2-0) unstable; urgency=low
* New upstream release.
Modified: trunk/drbd/linux/drbd_config.h
===================================================================
--- trunk/drbd/linux/drbd_config.h 2007-05-07 12:54:22 UTC (rev 2877)
+++ trunk/drbd/linux/drbd_config.h 2007-05-07 15:12:50 UTC (rev 2878)
@@ -22,7 +22,7 @@
extern const char * drbd_buildtag(void);
-#define REL_VERSION "8.0.2"
+#define REL_VERSION "8.0.3"
#define API_VERSION 86
#define PRO_VERSION 86
Modified: trunk/drbd.spec.in
===================================================================
--- trunk/drbd.spec.in 2007-05-07 12:54:22 UTC (rev 2877)
+++ trunk/drbd.spec.in 2007-05-07 15:12:50 UTC (rev 2878)
@@ -191,6 +191,16 @@
/sbin/depmod -a -F /boot/System.map-%{kernelversion} %{kernelversion} >/dev/null 2>&1 || true
%changelog
+* Mon May 7 2007 17:10:14 +0200 Philipp Reisner <phil at linbit.com>
+- drbd (8.0.3-1)
+ * Fixed a race condition that could cause us to continue to traverse a bio
+ after it was freed. (led to an OOPS)
+ * Fixed a race condition that could cause us to use members of an ee, after
+ it was freed. (led to various weirdness)
+ * Language fixes for the man pages.
+ * The drbdsetup commands (events, wait-connect,...) release the lock now.
+ * Minor fixes and updates to the user land tools and to the peer outdater.
+
* Fri Apr 6 2007 21:32:39 +0200 Philipp Reisner <phil at linbit.com>
- drbd (8.0.2-1)
* Removed a bug that could cause an OOPS in drbd_al_to_on_disk_bm()
More information about the drbd-cvs
mailing list