diff options
author | Sage Weil <sage@newdream.net> | 2010-11-11 01:34:17 +0100 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-11-11 06:18:37 +0100 |
commit | 5d1d8d0c4602be9819cc9f7aea562fccbb005a56 (patch) | |
tree | 6e174c97420dcae75e9e4ae3e84c23fa36ca4b4a | |
parent | mds: fix null_snapflush with multiple intervening snaps (diff) | |
download | ceph-0.23.tar.xz ceph-0.23.zip |
v0.23v0.23
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | debian/changelog | 14 |
2 files changed, 16 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6e0e5b254b7..81336711f59 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/debian/changelog b/debian/changelog index 985552f7113..65a4f449f86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |