From: Sage Weil Date: Tue, 22 Sep 2009 17:13:11 +0000 (-0700) Subject: v0.15 X-Git-Tag: v0.15^0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ab3c421eb957bc519c5328988cc95d0595299eae;p=ceph.git v0.15 --- diff --git a/RELEASE_CHECKLIST b/RELEASE_CHECKLIST index 8ffeb2a0540c..02f3d2352ddd 100644 --- a/RELEASE_CHECKLIST +++ b/RELEASE_CHECKLIST @@ -5,6 +5,7 @@ - adjust version in configure.ac - adjust version in src/include/ceph_fs.h +- adjust version in ceph.spec - add entry to debian/changelog, with proper version - commit - git tag version diff --git a/configure.ac b/configure.ac index f22e90eeee2b..506e6c3295a6 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_CANONICAL_HOST AC_CANONICAL_TARGET # Automake -AM_INIT_AUTOMAKE(ceph, 0.14) +AM_INIT_AUTOMAKE(ceph, 0.15) AM_PROG_CC_C_O AM_PROG_LIBTOOL diff --git a/debian/changelog b/debian/changelog index f41f86234604..bf5975d5cd53 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +ceph (0.15-1) unstable; urgency=low + + * msgr: clean up protocol checks; ack seq # fix + * monclient: fixes + * debian: radosgw package, fix header permissions + * kclient: checkpatch fixes, cleanups. + * kclient: msg revoke, clean up interface + * kclient: GET_DATALOC ioctl + * kclient: osdc bug fix + * kclient: clean up debugfs layout + + -- sage Tue, 22 Sep 2009 10:15:00 -0800 + ceph (0.14-1) unstable; urgency=low * mds: dir backpointers updated on rename (for fsck) diff --git a/src/include/ceph_fs.h b/src/include/ceph_fs.h index f5b8c60aa950..15150fc86bcd 100644 --- a/src/include/ceph_fs.h +++ b/src/include/ceph_fs.h @@ -19,7 +19,7 @@ * Ceph release version */ #define CEPH_VERSION_MAJOR 0 -#define CEPH_VERSION_MINOR 14 +#define CEPH_VERSION_MINOR 15 #define CEPH_VERSION_PATCH 0 #define _CEPH_STRINGIFY(x) #x