]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
v0.22.2 v0.22.2
authorSage Weil <sage@newdream.net>
Sat, 30 Oct 2010 18:24:34 +0000 (11:24 -0700)
committerSage Weil <sage@newdream.net>
Sat, 30 Oct 2010 18:24:34 +0000 (11:24 -0700)
configure.ac
debian/changelog

index 3ec1d776bf8cc0213ecb575e168c9709c4350426..52a7a632a4608b25ef7d08085cc0dbba541b5ed0 100644 (file)
@@ -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 <sage@newdream.net>],
              [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
 
index c38d1eb1af7b9eb2475d280128fe5ede9f38e527..985552f71136e453abdcc3c949035e35f4a2f61e 100644 (file)
@@ -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 <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