File: ChangeLog

package info (click to toggle)
oidentd 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,324 kB
  • sloc: sh: 4,582; ansic: 4,062; yacc: 477; lex: 341; makefile: 84
file content (39 lines) | stat: -rw-r--r-- 1,219 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
2023-03-11  Janik Rabe  <info@janikrabe.com>

	* Released as version 3.1.0.

2023-03-09  Janik Rabe  <info@janikrabe.com>

	* Remove `-S` (`--nosyslog`) from systemd unit files
	* Warn about missing logs if forking with NOSYSLOG set

2021-08-17  Janik Rabe  <info@janikrabe.com>

	* Allow using masquerading without IPv6 support on Linux.

2021-08-16  Janik Rabe  <info@janikrabe.com>

	* Released as version 3.0.0.

2021-04-25  Janik Rabe  <info@janikrabe.com>

	* Fail on non-zero EUID if NEED_ROOT is set.
	* Drop support for very old FreeBSD versions.
	* Drop NAT support for DragonFly BSD.
	* Drop NAT support for FreeBSD.
	* Create separate kernel module for DragonFly BSD.

2020-09-12  Janik Rabe  <info@janikrabe.com>

	* Remove '--forward-last' flag (renamed to '--masquerade-first').
	* Remove libudb support (deprecated).
	* Remove '\e' escape sequence for strings in configuration files
	  (deprecated).
	* Remove support for legacy kernels (deprecated).
	* Remove Linux MASQFILE support (deprecated).
	* Remove Linux IPCONNTRACK support (deprecated).
	* Update default configuration file to hide root connections.

2020-05-04  Janik Rabe  <info@janikrabe.com>

	* Compile with ENABLE_DEBUGGING by default.