aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Hawke <paul.hawke@gmail.com>2013-08-29 23:46:14 -0500
committerPaul Hawke <paul.hawke@gmail.com>2013-08-29 23:46:14 -0500
commitda4518bbff1a9d23dbc4994423c31e997b3b1788 (patch)
tree411d20b2dfda154043a384678de8be7a5e752ef2 /README.md
parent8195cac53b34938cb9ac6732be91b0e1fbea2193 (diff)
downloadnanohttpd-da4518bbff1a9d23dbc4994423c31e997b3b1788.tar.gz
Added comment about "ssl-support" branch.
Added comment about "ssl-support" branch.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index c518b29..3c61fa6 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,12 @@
*NanoHttpd* has been released under a Modified BSD licence.
+## Current major development efforts
+
+Please take a look at the new "ssl-support" branch containing submitted code adding SSL
+support to NanoHttpd. It's a great new feature that needs all eyes to polish in preparation
+for a release, making sure it works on all platforms.
+
## Core Features
* Only one Java file, providing HTTP 1.1 support.
* 2 "flavors" - one at "current" standards and one strictly Java 1.1 compatible.