[DRBD-cvs] svn commit by phil - r2017 - in branches/drbd-0.7: .
debian drbd/linux - Preparing the 0.7.15 release.
drbd-cvs at lists.linbit.com
drbd-cvs at lists.linbit.com
Mon Dec 19 15:07:36 CET 2005
Author: phil
Date: 2005-12-19 15:07:33 +0100 (Mon, 19 Dec 2005)
New Revision: 2017
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 the 0.7.15 release.
Modified: branches/drbd-0.7/ChangeLog
===================================================================
--- branches/drbd-0.7/ChangeLog 2005-12-19 13:02:08 UTC (rev 2016)
+++ branches/drbd-0.7/ChangeLog 2005-12-19 14:07:33 UTC (rev 2017)
@@ -1,9 +1,20 @@
Latest:
------
- ChangeLog last updated: r1986 2005-10-17
+ ChangeLog last updated: r2014 2005-12-19
Cumulative changes since last tarball.
For even more detail, use "svn log" and "svn diff".
+0.7.15 (api:77/proto:74)
+-----
+ * Fixed a bug in the GC code that could cause a resync attempt
+ in the wrong direction.
+ * Made DRBD's compat_ioctls work with kernels higher than 2.6.14. This
+ means DRBD builds on AMD64/x86_64 with 2.6.15 and higher again.
+ * drbdadm no longer looks in the current directory for its
+ backend programs (=drbdsetup), but instead looks in the directory
+ of the drbdadm executable and in $PATH.
+ * Removed the examples from manpage, added a pointer to the HA-wiki.
+
0.7.14 (api:77/proto:74)
-----
* Fixed a SMP race condition introduced in 0.7.12, that could cause
Modified: branches/drbd-0.7/debian/changelog
===================================================================
--- branches/drbd-0.7/debian/changelog 2005-12-19 13:02:08 UTC (rev 2016)
+++ branches/drbd-0.7/debian/changelog 2005-12-19 14:07:33 UTC (rev 2017)
@@ -1,3 +1,9 @@
+drbd (0.7.15-0) unstable; urgency=low
+
+ * New upstream release
+
+ -- Philipp Reisner <phil at linbit.com> Mon, 19 Dec 2005 14:44:00 +0200
+
drbd (0.7.14-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 2005-12-19 13:02:08 UTC (rev 2016)
+++ branches/drbd-0.7/drbd/linux/drbd_config.h 2005-12-19 14:07:33 UTC (rev 2017)
@@ -22,7 +22,7 @@
extern const char * drbd_buildtag(void);
-#define REL_VERSION "0.7.14"
+#define REL_VERSION "0.7.15"
#define API_VERSION 77
#define PRO_VERSION 74
Modified: branches/drbd-0.7/drbd.spec.in
===================================================================
--- branches/drbd-0.7/drbd.spec.in 2005-12-19 13:02:08 UTC (rev 2016)
+++ branches/drbd-0.7/drbd.spec.in 2005-12-19 14:07:33 UTC (rev 2017)
@@ -190,6 +190,17 @@
/sbin/depmod -a -F /boot/System.map-%{kernelversion} %{kernelversion} >/dev/null 2>&1 || true
%changelog
+* Mon Dec 19 2005 14:44:00 +0200 Philipp Reisner <phil at linbit.com>
+- drbd (0.7.15-1)
+ * Fixed a bug in the GC code that could cause a resync attempt
+ in the wrong direction.
+ * Made DRBD's compat_ioctls work with kernels higher than 2.6.14. This
+ means DRBD builds on AMD64/x86_64 with 2.6.15 and higher again.
+ * drbdadm no longer looks in the current directory for its
+ backend programs (=drbdsetup), but instead looks in the directory
+ of the drbdadm executable and in $PATH.
+ * Removed the examples from manpage, added a pointer to the HA-wiki.
+
* Mon Oct 17 2005 16:44:09 +0200 Philipp Reisner <phil at linbit.com>
- drbd (0.7.14-1)
* Fixed a SMP race condition introduced in 0.7.12, that could cause
More information about the drbd-cvs
mailing list