summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2009-09-22 10:13:11 -0700
committerSage Weil <sage@newdream.net>2009-09-22 10:13:11 -0700
commitab3c421eb957bc519c5328988cc95d0595299eae (patch)
tree3c2493c6d72f1282673b8a9bb22ddb632a9fefe2
parentc6e5d6e43206b0d3b1434a002fffe746d22bf911 (diff)
downloadceph-0.15.tar.gz
v0.15v0.15
-rw-r--r--RELEASE_CHECKLIST1
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog13
-rw-r--r--src/include/ceph_fs.h2
4 files changed, 16 insertions, 2 deletions
diff --git a/RELEASE_CHECKLIST b/RELEASE_CHECKLIST
index 8ffeb2a0540..02f3d2352dd 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 f22e90eeee2..506e6c3295a 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 f41f8623460..bf5975d5cd5 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 <sage@newdream.net> 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 f5b8c60aa95..15150fc86bc 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