summaryrefslogtreecommitdiffstatsabout
diff options
context:
space:
mode:
-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.