aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Hawke <paul.hawke@gmail.com>2013-06-17 22:46:51 -0500
committerPaul Hawke <paul.hawke@gmail.com>2013-06-17 22:46:51 -0500
commit2cbbb4d4eb8dea11a87bc60ff9672558fc290486 (patch)
tree47ff1dacba7d725455cb9865214222823cf24350 /README.md
parent6b018cee02f3517742880f80c293f5ae0a905b87 (diff)
downloadnanohttpd-2cbbb4d4eb8dea11a87bc60ff9672558fc290486.tar.gz
Updated tests for new HTTP 1.1 header, shifted test server to a port that doesnt automatically fail on a machine running Jetty/Tomcat and rolled the version number.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 90826e8..75753fd 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@
The project is managed with a "fork and pull-request" pattern.
-If you want to contribute, fork this repo and submit a pull-request of your changes when you're ready.
+If you want to contribute, fork this repo and submit a pull-request of your changes when you're ready.
Anyone can create Issues, and pull requests should be tied back to an issue describing the purpose of the submitted code.
@@ -116,6 +116,7 @@ The two projects pooled resources in early 2013, merging code-bases, to better s
user base and reduce confusion over why _two_ NanoHttpd projects existed.
## Version History (Java 6+ version)
+* 2.0.3 (2013-06-17) : Implemented 'Connection: keep-alive', (tested against latest Mozilla Firefox).
* 2.0.2 (2013-06-06) : Polish for the webserver, and fixed a bug causing stack-traces on Samsung Phones.
* 2.0.1 (2013-05-27) : Non-English UTF-8 decoding support for URLS/Filenames
* 2.0.0 (2013-05-21) : Released - announced on FreeCode.com