summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2009-07-15 13:33:30 -0700
committerSage Weil <sage@newdream.net>2009-07-15 14:07:37 -0700
commit007313fe84470c04cd41eb91d87e758c7d00e771 (patch)
tree818aa96de383ba8c622df7188a1f6abd9dd65a89
parent464d248e3549a30bb32fd925dd5f0ddbc05d735f (diff)
downloadceph-007313fe84470c04cd41eb91d87e758c7d00e771.tar.gz
v0.10v0.10
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog11
2 files changed, 12 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a491f915511..3642367d0c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET
# Automake
-AM_INIT_AUTOMAKE(ceph, 0.9)
+AM_INIT_AUTOMAKE(ceph, 0.10)
AM_PROG_CC_C_O
AM_PROG_LIBTOOL
diff --git a/debian/changelog b/debian/changelog
index a08e092eea6..d54b3d41cb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+ceph (0.10-1) unstable; urgency=low
+
+ * uclient fixes
+ * libceph
+ * mds: trivialmap encoding (efficient dir updates)
+ * mds: reconnect fixes
+ * osd: recovery, corruption fixes
+ * kclient: unaligned access fixes
+
+ -- sage <sage@newdream.net> Tue, 15 Jul 2009 13:26:00 -0800
+
ceph (0.9-1) unstable; urgency=low
* mds exherts memory pressure on clients