]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
v0.23 v0.23
authorSage Weil <sage@newdream.net>
Thu, 11 Nov 2010 00:34:17 +0000 (16:34 -0800)
committerSage Weil <sage@newdream.net>
Thu, 11 Nov 2010 05:18:37 +0000 (21:18 -0800)
configure.ac
debian/changelog

index 6e0e5b254b73df6b4b20f94a1f51817af6d0a657..81336711f59d6cc5c13c6a3da202b0a31dc75061 100644 (file)
@@ -3,7 +3,7 @@
 
 # Autoconf
 AC_PREREQ(2.59)
-AC_INIT([Ceph distributed file system], [0.23~rc], 
+AC_INIT([Ceph distributed file system], [0.23], 
              [Sage Weil <sage@newdream.net>],
              [ceph])
 
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
 # Automake
-AM_INIT_AUTOMAKE(ceph, 0.23~rc)
+AM_INIT_AUTOMAKE(ceph, 0.23)
 AM_PROG_CC_C_O
 AM_PROG_LIBTOOL
 
index 985552f71136e453abdcc3c949035e35f4a2f61e..65a4f449f86a91af49f880a6f45a262783f09dab 100644 (file)
@@ -1,3 +1,17 @@
+ceph (0.23-1) experimental; urgency=low
+
+  * osd: use new btrfs snapshot ioctls
+  * mds: replay fixes
+  * mds: many many clustering fixes
+  * mds: directory fragmentation (off by default)
+  * mon: better commit batching, lower latency
+  * objecter: bug fixes
+  * osd: spread data across multiple xattrs
+  * osd: start up despite corrupt pg logs
+  * new gui (ceph -g)
+
+ -- Sage Weil <sage@newdream.net>  Wed, 10 Nov 2010 16:32:07 -0800
+
 ceph (0.22.2-1) experimental; urgency=low
 
   * cfuse: fix truncation problem