]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
v0.16 v0.16
authorSage Weil <sage@newdream.net>
Mon, 5 Oct 2009 21:53:35 +0000 (14:53 -0700)
committerSage Weil <sage@newdream.net>
Mon, 5 Oct 2009 21:53:35 +0000 (14:53 -0700)
configure.ac
debian/changelog
src/include/ceph_fs.h

index 6dca08dd90c6df09d3f5897f5325ea31ca6ca3bc..8e21be67e405d46c62eec471b4559edd11721ccc 100644 (file)
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
 # Automake
-AM_INIT_AUTOMAKE(ceph, 0.15)
+AM_INIT_AUTOMAKE(ceph, 0.16)
 AM_PROG_CC_C_O
 AM_PROG_LIBTOOL
 
index bf5975d5cd53286ad615186ca1e6e44b0da460f8..52c746eb1a47bc10f06f816fe924d7a354e773fd 100644 (file)
@@ -1,3 +1,16 @@
+ceph (0.16-1) unstable; urgency=low
+
+  * libceph: identify self
+  * hadoop: write to local osd
+  * disk format, wire changes
+  * use sockaddr_storage throughout
+  * kclient: fix msgr bug
+  * kclient: uninline strings, use pr_fmt, prefix frag_ macros
+  * kclient: lots of inline cleanups
+  * kclient: misc akpm review cleanups
+
+ -- sage <sage@newdream.net>  Tue, 05 Oct 2009 14:54:00 -0800
+
 ceph (0.15-1) unstable; urgency=low
 
   * msgr: clean up protocol checks; ack seq # fix
index 07482b216ef2d17beeeb39b60dabd06274055baa..64045c3a243cbabee14a0220314bf234cfe8fa91 100644 (file)
@@ -19,7 +19,7 @@
  * Ceph release version
  */
 #define CEPH_VERSION_MAJOR 0
-#define CEPH_VERSION_MINOR 15
+#define CEPH_VERSION_MINOR 16
 #define CEPH_VERSION_PATCH 0
 
 #define _CEPH_STRINGIFY(x) #x