about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-09-03 07:31:48 +0000
committerEric Wong <normalperson@yhbt.net>2013-09-03 08:53:35 +0000
commit97a39a02481dc24582aa7317d8d94c21d753d040 (patch)
tree4e6424a3a230591637eadf61261ed8c21f48b7b0
parent82fe4d7dfad38e210bb86d2989e9436c267dd81a (diff)
downloadcmogstored-97a39a02481dc24582aa7317d8d94c21d753d040.tar.gz
The Status: header is no longer returned on HTTP responses.  All known
MogileFS clients parse the HTTP status response correctly without the
need for the Status: header.  Neither Perlbal nor nginx set the Status:
header on responses, so this is unlikely to introduce incompatibilities.
The Status: header was originally inherited from HTTP servers which had
to deal with a much larger range of (non-compliant) clients.

SystemTap support is mostly fleshed out.  There are some bundled awk
scripts which should make better sense of the all.stp which logs just
about everything.

Raising aio_threads now correctly increases ioq capacity.  This
regression was only introduced in the 1.3.0 rc series, as ioq
was not in 1.2.x.
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index f5cf390..e6f79d2 100644
--- a/README
+++ b/README
@@ -58,8 +58,8 @@ Source tarballs suitable for distribution are housed here:
 The latest stable release is:
         http://bogomips.org/cmogstored/files/cmogstored-1.2.2.tar.gz
 
-The latest prerelease is:
-        http://bogomips.org/cmogstored/files/pre/cmogstored-1.3.0rc1.tar.gz
+The latest release candidate is:
+        http://bogomips.org/cmogstored/files/pre/cmogstored-1.3.0rc2.tar.gz
 
 See http://bogomips.org/cmogstored/NEWS for release notes