]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
v0.14 v0.14
authorSage Weil <sage@newdream.net>
Tue, 8 Sep 2009 21:47:25 +0000 (14:47 -0700)
committerSage Weil <sage@newdream.net>
Tue, 8 Sep 2009 21:47:25 +0000 (14:47 -0700)
configure.ac
debian/changelog
src/include/ceph_fs.h

index 044a239e4dcda55ad25e44dfd7e0a9999e021cf0..3a6f4d68a4015b87ed1fb7547ebf75aedca9041c 100644 (file)
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
 # Automake
-AM_INIT_AUTOMAKE(ceph, 0.13)
+AM_INIT_AUTOMAKE(ceph, 0.14)
 AM_PROG_CC_C_O
 AM_PROG_LIBTOOL
 
index a0073e201002175f652a66b392a7b035d1bc4a4f..f41f86234604107faacd0ad1ab29d0e11aae9723 100644 (file)
@@ -1,3 +1,15 @@
+ceph (0.14-1) unstable; urgency=low
+
+  * mds: dir backpointers updated on rename (for fsck)
+  * uclient: many bugs fixed
+  * msgr: many messenger protocol changes... much more client-server like
+  * mon: subscriptions for osd, mds maps
+  * libceph: lots of fixes
+  * kclient: cleanups, new msgr.  no msgpools (for now)
+  * deb packages fixed up
+
+ -- sage <sage@newdream.net>  Mon, 8 Sep 2009 14:48:00 -0800
+
 ceph (0.13-1) unstable; urgency=low
 
   * osd: stay active during backlog generation
index 163909547ac0365a62b6c973e11915d18419d330..482094c8ee9920d011995a6b1fcf72a82d63c80e 100644 (file)
@@ -19,7 +19,7 @@
  * Ceph release version
  */
 #define CEPH_VERSION_MAJOR 0
-#define CEPH_VERSION_MINOR 13
+#define CEPH_VERSION_MINOR 14
 #define CEPH_VERSION_PATCH 0
 
 #define _CEPH_STRINGIFY(x) #x