From: Simon Ruderich Date: Wed, 23 Mar 2011 22:42:28 +0000 (+0100) Subject: Release 0.2. X-Git-Tag: 0.2 X-Git-Url: https://ruderich.org/simon/gitweb/?p=tlsproxy%2Ftlsproxy.git;a=commitdiff_plain;h=refs%2Ftags%2F0.2 Release 0.2. --- diff --git a/NEWS b/NEWS index c6de053..d36a440 100644 --- a/NEWS +++ b/NEWS @@ -4,3 +4,9 @@ NEWS 0.1 --- - first release + +0.2 +--- +- add -u option, passthrough TLS connections to unknown hostnames +- add ./configure --disable-ipv6 for IPv4 only machines +- send HTML with error messages (not only headers) diff --git a/configure.ac b/configure.ac index 1717a3a..6cfb3f7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([tlsproxy], [0.1], [simon@ruderich.org]) +AC_INIT([tlsproxy], [0.2], [simon@ruderich.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])