aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a16da41..b504eca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1AC_INIT(mod_gnutls, 0.2.0) 1AC_INIT(mod_gnutls, 0.1.1)
2OOO_CONFIG_NICE(config.nice) 2OOO_CONFIG_NICE(config.nice)
3MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION 3MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION
4AC_PREREQ(2.53) 4AC_PREREQ(2.53)
cahe optionalGravatar Paul Querna 2005-04-04 | | | | | | - update for 2.1.x branch changes. - some mucking around with the conf stuff * use apr to parse hostnames..Gravatar Paul Querna 2004-12-12 | * working support for a ssl session cache via memcached.Gravatar Paul Querna 2004-12-10 | * add check for apr_memcacheGravatar Paul Querna 2004-12-09 | * fixes and stuff that i should of already committed.Gravatar Paul Querna 2004-12-09 | * re-order the cipher types.Gravatar Paul Querna 2004-12-06 | | | | | Add a fixups hook and some Basic Env vars * setting proper ignores.Gravatar Paul Querna 2004-12-02 | | | | | | | adding an empty cache files trying to fix >16kb writes. * adding autofoo for memcache supportGravatar Paul Querna 2004-12-02 | * hey hey, this is working code!Gravatar Paul Querna 2004-12-02 | * input and output filtersGravatar Paul Querna 2004-09-28 | * rename structures.Gravatar Paul Querna 2004-09-27 | | | | | | properly prefix all non-static functions with mod_gnutls_ fix build for GnuTLS 1.0.X. (redefine the changed structure names) * break up the IO functions into their own fileGravatar Paul Querna 2004-09-27 | * commit before i move everything aroundGravatar Paul Querna 2004-09-27 | * updatedGravatar Paul Querna 2004-09-27 | * iniail makefiles and license fooGravatar Paul Querna 2004-09-27