# 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])
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
+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