From: Sage Weil Date: Sat, 30 Oct 2010 18:24:34 +0000 (-0700) Subject: v0.22.2 X-Git-Tag: v0.22.2^0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9f4fd4a6d9af4a2cc2c365117e6dd4564f81f40a;p=ceph.git v0.22.2 --- diff --git a/configure.ac b/configure.ac index 3ec1d776bf8..52a7a632a46 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # 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 ], [ceph]) @@ -12,7 +12,7 @@ AC_CANONICAL_HOST 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 diff --git a/debian/changelog b/debian/changelog index c38d1eb1af7..985552f7113 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +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 Sat, 30 Oct 2010 11:22:51 -0700 + ceph (0.22.1-1) experimental; urgency=low * osd: fix hang during mkfs journal creation