aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Hawke <paul.hawke@gmail.com>2013-12-12 19:43:25 -0600
committerPaul Hawke <paul.hawke@gmail.com>2013-12-12 19:43:25 -0600
commit0bf521d4c4bfa18d53b3a1acf9b7a5fd1a06845a (patch)
treeaad45fde2a5daa29039c3ac30875101d9aab6e07
parentef3be58ec24d3e155c8036f8806dba7172f61d0c (diff)
downloadnanohttpd-0bf521d4c4bfa18d53b3a1acf9b7a5fd1a06845a.tar.gz
Release version 2.0.5
-rw-r--r--README.md1
-rw-r--r--core/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--samples/pom.xml6
-rw-r--r--webserver/markdown-plugin/pom.xml6
-rw-r--r--webserver/pom.xml4
6 files changed, 11 insertions, 10 deletions
diff --git a/README.md b/README.md
index 6c04773..afb6004 100644
--- a/README.md
+++ b/README.md
@@ -183,6 +183,7 @@ user base and reduce confusion over why _two_ NanoHttpd projects existed.
http://nanohttpd.com - went live July 1st, 2013.
## Version History (Java 6+ version)
+* 2.0.5 (2013-12-12) : Cleanup and stability fixes.
* 2.0.4 (2013-09-15) : Added basic cookie support, experimental SSL support and runtime extensions.
* 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.
diff --git a/core/pom.xml b/core/pom.xml
index f0a8b2f..bc46337 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -4,7 +4,7 @@
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd</artifactId>
- <version>2.0.4</version>
+ <version>2.0.5</version>
<packaging>jar</packaging>
<name>NanoHttpd-Core</name>
diff --git a/pom.xml b/pom.xml
index c4d6664..25b175d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-project</artifactId>
- <version>2.0.4</version>
+ <version>2.0.5</version>
<packaging>pom</packaging>
<name>NanoHttpd-Project</name>
diff --git a/samples/pom.xml b/samples/pom.xml
index 1a29784..be080ab 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -4,7 +4,7 @@
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-samples</artifactId>
- <version>2.0.4</version>
+ <version>2.0.5</version>
<packaging>jar</packaging>
<name>NanoHttpd-Samples</name>
@@ -14,12 +14,12 @@
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd</artifactId>
- <version>2.0.4</version>
+ <version>2.0.5</version>
</dependency>
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-webserver</artifactId>
- <version>2.0.4</version>
+ <version>2.0.5</version>
</dependency>
</dependencies>
diff --git a/webserver/markdown-plugin/pom.xml b/webserver/markdown-plugin/pom.xml
index 745825d..4c901d9 100644
--- a/webserver/markdown-plugin/pom.xml
+++ b/webserver/markdown-plugin/pom.xml
@@ -4,7 +4,7 @@
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-webserver-markdown-plugin</artifactId>
- <version>2.0.4</version>
+ <version>2.0.5</version>
<packaging>jar</packaging>
<name>NanoHttpd-Webserver-Markdown-Plugin</name>
@@ -14,13 +14,13 @@
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd</artifactId>
- <version>2.0.4</version>
+ <version>2.0.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-webserver</artifactId>
- <version>2.0.4</version>
+ <version>2.0.5</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/webserver/pom.xml b/webserver/pom.xml
index 4ecec80..c983d4a 100644
--- a/webserver/pom.xml
+++ b/webserver/pom.xml
@@ -4,7 +4,7 @@
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-webserver</artifactId>
- <version>2.0.4</version>
+ <version>2.0.5</version>
<packaging>jar</packaging>
<name>NanoHttpd-Webserver</name>
@@ -14,7 +14,7 @@
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd</artifactId>
- <version>2.0.4</version>
+ <version>2.0.5</version>
</dependency>
</dependencies>