Skip to content
This repository was archived by the owner on May 1, 2026. It is now read-only.

Commit 4a2d03e

Browse files
committed
Release version 2.3.2
1 parent f8c3173 commit 4a2d03e

7 files changed

Lines changed: 9 additions & 5 deletions

File tree

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
2019-01-03 Janik Rabe <oidentd@janikrabe.com>
22

3+
* Released as version 2.3.2.
34
* Fix oidentd_masq.conf(5) comment style.
45

56
2019-01-01 Janik Rabe <oidentd@janikrabe.com>

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Unreleased changes
22

3+
4+
Changes in version 2.3.2
5+
36
* Option `--forward` now implies `--masquerade`.
47
* Added a warning when the connection limit is exceeded.
58
* Added systemd services and a socket file.

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
oidentd 2.3.1 by Janik Rabe <oidentd@janikrabe.com>
1+
oidentd 2.3.2 by Janik Rabe <oidentd@janikrabe.com>
22
Originally written by Ryan McCabe <ryan@numb.org>
33

44
oidentd is an RFC 1413 compliant ident daemon that runs on Linux, FreeBSD,

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dnl You should have received a copy of the GNU General Public License
1515
dnl along with this program; if not, write to the Free Software
1616
dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1717

18-
AC_INIT([oidentd], [2.3.1], [oidentd@janikrabe.com])
18+
AC_INIT([oidentd], [2.3.2], [oidentd@janikrabe.com])
1919
AM_INIT_AUTOMAKE
2020

2121
AC_DEFINE(PACKAGE_AUTHOR, ["Janik Rabe"], [maintainer])

doc/oidentd.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.\" Front-Cover Texts being no front-cover texts, and with the Back-Cover
1010
.\" Texts being no back-cover texts. A copy of the license is included with
1111
.\" this package in the file "COPYING.DOC."
12-
.TH oidentd 8 "2018-06-13" "version 2.3.1"
12+
.TH oidentd 8 "2019-01-10" "version 2.3.2"
1313

1414
.SH NAME
1515
oidentd \- TCP/IP Ident protocol server

doc/oidentd.conf.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.\" Front-Cover Texts being no front-cover texts, and with the Back-Cover
1010
.\" Texts being no back-cover texts. A copy of the license is included with
1111
.\" this package in the file "COPYING.DOC."
12-
.TH oidentd.conf 5 "2018-06-13" "version 2.3.1"
12+
.TH oidentd.conf 5 "2019-01-10" "version 2.3.2"
1313

1414
.SH NAME
1515
oidentd.conf - The oidentd configuration file.

doc/oidentd_masq.conf.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.\" Front-Cover Texts being no front-cover texts, and with the Back-Cover
1010
.\" Texts being no back-cover texts. A copy of the license is included with
1111
.\" this package in the file "COPYING.DOC."
12-
.TH oidentd_masq.conf 5 "2018-06-13" "version 2.3.1"
12+
.TH oidentd_masq.conf 5 "2019-01-10" "version 2.3.2"
1313

1414
.SH NAME
1515
oidentd_masq.conf - oidentd IP masquerading (NAT) configuration file.

0 commit comments

Comments
 (0)