]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph v0.21.1 v0.21.1
authorSage Weil <sage@newdream.net>
Wed, 11 Aug 2010 21:59:19 +0000 (14:59 -0700)
committerSage Weil <sage@newdream.net>
Wed, 11 Aug 2010 21:59:19 +0000 (14:59 -0700)
configure.ac
debian/changelog

index cb20ef5b5edb9477b178b145215a22699b5dd50f..84b120b97596c667449b82cf2c840b0929062ab1 100644 (file)
@@ -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
 
index 185ad02d1c5763497f61ff8429a5a740632b72f9..829eb827c6f3fe039519b821a14256163fc7164f 100644 (file)
@@ -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