]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
v0.11 v0.11
authorSage Weil <sage@newdream.net>
Wed, 22 Jul 2009 19:40:52 +0000 (12:40 -0700)
committerSage Weil <sage@newdream.net>
Wed, 22 Jul 2009 19:40:52 +0000 (12:40 -0700)
configure.ac
debian/changelog

index e1d769167522cf704e08fe9da83356e7c49c8153..f575542a3740baee5bb7a9f478335f79d8b53fa9 100644 (file)
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
 # Automake
-AM_INIT_AUTOMAKE(ceph, 0.10)
+AM_INIT_AUTOMAKE(ceph, 0.11)
 AM_PROG_CC_C_O
 AM_PROG_LIBTOOL
 
index d54b3d41cb9b760f668e8aeaae5323b6cf58e3bb..4862cc2b41aba9521f867d75167226bfffe3131a 100644 (file)
@@ -1,3 +1,12 @@
+ceph (0.11-1) unstable; urgency=low
+
+  * kclient fixes, clean (lkml review)
+  * improved encoding of on-wire types
+  * mount.ceph now updates /etc/mtab
+  * uclient: fix rename() refcount bug
+
+ -- sage <sage@newdream.net>  Tue, 12 Jul 2009 12:36:00 -0800
+
 ceph (0.10-1) unstable; urgency=low
 
   * uclient fixes