From: Sage Weil Date: Tue, 8 Sep 2009 21:47:25 +0000 (-0700) Subject: v0.14 X-Git-Tag: v0.14^0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1ec1e8d6fb60de59e5068031f8f38659a52df1f3;p=ceph.git v0.14 --- diff --git a/configure.ac b/configure.ac index 044a239e4dcd..3a6f4d68a401 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_CANONICAL_HOST AC_CANONICAL_TARGET # Automake -AM_INIT_AUTOMAKE(ceph, 0.13) +AM_INIT_AUTOMAKE(ceph, 0.14) AM_PROG_CC_C_O AM_PROG_LIBTOOL diff --git a/debian/changelog b/debian/changelog index a0073e201002..f41f86234604 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +ceph (0.14-1) unstable; urgency=low + + * mds: dir backpointers updated on rename (for fsck) + * uclient: many bugs fixed + * msgr: many messenger protocol changes... much more client-server like + * mon: subscriptions for osd, mds maps + * libceph: lots of fixes + * kclient: cleanups, new msgr. no msgpools (for now) + * deb packages fixed up + + -- sage Mon, 8 Sep 2009 14:48:00 -0800 + ceph (0.13-1) unstable; urgency=low * osd: stay active during backlog generation diff --git a/src/include/ceph_fs.h b/src/include/ceph_fs.h index 163909547ac0..482094c8ee99 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 13 +#define CEPH_VERSION_MINOR 14 #define CEPH_VERSION_PATCH 0 #define _CEPH_STRINGIFY(x) #x