summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2011-01-24 21:53:22 +0100
committerSage Weil <sage@newdream.net>2011-01-24 21:53:22 +0100
commitf7572de5cb87eb7157217be4975ae66d90831bb7 (patch)
treefc8067f1cc09a4350d9622d6b5e61bb961ce5551
parentmsgr: make connection pipe reset atomic (diff)
downloadceph-0.24.2.tar.xz
ceph-0.24.2.zip
v0.24.2v0.24.2
-rw-r--r--configure.ac4
-rw-r--r--debian/changelog6
2 files changed, 8 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index de6b43b8534..ecc87ccd499 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
# Autoconf
AC_PREREQ(2.59)
-AC_INIT([Ceph distributed file system], [0.24.1],
+AC_INIT([Ceph distributed file system], [0.24.2],
[Sage Weil <sage@newdream.net>],
[ceph])
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET
# Automake
-AM_INIT_AUTOMAKE(ceph, 0.24.1)
+AM_INIT_AUTOMAKE(ceph, 0.24.2)
AM_PROG_CC_C_O
AM_PROG_LIBTOOL
diff --git a/debian/changelog b/debian/changelog
index 318137c5e0a..7bbe68109c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ceph (0.24.2-1) experimental; urgency=low
+
+ * New upstream release.
+
+ -- Sage Weil <sage@newdream.net> Mon, 24 Jan 2011 11:02:24 -0800
+
ceph (0.24.1-1) experimental; urgency=low
* New upstream release.