summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2009-08-05 23:12:00 +0200
committerSage Weil <sage@newdream.net>2009-08-05 23:12:00 +0200
commitf524150822a2d6efb0880b85e21f50854869ff0a (patch)
tree87c3bd3b6139a0b3da4b676f1fecc8fa569b05f6
parentMakefile: add missing header to noinst_HEADERS (diff)
downloadceph-f524150822a2d6efb0880b85e21f50854869ff0a.tar.xz
ceph-f524150822a2d6efb0880b85e21f50854869ff0a.zip
v0.12v0.12
-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)