+ceph (0.16-1) unstable; urgency=low
+
+ * libceph: identify self
+ * hadoop: write to local osd
+ * disk format, wire changes
+ * use sockaddr_storage throughout
+ * kclient: fix msgr bug
+ * kclient: uninline strings, use pr_fmt, prefix frag_ macros
+ * kclient: lots of inline cleanups
+ * kclient: misc akpm review cleanups
+
+ -- sage <sage@newdream.net> Tue, 05 Oct 2009 14:54:00 -0800
+
ceph (0.15-1) unstable; urgency=low
* msgr: clean up protocol checks; ack seq # fix
* Ceph release version
*/
#define CEPH_VERSION_MAJOR 0
-#define CEPH_VERSION_MINOR 15
+#define CEPH_VERSION_MINOR 16
#define CEPH_VERSION_PATCH 0
#define _CEPH_STRINGIFY(x) #x