]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
v0.21.3 v0.21.3
authorSage Weil <sage@newdream.net>
Fri, 17 Sep 2010 22:47:52 +0000 (15:47 -0700)
committerSage Weil <sage@newdream.net>
Sat, 18 Sep 2010 04:03:27 +0000 (21:03 -0700)
configure.ac
debian/changelog

index 11f22cebd1d8c32b5087cd4564cfa88bdecb83be..195b0911066d546b490db554b61cc170fbd8bc1f 100644 (file)
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
 # Automake
-AM_INIT_AUTOMAKE(ceph, 0.21.2)
+AM_INIT_AUTOMAKE(ceph, 0.21.3)
 AM_PROG_CC_C_O
 AM_PROG_LIBTOOL
 
index 9cc9ed391065c3a978cae492056e2db8a57a7f60..ee0c1862ca36c22310fb0baddbf9a554160dbe4f 100644 (file)
@@ -1,3 +1,17 @@
+ceph (0.21.3-1) unstable; urgency=low
+
+  * cfuse: fixed readdir for large directories
+  * cfuse: fixed truncation (now passes fsx)
+  * radosgw: fixed information leakage between sessions
+  * radosgw: support wildcard dns for bucketname.domain/object access
+  * mds: fixed snap bug with directory renames
+  * mon: less log noise
+  * osdmap: allowed blacklisting of entire ips
+  * mds: fix journal replay bug with reconnecting clients
+  * mds: fix journal replay bug with inconsistent lock state, subsequent crash 
+
+ -- Sage Weil <sage@newdream.net>  Fri, 17 Sep 2010 15:44:06 -0700
+
 ceph (0.21.2-1) unstable; urgency=low
 
   * osd: less log noise