]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph v0.20.2 v0.20.2
authorSage Weil <sage@newdream.net>
Thu, 27 May 2010 00:40:28 +0000 (17:40 -0700)
committerSage Weil <sage@newdream.net>
Thu, 27 May 2010 00:40:28 +0000 (17:40 -0700)
configure.ac
debian/changelog
src/include/ceph_fs.h

index ac01bf907ff012572679cb97df061008335ea81c..9e641b6570b6574b981843d52c77d52b434b86a7 100644 (file)
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
 # Automake
-AM_INIT_AUTOMAKE(ceph, 0.20.1)
+AM_INIT_AUTOMAKE(ceph, 0.20.2)
 AM_PROG_CC_C_O
 AM_PROG_LIBTOOL
 
index 2564f712be0c1d412e3aef6a743d876ac565e349..b9771b0f3e7f1447ca880a511c500bb1e0293c42 100644 (file)
@@ -1,3 +1,16 @@
+ceph (0.20.2-1) unstable; urgency=low
+
+  * ppc64: build fixes
+  * cfuse: fail on mount errors
+  * mds: misc clustering fixes
+  * init-ceph: behave with ksh
+  * monc: improved hunting
+  * uclient/cfuse: fix crash on rename
+  * initscripts: drop old 'flushoncommit' btrfs mount option
+  * filestore: improve mkfs cleanup of old data
+
+ -- Sage Weil <sage@newdream.net>  Wed, 26 May 2010 17:37:43 -0700
+
 ceph (0.20.1-1) unstable; urgency=low
 
   * osd: fix journal initialization bugs
index 52bda6a4156c6cd4eed03bebbf43a5a5062a6b07..ceee19549a96c7fd11c49f0de6c963a2d7c2a723 100644 (file)
@@ -20,7 +20,7 @@
  */
 #define CEPH_VERSION_MAJOR 0
 #define CEPH_VERSION_MINOR 20
-#define CEPH_VERSION_PATCH 1
+#define CEPH_VERSION_PATCH 2
 
 #define _CEPH_STRINGIFY(x) #x
 #define CEPH_STRINGIFY(x) _CEPH_STRINGIFY(x)