Skip to content

Commit

Permalink
2.0.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
psh committed Jun 7, 2013
1 parent da9f57e commit 9d23138
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -104,6 +104,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.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
* (2013-05-20) : Test suite looks complete.
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<packaging>jar</packaging>

<name>NanoHttpd</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-project</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<packaging>pom</packaging>

<name>NanoHttpd-Project</name>
Expand Down
6 changes: 3 additions & 3 deletions samples/pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-samples</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<packaging>jar</packaging>

<name>NanoHttpd-Samples</name>
Expand All @@ -14,12 +14,12 @@
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-webserver</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions webserver/pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd-webserver</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<packaging>jar</packaging>

<name>NanoHttpd-Webserver</name>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>fi.iki.elonen</groupId>
<artifactId>nanohttpd</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 9d23138

Please sign in to comment.