From 2a2a0a1691c26cfdbb3d248efe485f1a8bbf7e5b Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 23 Mar 2011 23:42:28 +0100 Subject: [PATCH] Release 0.2. --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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]) -- 2.43.2