From: Sage Weil Date: Wed, 11 Aug 2010 21:59:19 +0000 (-0700) Subject: ceph v0.21.1 X-Git-Tag: v0.21.1^0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7aa332cd82d5a349e08d0f9a0149acd2489e0a80;p=ceph.git ceph v0.21.1 --- diff --git a/configure.ac b/configure.ac index cb20ef5b5edb9..84b120b97596c 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_CANONICAL_HOST AC_CANONICAL_TARGET # Automake -AM_INIT_AUTOMAKE(ceph, 0.21) +AM_INIT_AUTOMAKE(ceph, 0.21.1) AM_PROG_CC_C_O AM_PROG_LIBTOOL diff --git a/debian/changelog b/debian/changelog index 185ad02d1c576..829eb827c6f3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +ceph (0.21.1-1) unstable; urgency=high + + * ceph.spec: many fixes + * mds mds->client message crash + * monmaptool: man page typo + * rados: usage fix + * osd: fix heartbeat to/from node + * osd: fix replies to dup/already committed requests + * librados: hpp fix + * mds: fix cap/snaprealm behavior on readdir + * debian: fix fuse-utils depcs + * cclass: fix .so loading + * osd: fix crazy slowdown during recovery/repeering due to hadnle_osd_map + * cauthtool: fix man page example for fs clients + * mkcephfs to /sbin + * fix log rotation + + -- Sage Weil Wed, 11 Aug 2010 14:55:25 -0700 + ceph (0.21-1) unstable; urgency=low * improved logging infrastructure