]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
v0.17 v0.17
authorSage Weil <sage@newdream.net>
Mon, 19 Oct 2009 22:19:51 +0000 (15:19 -0700)
committerSage Weil <sage@newdream.net>
Mon, 19 Oct 2009 22:19:51 +0000 (15:19 -0700)
configure.ac
debian/changelog
src/include/ceph_fs.h

index 9e6028b33c4baebaa32eddaa26ced38235b745ea..925dbca2cac4cc7400108fa19421c753c69be6b5 100644 (file)
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
 # Automake
-AM_INIT_AUTOMAKE(ceph, 0.16.1)
+AM_INIT_AUTOMAKE(ceph, 0.17)
 AM_PROG_CC_C_O
 AM_PROG_LIBTOOL
 
index 6f4443fe0bf504094314b81fc4201e8bb755991e..1d308df92085f339387762b666243d41e3108563 100644 (file)
@@ -1,3 +1,17 @@
+ceph (0.17) unstable; urgency=low
+
+  * kclient: fix multiple mds mdsmap decoding
+  * kclient: fix mon subscription renewal
+  * crush: fix map creation with empty buckets (larger clusters)
+  * osdmap: fix encoding bug (crashed kclient)
+  * msgr: simplified policy, failure model
+  * mon: less push, more pull
+  * mon: request routing. clients keep single session with single monitor
+  * mon cluster expansion works
+  * osd: fix pg parsing, restarts on larger clusters
+
+ -- sage <sage@newdream.net>  Mon, 19 Oct 2009 15:20:00 -0800
+
 ceph (0.16.1-1) unstable; urgency=low
 
   * missing buffer.c
index f8f27e28a6bf6e9658e7215214b1da6ca7b43923..ae523828c538cd19b63d58bf2823f2f51fbc9c45 100644 (file)
@@ -19,8 +19,8 @@
  * Ceph release version
  */
 #define CEPH_VERSION_MAJOR 0
-#define CEPH_VERSION_MINOR 16
-#define CEPH_VERSION_PATCH 1
+#define CEPH_VERSION_MINOR 17
+#define CEPH_VERSION_PATCH 0
 
 #define _CEPH_STRINGIFY(x) #x
 #define CEPH_STRINGIFY(x) _CEPH_STRINGIFY(x)