]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mark v0.9
authorSage Weil <sage@newdream.net>
Thu, 18 Jun 2009 20:31:04 +0000 (13:31 -0700)
committerSage Weil <sage@newdream.net>
Thu, 18 Jun 2009 20:31:04 +0000 (13:31 -0700)
configure.ac
debian/changelog

index 0a78765ef0b1db56d1031793daf51b23f30b9c92..bb3ddf94eb5f139b0e5e7774b84d44962c0e4526 100644 (file)
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
 # Automake
-AM_INIT_AUTOMAKE(ceph, 0.8)
+AM_INIT_AUTOMAKE(ceph, 0.9)
 AM_PROG_CC_C_O
 AM_PROG_LIBTOOL
 
index 7f8516abcd6ce40a19c4ec24a6bc2017980b07f8..a08e092eea6e87d4bd145fe47d91e75ac892600a 100644 (file)
@@ -1,3 +1,17 @@
+ceph (0.9-1) unstable; urgency=low
+
+  * mds exherts memory pressure on clients
+  * initial version of librados
+  * object classes
+  * a few critical crush bugfixes
+  * osd recovery fixes
+  * objects are strings
+  * improved metadata to eventually aid in disaster recovery
+  * kclient: fixed snap vs truncate bug
+  * kclient: readdir fixes
+
+ -- sage <sage@newdream.net>  Thu, 18 Jun 2009 13:18:00 -0800
+
 ceph (0.8-1) unstable; urgency=low
 
   * mount error reporting