Skip to content

Commit 2c7e879

Browse files
committed
Prepare release 0.19.1
1 parent 52c08cf commit 2c7e879

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

NEWS

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Version 0.19.1
2+
---------------------------------------------------------------------------
3+
4+
Cleanup:
5+
6+
* Remove legacy code that is unused because of minimum requirements.
7+
8+
* Cleanup HTML in rendered forms.
9+
10+
* Documentation cleanups and small improvements.
11+
12+
113
Version 0.19.0
214
---------------------------------------------------------------------------
315

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([mod_auth_mellon],[0.19.0],[https://github.com/latchset/mod_auth_mellon/issues])
1+
AC_INIT([mod_auth_mellon],[0.19.1],[https://github.com/latchset/mod_auth_mellon/issues])
22
AC_CONFIG_HEADERS([config.h])
33

44
# We require support for C99.

0 commit comments

Comments
 (0)