]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
0.19.1
authorSage Weil <sage@newdream.net>
Mon, 1 Mar 2010 18:17:08 +0000 (10:17 -0800)
committerSage Weil <sage@newdream.net>
Tue, 2 Mar 2010 18:47:00 +0000 (10:47 -0800)
configure.ac
debian/changelog
src/include/ceph_fs.h

index 117efed5eddfb49925d04b4928f478f038a09b9c..f1e21acc76ef2c4edd1ffddf7b996d702cd8643f 100644 (file)
@@ -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
 
index 5f5c191bd5ac8e55771e96407d59f87e49c6d7d4..02eb1feebffdec4bb26d4a89497a8127802883f5 100644 (file)
@@ -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
index 18d57ffd60f0c6a49c074511773bf278f3ef0d12..0f46195934c34ae6d4dc310f6c7582c12c67e690 100644 (file)
@@ -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)