summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog9
2 files changed, 10 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7d20228899c..78fa24de575 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET
# Automake
-AM_INIT_AUTOMAKE(ceph, 0.11)
+AM_INIT_AUTOMAKE(ceph, 0.12)
AM_PROG_CC_C_O
AM_PROG_LIBTOOL
diff --git a/debian/changelog b/debian/changelog
index 4862cc2b41a..9238dc064f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ceph (0.12-1) unstable; urgency=low
+
+ * kclient: mapping_set_error in writepage, layout ioctl, writeback mempools, cap writeback, fsync
+ * mds: various clustering fixes
+ * uclient: misc fixes
+ * msgr: fixed bad fd close (causing spurious EBADF errors)
+
+ -- sage <sage@newdream.net> Wed, 5 Aug 2009 13:58:00 -0800
+
ceph (0.11-1) unstable; urgency=low
* kclient fixes, clean (lkml review)