From: Sage Weil Date: Thu, 27 May 2010 00:40:28 +0000 (-0700) Subject: ceph v0.20.2 X-Git-Tag: v0.20.2^0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6bc283ad42def69bfecdb372545f81ea6e85b4e8;p=ceph.git ceph v0.20.2 --- diff --git a/configure.ac b/configure.ac index ac01bf907ff0..9e641b6570b6 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 2564f712be0c..b9771b0f3e7f 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 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 52bda6a4156c..ceee19549a96 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)