From: Sage Weil Date: Tue, 27 Jul 2010 19:43:16 +0000 (-0700) Subject: v0.21 X-Git-Tag: v0.21^0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=090436f56ac293b309bf18ccffb7e9bafeb2ffad;p=ceph-ci.git v0.21 --- diff --git a/configure.ac b/configure.ac index 53a1d273fdf..cb20ef5b5ed 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 89e8e368403..185ad02d1c5 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)