summaryrefslogtreecommitdiffstatsabout
diff options
context:
space:
mode:
authorNokis Mavrogiannopoulos <nmav@gnutls.org>2007-12-01 09:13:31 (GMT)
committer Nokis Mavrogiannopoulos <nmav@gnutls.org>2007-12-01 09:13:31 (GMT)
commit3c828c7ec4dfd276c047c5b088d414283276908e (patch)
tree2a624f71f136816d734aee30625a660c2bd6386d
parent94d92bd1b7b5696044c6293fc77292d3ad535148 (diff)
-rw-r--r--Makefile.am4
-rw-r--r--NEWS4
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
10SUBDIRS = src data 10SUBDIRS = src data
11ACLOCAL_AMFLAGS = -I m4 \ No newline at end of file 11ACLOCAL_AMFLAGS = -I m4
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..547610e
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,4 @@
1** Version 0.4.1 (unreleased)
2
3- Added support for subject alternative names in certificates.
4Only one per certificate is supported.