diff --git a/configure.ac b/configure.ac index 84b120b9759..11f22cebd1d 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/debian/changelog b/debian/changelog index 829eb827c6f..9cc9ed39106 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 26 Aug 2010 15:22:42 -0700 + ceph (0.21.1-1) unstable; urgency=high * ceph.spec: many fixes