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

svn at svn.drbd.org svn at svn.drbd.org
Tue Nov 16 15:14:37 CET 2004


Author: phil
Date: 2004-11-16 15:14:35 +0100 (Tue, 16 Nov 2004)
New Revision: 1641

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.6 release.


Modified: branches/drbd-0.7/ChangeLog
===================================================================
--- branches/drbd-0.7/ChangeLog	2004-11-16 12:01:45 UTC (rev 1640)
+++ branches/drbd-0.7/ChangeLog	2004-11-16 14:14:35 UTC (rev 1641)
@@ -1,12 +1,15 @@
 Latest:
 ------
- ChangeLog last updated: r1577 2004-10-01
+ ChangeLog last updated: r1640 2004-11-16
  Cumulative changes since last tarball.
  For even more detail, use "svn log" and "svn diff".
 
+0.7.6 (api:77/proto:74)
+-----
+ * Range checks in drbdadm for all numeric configure parameters.
  * A fix to make ioctl()s work on machines with 64bit kernel space 
    and 32bit user space. 
- * Ioctl()s are only alloes if the caller has CAP_SYS_ADMIN set.
+ * Ioctl()s are only allowed if the caller has CAP_SYS_ADMIN set.
  * Removal of warnings on 64bit architectures.
  * Backport of find_first_bit() for x86_64 aka AMD64 for use on 
    that architecture under Linux-2.4.x

Modified: branches/drbd-0.7/debian/changelog
===================================================================
--- branches/drbd-0.7/debian/changelog	2004-11-16 12:01:45 UTC (rev 1640)
+++ branches/drbd-0.7/debian/changelog	2004-11-16 14:14:35 UTC (rev 1641)
@@ -1,3 +1,9 @@
+drbd (0.7.6-0) unstable; urgency=low
+
+  * New upstream release
+
+ -- Philipp Reisner <phil at linbit.com>  Tue, 16 Nov 2004 14:59:00 +0200
+
 drbd (0.7.5-2) unstable; urgency=low
 
   * debian/control: Added Conflict with drbd-util and drbd-module-source

Modified: branches/drbd-0.7/drbd/linux/drbd_config.h
===================================================================
--- branches/drbd-0.7/drbd/linux/drbd_config.h	2004-11-16 12:01:45 UTC (rev 1640)
+++ branches/drbd-0.7/drbd/linux/drbd_config.h	2004-11-16 14:14:35 UTC (rev 1641)
@@ -22,7 +22,7 @@
 
 extern const char * drbd_buildtag(void);
 
-#define REL_VERSION "0.7.5"
+#define REL_VERSION "0.7.6"
 #define API_VERSION 77
 #define PRO_VERSION 74
 



More information about the drbd-cvs mailing list