]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph v0.20.1 v0.20.1
authorSage Weil <sage@newdream.net>
Fri, 14 May 2010 20:15:01 +0000 (13:15 -0700)
committerSage Weil <sage@newdream.net>
Fri, 14 May 2010 20:15:01 +0000 (13:15 -0700)
configure.ac
debian/changelog
src/include/ceph_fs.h

index 26a7af398c09b6a3f5d387ff38d3d9cec2954bee..ac01bf907ff012572679cb97df061008335ea81c 100644 (file)
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
 # Automake
-AM_INIT_AUTOMAKE(ceph, 0.20)
+AM_INIT_AUTOMAKE(ceph, 0.20.1)
 AM_PROG_CC_C_O
 AM_PROG_LIBTOOL
 
index b9bf83021f6eace70b2c90117d03a8a4afbca79e..2564f712be0c1d412e3aef6a743d876ac565e349 100644 (file)
@@ -1,3 +1,13 @@
+ceph (0.20.1-1) unstable; urgency=low
+
+  * osd: fix journal initialization bugs
+  * librados: fix aio callbacks
+  * osd: misc bug fixes
+  * mds: misc hangs
+  * msgr: some fixes 
+
+ -- Sage Weil <sage@newdream.net>  Fri, 14 May 2010 13:09:44 -0700
+
 ceph (0.20-1) unstable; urgency=low
 
   * osd: new journaling infrastructure
index b872fb0ca5b4b1d0d0b11391d19944112fcac543..52bda6a4156c6cd4eed03bebbf43a5a5062a6b07 100644 (file)
@@ -20,7 +20,7 @@
  */
 #define CEPH_VERSION_MAJOR 0
 #define CEPH_VERSION_MINOR 20
-#define CEPH_VERSION_PATCH 0
+#define CEPH_VERSION_PATCH 1
 
 #define _CEPH_STRINGIFY(x) #x
 #define CEPH_STRINGIFY(x) _CEPH_STRINGIFY(x)