summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2010-05-26 17:40:28 -0700
committerSage Weil <sage@newdream.net>2010-05-26 17:40:28 -0700
commit6bc283ad42def69bfecdb372545f81ea6e85b4e8 (patch)
treeb558d682814f752ed3009f80d7d9ec3a11575c57
parent3d84c890d76a245ea5d645ee8d6af4d1feb519e9 (diff)
downloadceph-0.20.2.tar.gz
ceph v0.20.2v0.20.2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog13
-rw-r--r--src/include/ceph_fs.h2
3 files changed, 15 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ac01bf907ff..9e641b6570b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
diff --git a/debian/changelog b/debian/changelog
index 2564f712be0..b9771b0f3e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/src/include/ceph_fs.h b/src/include/ceph_fs.h
index 52bda6a4156..ceee19549a9 100644
--- a/src/include/ceph_fs.h
+++ b/src/include/ceph_fs.h
@@ -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)