diff options
author | Sage Weil <sage@newdream.net> | 2010-08-11 23:59:19 +0200 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-08-11 23:59:19 +0200 |
commit | 7aa332cd82d5a349e08d0f9a0149acd2489e0a80 (patch) | |
tree | 2d81986b03fbcce7545e0924b30cae40095ee487 | |
parent | Makefile: include logrotate.conf in tarball (diff) | |
download | ceph-7aa332cd82d5a349e08d0f9a0149acd2489e0a80.tar.xz ceph-7aa332cd82d5a349e08d0f9a0149acd2489e0a80.zip |
ceph v0.21.1v0.21.1
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 19 |
2 files changed, 20 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cb20ef5b5ed..84b120b9759 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 185ad02d1c5..829eb827c6f 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 <sage@fatty.ops.newdream.net> Wed, 11 Aug 2010 14:55:25 -0700 + ceph (0.21-1) unstable; urgency=low * improved logging infrastructure |