diff options
author | Sage Weil <sage@newdream.net> | 2010-03-01 10:17:08 -0800 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-03-01 10:17:08 -0800 |
commit | 8692fc2a4c5b164a8d455aa78ee6efce5e35e179 (patch) | |
tree | 7d694812268322cb61da4a03679d089118e1e658 | |
parent | 7d7f925bcd03630778e36fe633efaf92768925c7 (diff) | |
download | ceph-0.19.1.tar.gz |
0.19.1v0.19.1
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | src/include/ceph_fs.h | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 117efed5edd..f1e21acc76e 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_CANONICAL_HOST AC_CANONICAL_TARGET # Automake -AM_INIT_AUTOMAKE(ceph, 0.19) +AM_INIT_AUTOMAKE(ceph, 0.19.1) AM_PROG_CC_C_O AM_PROG_LIBTOOL diff --git a/debian/changelog b/debian/changelog index 5f5c191bd5a..02eb1feebff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ceph (0.19.1-1) unstable; urgency=low + + * init-ceph: don't fail when /bin/sh is dash + * mds: fix sessionmap decoding + * Makefile: put mount.ceph is /sbin + + -- Sage Weil <sage@newdream.net> Mon, 01 Mar 2010 10:04:04 -0800 + ceph (0.19-1) unstable; urgency=low * msgr: simplification, cleanup, fixes diff --git a/src/include/ceph_fs.h b/src/include/ceph_fs.h index 0c2241ef365..2867c55e264 100644 --- a/src/include/ceph_fs.h +++ b/src/include/ceph_fs.h @@ -20,7 +20,7 @@ */ #define CEPH_VERSION_MAJOR 0 #define CEPH_VERSION_MINOR 19 -#define CEPH_VERSION_PATCH 0 +#define CEPH_VERSION_PATCH 1 #define _CEPH_STRINGIFY(x) #x #define CEPH_STRINGIFY(x) _CEPH_STRINGIFY(x) |