# Autoconf
AC_PREREQ(2.59)
-AC_INIT([Ceph distributed file system], [0.22.1],
+AC_INIT([Ceph distributed file system], [0.22.2],
[Sage Weil <sage@newdream.net>],
[ceph])
AC_CANONICAL_TARGET
# Automake
-AM_INIT_AUTOMAKE(ceph, 0.22.1)
+AM_INIT_AUTOMAKE(ceph, 0.22.2)
AM_PROG_CC_C_O
AM_PROG_LIBTOOL
+ceph (0.22.2-1) experimental; urgency=low
+
+ * cfuse: fix truncation problem
+ * osd: fix decoding of legacay (0.21) coll_t
+ * osd: handle missing objects on snap reads
+ * filestore: escape xattr chunk names
+
+ -- Sage Weil <sage@newdream.net> Sat, 30 Oct 2010 11:22:51 -0700
+
ceph (0.22.1-1) experimental; urgency=low
* osd: fix hang during mkfs journal creation