From 090436f56ac293b309bf18ccffb7e9bafeb2ffad Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 27 Jul 2010 12:43:16 -0700 Subject: [PATCH] v0.21 --- configure.ac | 2 +- debian/changelog | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 53a1d273fdff0..cb20ef5b5edb9 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_CANONICAL_HOST AC_CANONICAL_TARGET # Automake -AM_INIT_AUTOMAKE(ceph, 0.21~rc) +AM_INIT_AUTOMAKE(ceph, 0.21) AM_PROG_CC_C_O AM_PROG_LIBTOOL diff --git a/debian/changelog b/debian/changelog index 89e8e368403e4..185ad02d1c576 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +ceph (0.21-1) unstable; urgency=low + + * improved logging infrastructure + * log rotation + * mkfs improvements + * rbd tool, class (rados block device) + * mds: return ENOTEMPTY when removing directory with snapshots + * mds: lazy io support + * msgr: send messages directly to connection handle (w/o looking up + destination address) + * faster atomic via libatomic-ops + * cfuse now stable + * mon: recovery improvements (e.g., when one mon is down for a long time) + * mon: warn on monitor clock drift + * osd: large object support + * osd: heartbeat fixes + * osd: journaling fixes, improvements (bugs, better use of direct io) + * osd: snapshot rollback op (for rbd) + * radosgw fixes, improvements + * many memory leak fixes + + -- Sage Weil Tue, 27 Jul 2010 12:35:09 -0700 + ceph (0.20.2-1) unstable; urgency=low * Initial release (Closes: #506040) -- 2.39.5