summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog14
2 files changed, 15 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 11f22cebd1d..195b0911066 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET
# Automake
-AM_INIT_AUTOMAKE(ceph, 0.21.2)
+AM_INIT_AUTOMAKE(ceph, 0.21.3)
AM_PROG_CC_C_O
AM_PROG_LIBTOOL
diff --git a/debian/changelog b/debian/changelog
index 9cc9ed39106..ee0c1862ca3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+ceph (0.21.3-1) unstable; urgency=low
+
+ * cfuse: fixed readdir for large directories
+ * cfuse: fixed truncation (now passes fsx)
+ * radosgw: fixed information leakage between sessions
+ * radosgw: support wildcard dns for bucketname.domain/object access
+ * mds: fixed snap bug with directory renames
+ * mon: less log noise
+ * osdmap: allowed blacklisting of entire ips
+ * mds: fix journal replay bug with reconnecting clients
+ * mds: fix journal replay bug with inconsistent lock state, subsequent crash
+
+ -- Sage Weil <sage@newdream.net> Fri, 17 Sep 2010 15:44:06 -0700
+
ceph (0.21.2-1) unstable; urgency=low
* osd: less log noise