]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph v0.21.2 v0.21.2
authorSage Weil <sage@newdream.net>
Thu, 26 Aug 2010 22:27:13 +0000 (15:27 -0700)
committerSage Weil <sage@newdream.net>
Thu, 26 Aug 2010 22:27:13 +0000 (15:27 -0700)
configure.ac
debian/changelog

index 84b120b97596c667449b82cf2c840b0929062ab1..11f22cebd1d8c32b5087cd4564cfa88bdecb83be 100644 (file)
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
 # Automake
-AM_INIT_AUTOMAKE(ceph, 0.21.1)
+AM_INIT_AUTOMAKE(ceph, 0.21.2)
 AM_PROG_CC_C_O
 AM_PROG_LIBTOOL
 
index 829eb827c6f3fe039519b821a14256163fc7164f..9cc9ed391065c3a978cae492056e2db8a57a7f60 100644 (file)
@@ -1,3 +1,22 @@
+ceph (0.21.2-1) unstable; urgency=low
+
+  * osd: less log noise
+  * osd: mark down old heartbeat peers
+  * filejournal: clean up init sequence, fewer confusing errors on startup
+  * msgr: fix throttler leak when closing connections (fixes deadlock)
+  * osdmaptool: don't crash on corrupt input
+  * crush: error out instead of crashing on ambiguous hierarchy
+  * mds: error to client on invalid op
+  * mds: fix ENOTEMPTY checks on rmdir
+  * osd: fix race between reads and cloned objects
+  * auth: fix keyring load search when $HOME not defined
+  * client: fix xattr cap writeback
+  * client: fix snap vs metadata writeback
+  * osd: fix journal, btrfs throttling
+  * msgr: fix memory leak on closed connections
+
+ -- Sage Weil <sage@newdream.net>  Thu, 26 Aug 2010 15:22:42 -0700
+
 ceph (0.21.1-1) unstable; urgency=high
 
   * ceph.spec: many fixes