- 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
+ceph (0.18) unstable; urgency=low
+
+ * crush: selectable hash functions
+ * osdmap: selectable hash functions
+ * osd: basic ENOSPC handling
+ * big endian fixes
+ * mds restart fixes
+ * mds: fixed mds log trimming bug
+ * mds: fixed cap vs snap deadlock
+ * mds: fix journaling nesting problems
+ * mds: fix replay/reconnect race
+ * mds: misc journal replay, session fixes
+ * mds: fixed recursive accounting bug
+ * filestore: faster flushing
+ * uclient: snapshot fixes
+ * uclient: fixes for 32bit clients
+ * mon: safely bail (assert(0)) on write errors (like ENOSPC)
+
+ -- Sage Weil <sage@newdream.net> Fri, 4 Dec 2009 10:01:00 -0800
+
ceph (0.17) unstable; urgency=low
* kclient: fix multiple mds mdsmap decoding
* Ceph release version
*/
#define CEPH_VERSION_MAJOR 0
-#define CEPH_VERSION_MINOR 17
+#define CEPH_VERSION_MINOR 18
#define CEPH_VERSION_PATCH 0
#define _CEPH_STRINGIFY(x) #x