+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
*/
#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)