summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2010-11-22 00:23:29 +0100
committerSage Weil <sage@newdream.net>2010-11-23 08:02:09 +0100
commit868665d5f2c79ff0cc338339d25579f846794d93 (patch)
tree2139a67914f46f11339c3d0295210300eb4e2856
parentclient: only encode_cap_releases once per request. (diff)
downloadceph-868665d5f2c79ff0cc338339d25579f846794d93.tar.xz
ceph-868665d5f2c79ff0cc338339d25579f846794d93.zip
v0.23.1v0.23.1
-rw-r--r--configure.ac4
-rw-r--r--debian/changelog9
2 files changed, 11 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 81336711f59..72ad0f8a086 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
# Autoconf
AC_PREREQ(2.59)
-AC_INIT([Ceph distributed file system], [0.23],
+AC_INIT([Ceph distributed file system], [0.23.1],
[Sage Weil <sage@newdream.net>],
[ceph])
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET
# Automake
-AM_INIT_AUTOMAKE(ceph, 0.23)
+AM_INIT_AUTOMAKE(ceph, 0.23.1)
AM_PROG_CC_C_O
AM_PROG_LIBTOOL
diff --git a/debian/changelog b/debian/changelog
index 65a4f449f86..99bfcc097a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ceph (0.23.1-1) experimental; urgency=low
+
+ * msgr: fixed rare messenger race/bug
+ * client: fixed cache consitency with link(2)
+ * client: fix lssnap
+ * msgr: fix ipv6 addr parsing buffer overflow
+
+ -- Sage Weil <sage@newdream.net> Sun, 21 Nov 2010 15:22:21 -0800
+
ceph (0.23-1) experimental; urgency=low
* osd: use new btrfs snapshot ioctls