]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
v0.23.1 v0.23.1
authorSage Weil <sage@newdream.net>
Sun, 21 Nov 2010 23:23:29 +0000 (15:23 -0800)
committerSage Weil <sage@newdream.net>
Tue, 23 Nov 2010 07:02:09 +0000 (23:02 -0800)
configure.ac
debian/changelog

index 81336711f59d6cc5c13c6a3da202b0a31dc75061..72ad0f8a086acfce744b55b1e40118ff8ef30247 100644 (file)
@@ -3,7 +3,7 @@
 
 # Autoconf
 AC_PREREQ(2.59)
-AC_INIT([Ceph distributed file system], [0.23], 
+AC_INIT([Ceph distributed file system], [0.23.1], 
              [Sage Weil <sage@newdream.net>],
              [ceph])
 
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
 # Automake
-AM_INIT_AUTOMAKE(ceph, 0.23)
+AM_INIT_AUTOMAKE(ceph, 0.23.1)
 AM_PROG_CC_C_O
 AM_PROG_LIBTOOL
 
index 65a4f449f86a91af49f880a6f45a262783f09dab..99bfcc097a6a460bfd17e9c2a3f0a2b2a664e41a 100644 (file)
@@ -1,3 +1,12 @@
+ceph (0.23.1-1) experimental; urgency=low
+
+  * msgr: fixed rare messenger race/bug
+  * client: fixed cache consitency with link(2)
+  * client: fix lssnap
+  * msgr: fix ipv6 addr parsing buffer overflow 
+
+ -- Sage Weil <sage@newdream.net>  Sun, 21 Nov 2010 15:22:21 -0800
+
 ceph (0.23-1) experimental; urgency=low
 
   * osd: use new btrfs snapshot ioctls