From 1ec1e8d6fb60de59e5068031f8f38659a52df1f3 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 8 Sep 2009 14:47:25 -0700 Subject: [PATCH] v0.14 --- configure.ac | 2 +- debian/changelog | 12 ++++++++++++ src/include/ceph_fs.h | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) 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 -- 2.47.3