This is an automated email from the git hooks/post-receive script. sylvestre pushed a commit to branch master in repository jscover.
commit 16b85017844747cab6719a7f8c68989366518a3e Author: tntim96 <[email protected]> Date: Fri Aug 15 19:26:31 2014 +1000 Update history and contributors --- History.md | 2 +- doc/contribute.html | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index cf2399a..eb43d2c 100644 --- a/History.md +++ b/History.md @@ -1,6 +1,6 @@ 1.0.14 / 2014-??-?? ================== - * Remove 'Proxy-Connection' header to avoid persistent connections (https://github.com/tntim96/JSCover/pull/158) + * Remove proxy headers to avoid persistent connections (https://github.com/tntim96/JSCover/pull/159) * Decode URI in proxy mode * Add logging to merge and report code * Internal: Upgrade to Jasmine 2.0.1 diff --git a/doc/contribute.html b/doc/contribute.html index fa6a39b..0a2940c 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -54,6 +54,10 @@ <td><a href="https://github.com/JohnBuchanan" target="_blank">John Buchanan</a></td> <td><a href="https://github.com/tntim96/JSCover/pull/100" target="_blank">Adding support for single file instrumentation via stdio.</a></td> </tr> + <tr> + <td><a href="https://github.com/jakecobb" target="_blank">Jake Cobb</a></td> + <td><a href="https://github.com/tntim96/JSCover/pull/159" target="_blank">Remove proxy headers to avoid persistent connections.</a></td> + </tr> </table> <h2><a name="todo"></a>To-Do</h2> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jscover.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

