From 4a2d03eb3f0440fbcd27f888ac0e82cd5a646911 Mon Sep 17 00:00:00 2001 From: Janik Rabe Date: Thu, 10 Jan 2019 14:00:00 +0200 Subject: [PATCH] Release version 2.3.2 --- ChangeLog | 1 + NEWS | 3 +++ README | 2 +- configure.ac | 2 +- doc/oidentd.8 | 2 +- doc/oidentd.conf.5 | 2 +- doc/oidentd_masq.conf.5 | 2 +- 7 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 961cd5f..b605b23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2019-01-03 Janik Rabe + * Released as version 2.3.2. * Fix oidentd_masq.conf(5) comment style. 2019-01-01 Janik Rabe diff --git a/NEWS b/NEWS index ba15f73..b44645f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ Unreleased changes + +Changes in version 2.3.2 + * Option `--forward` now implies `--masquerade`. * Added a warning when the connection limit is exceeded. * Added systemd services and a socket file. diff --git a/README b/README index 473ad5c..95790b7 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -oidentd 2.3.1 by Janik Rabe +oidentd 2.3.2 by Janik Rabe Originally written by Ryan McCabe oidentd is an RFC 1413 compliant ident daemon that runs on Linux, FreeBSD, diff --git a/configure.ac b/configure.ac index 62d95a6..6b64cbb 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -AC_INIT([oidentd], [2.3.1], [oidentd@janikrabe.com]) +AC_INIT([oidentd], [2.3.2], [oidentd@janikrabe.com]) AM_INIT_AUTOMAKE AC_DEFINE(PACKAGE_AUTHOR, ["Janik Rabe"], [maintainer]) diff --git a/doc/oidentd.8 b/doc/oidentd.8 index d9604e7..2627283 100644 --- a/doc/oidentd.8 +++ b/doc/oidentd.8 @@ -9,7 +9,7 @@ .\" Front-Cover Texts being no front-cover texts, and with the Back-Cover .\" Texts being no back-cover texts. A copy of the license is included with .\" this package in the file "COPYING.DOC." -.TH oidentd 8 "2018-06-13" "version 2.3.1" +.TH oidentd 8 "2019-01-10" "version 2.3.2" .SH NAME oidentd \- TCP/IP Ident protocol server diff --git a/doc/oidentd.conf.5 b/doc/oidentd.conf.5 index 5b0971b..324987b 100644 --- a/doc/oidentd.conf.5 +++ b/doc/oidentd.conf.5 @@ -9,7 +9,7 @@ .\" Front-Cover Texts being no front-cover texts, and with the Back-Cover .\" Texts being no back-cover texts. A copy of the license is included with .\" this package in the file "COPYING.DOC." -.TH oidentd.conf 5 "2018-06-13" "version 2.3.1" +.TH oidentd.conf 5 "2019-01-10" "version 2.3.2" .SH NAME oidentd.conf - The oidentd configuration file. diff --git a/doc/oidentd_masq.conf.5 b/doc/oidentd_masq.conf.5 index 7a32ce7..b713df6 100644 --- a/doc/oidentd_masq.conf.5 +++ b/doc/oidentd_masq.conf.5 @@ -9,7 +9,7 @@ .\" Front-Cover Texts being no front-cover texts, and with the Back-Cover .\" Texts being no back-cover texts. A copy of the license is included with .\" this package in the file "COPYING.DOC." -.TH oidentd_masq.conf 5 "2018-06-13" "version 2.3.1" +.TH oidentd_masq.conf 5 "2019-01-10" "version 2.3.2" .SH NAME oidentd_masq.conf - oidentd IP masquerading (NAT) configuration file.