From cb0c0d435b32ab3a488f08dafa5f011b2de0dde6 Mon Sep 17 00:00:00 2001 From: Coda Hale Date: Tue, 3 Apr 2012 15:19:24 -0700 Subject: [PATCH] Updated release notes and contributors. --- docs/source/about/contributors.rst | 7 +++++++ docs/source/about/release-notes.rst | 3 +++ 2 files changed, 10 insertions(+) diff --git a/docs/source/about/contributors.rst b/docs/source/about/contributors.rst index bf8431a5e30..a793d37b9b5 100644 --- a/docs/source/about/contributors.rst +++ b/docs/source/about/contributors.rst @@ -7,12 +7,19 @@ Contributors Many, many thanks to: * `Adam Marcus `_ +* `Brian McCallister `_ * `Brian O'Neill `_ * `Cagatay Kavukcuoglu `_ * `Chris Gray `_ +* `Christopher Elkins `_ +* `Collin VanDyck `_ * `Fredrik Sundberg `_ +* `James Ward `_ +* `Joshua Spiewak `_ * `Michael Fairley `_ +* `Nick Telford `_ * `Sam Perman `_ * `Ted Nyman `_ * `Tom Crayford `_ * `Tom Morris `_ +* `Vidit Drolia `_ diff --git a/docs/source/about/release-notes.rst b/docs/source/about/release-notes.rst index 630063d5c41..3c57ff2e88c 100644 --- a/docs/source/about/release-notes.rst +++ b/docs/source/about/release-notes.rst @@ -37,6 +37,9 @@ v0.4.0-SNAPSHOT * Switched ``CachingAuthenticator`` to using cache builder specs. * Malformed JSON request entities now produce a ``400 Bad Request`` instead of a ``500 Server Error`` response. +* Added ``connectionTimeout``, ``maxConnectionsPerRoute``, and ``keepAlive`` to + ``HttpClientConfiguration``. +* Added support for using Guava's ``HostAndPort`` in configuration properties. .. __: http://logging.apache.org/log4j/1.2/ .. __: http://logback.qos.ch/