diff options
author | Sage Weil <sage@newdream.net> | 2009-09-08 23:47:25 +0200 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2009-09-08 23:47:25 +0200 |
commit | 1ec1e8d6fb60de59e5068031f8f38659a52df1f3 (patch) | |
tree | b8589753ca1739bbe06e60938e9b1600204b9851 | |
parent | kclient: remove msgpools for now (diff) | |
download | ceph-1ec1e8d6fb60de59e5068031f8f38659a52df1f3.tar.xz ceph-1ec1e8d6fb60de59e5068031f8f38659a52df1f3.zip |
v0.14v0.14
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | src/include/ceph_fs.h | 2 |
3 files changed, 14 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 044a239e4dc..3a6f4d68a40 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 a0073e20100..f41f8623460 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 <sage@newdream.net> 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 163909547ac..482094c8ee9 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 |