]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
v0.21 v0.21
authorSage Weil <sage@newdream.net>
Tue, 27 Jul 2010 19:43:16 +0000 (12:43 -0700)
committerSage Weil <sage@newdream.net>
Thu, 29 Jul 2010 16:37:16 +0000 (09:37 -0700)
configure.ac
debian/changelog

index 53a1d273fdff09671ea7bcfbb0a733c4109d73c0..cb20ef5b5edb9477b178b145215a22699b5dd50f 100644 (file)
@@ -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
 
index 89e8e368403e48c38192b04da8fad35fc84dbd42..185ad02d1c5763497f61ff8429a5a740632b72f9 100644 (file)
@@ -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 <sage@newdream.net>  Tue, 27 Jul 2010 12:35:09 -0700
+
 ceph (0.20.2-1) unstable; urgency=low
 
   * Initial release (Closes: #506040)