]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
v0.18 v0.18
authorSage Weil <sage@newdream.net>
Fri, 4 Dec 2009 18:10:32 +0000 (10:10 -0800)
committerSage Weil <sage@newdream.net>
Fri, 4 Dec 2009 18:10:32 +0000 (10:10 -0800)
RELEASE_CHECKLIST
configure.ac
debian/changelog
src/include/ceph_fs.h

index 951c397caa944a2dd1799f9e913fb094455ac916..bdb506c6bc5536c9aa9ed3e0421ffeb9c3d67542 100644 (file)
@@ -5,7 +5,6 @@
 
 - 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
index 7ac73af7b9a2e3e32a8c9a6af25921e91c328dea..65bc297061e3fe887f33512a9ff09e8da34ae688 100644 (file)
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
 # Automake
-AM_INIT_AUTOMAKE(ceph, 0.17)
+AM_INIT_AUTOMAKE(ceph, 0.18)
 AM_PROG_CC_C_O
 AM_PROG_LIBTOOL
 
index 1d308df92085f339387762b666243d41e3108563..02d1ea3ec6f518f7f442a9d6f439f4caebc76cd4 100644 (file)
@@ -1,3 +1,23 @@
+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
index 699196a10c6662119d1ce628eadf1ab79833bbdd..e2fd0247827e8eaf1336b5a5846e8385e6e51f85 100644 (file)
@@ -19,7 +19,7 @@
  * 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