]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
v0.16.1 v0.16.1
authorSage Weil <sage@newdream.net>
Tue, 6 Oct 2009 17:44:36 +0000 (10:44 -0700)
committerSage Weil <sage@newdream.net>
Tue, 6 Oct 2009 17:44:36 +0000 (10:44 -0700)
configure.ac
debian/changelog
src/include/ceph_fs.h

index 8e21be67e405d46c62eec471b4559edd11721ccc..9e6028b33c4baebaa32eddaa26ced38235b745ea 100644 (file)
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
 # Automake
-AM_INIT_AUTOMAKE(ceph, 0.16)
+AM_INIT_AUTOMAKE(ceph, 0.16.1)
 AM_PROG_CC_C_O
 AM_PROG_LIBTOOL
 
index 52c746eb1a47bc10f06f816fe924d7a354e773fd..6f4443fe0bf504094314b81fc4201e8bb755991e 100644 (file)
@@ -1,3 +1,10 @@
+ceph (0.16.1-1) unstable; urgency=low
+
+  * missing buffer.c
+  * rgw build problem on i386
+
+ -- sage <sage@newdream.net>  Tue, 06 Oct 2009 10:29:00 -0800
+
 ceph (0.16-1) unstable; urgency=low
 
   * libceph: identify self
@@ -9,7 +16,7 @@ ceph (0.16-1) unstable; urgency=low
   * kclient: lots of inline cleanups
   * kclient: misc akpm review cleanups
 
- -- sage <sage@newdream.net>  Tue, 05 Oct 2009 14:54:00 -0800
+ -- sage <sage@newdream.net>  Mon, 05 Oct 2009 14:54:00 -0800
 
 ceph (0.15-1) unstable; urgency=low
 
index 73a3b9d349feb341b7382d2e002ff73855c8c107..21ed51b127f2659bd015257a0ebd1a7176a981e2 100644 (file)
@@ -20,7 +20,7 @@
  */
 #define CEPH_VERSION_MAJOR 0
 #define CEPH_VERSION_MINOR 16
-#define CEPH_VERSION_PATCH 0
+#define CEPH_VERSION_PATCH 1
 
 #define _CEPH_STRINGIFY(x) #x
 #define CEPH_STRINGIFY(x) _CEPH_STRINGIFY(x)