From 2c7e8795ae7f02bff2a73ff71d7a0721afde922c Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst Date: Thu, 13 Jun 2024 17:48:54 +0000 Subject: [PATCH] Prepare release 0.19.1 --- NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 44e915c..180094f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Version 0.19.1 +--------------------------------------------------------------------------- + +Cleanup: + +* Remove legacy code that is unused because of minimum requirements. + +* Cleanup HTML in rendered forms. + +* Documentation cleanups and small improvements. + + Version 0.19.0 --------------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 40dd071..73b19ba 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mod_auth_mellon],[0.19.0],[https://github.com/latchset/mod_auth_mellon/issues]) +AC_INIT([mod_auth_mellon],[0.19.1],[https://github.com/latchset/mod_auth_mellon/issues]) AC_CONFIG_HEADERS([config.h]) # We require support for C99.