diff options
author | Nokis Mavrogiannopoulos | 2007-12-01 09:13:31 +0000 |
---|---|---|
committer | Nokis Mavrogiannopoulos | 2007-12-01 09:13:31 +0000 |
commit | 3c828c7ec4dfd276c047c5b088d414283276908e (patch) | |
tree | 2a624f71f136816d734aee30625a660c2bd6386d | |
parent | 94d92bd1b7b5696044c6293fc77292d3ad535148 (diff) |
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 486b962..d61ebd3 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -4,8 +4,8 @@ EXTRA_DIST = m4/outoforder.m4 m4/apache.m4 \ | |||
4 | m4/libgnutls.m4 m4/apr_memcache.m4 \ | 4 | m4/libgnutls.m4 m4/apr_memcache.m4 \ |
5 | m4/apache_test.m4 m4/lua.m4 \ | 5 | m4/apache_test.m4 m4/lua.m4 \ |
6 | include/mod_gnutls.h.in \ | 6 | include/mod_gnutls.h.in \ |
7 | README README.ENV \ | 7 | README README.ENV NEWS \ |
8 | NOTICE LICENSE autogen.sh | 8 | NOTICE LICENSE autogen.sh |
9 | 9 | ||
10 | SUBDIRS = src data | 10 | SUBDIRS = src data |
11 | ACLOCAL_AMFLAGS = -I m4 \ No newline at end of file | 11 | ACLOCAL_AMFLAGS = -I m4 |
@@ -0,0 +1,4 @@ | |||
1 | ** Version 0.4.1 (unreleased) | ||
2 | |||
3 | - Added support for subject alternative names in certificates. | ||
4 | Only one per certificate is supported. | ||