File: NEWS

package info (click to toggle)
rlinetd 0.9.3-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,992 kB
  • sloc: sh: 5,173; ansic: 3,212; yacc: 1,585; makefile: 170; lex: 131; sed: 16; perl: 4
file content (88 lines) | stat: -rw-r--r-- 2,445 bytes parent folder | download | duplicates (3)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
-*- text -*-

New in 0.9.3 (released 2021-01-30):

	o Fix compatibility with autoconf 2.70 (Debian bug#978896).

New in 0.9.2 (released 2020-12-19):

	o Initial Portuguese man pages translation.

New in 0.9.1 (released 2016-10-16):

	o German man pages translation updated.

New in 0.9 (released 2013-11-17):

	o Fix fd_set buffer overflows (Ubuntu bug#1057645).
	o Fix stack smashing occurring on IPv6 RPC services.
	o Support udp4, tcp4, and so on in inetd2rlinetd (Ubuntu bug #1057663).
	o Use the same port across all interfaces for RPC services.
	o Introduce `any' value for `interface' keyword.
	o Minor portability fixes.

New in 0.8.2 (released 2012-02-26):

	o Drop unnecessary debugging messages.

New in 0.8.1 (released 2012-02-05):

	o German man pages translation updated (Debian bug#636237).

New in 0.8 (released 2011-07-25):

	o German man pages translation (Debian bug#630216).
	o Documentation fixes (Debian bug#630218).
	o Minor portability fixes.


New in 0.7 (released 2010-03-20):

	o NLS support added for both program and man pages.
	o copy all the settings from default service which allows
	  to set e.g. a default user or group for services.
	o initgroups keywords support 'yes' and 'no' arguments.
	o introduce enable keyword allowing easily disabling service.
	o properly daemonize server.

New in 0.6 (released 2006-03-19):

	o implement 'wait' directive to make tcp services like fam work.
	o change default semantic for numbers in config file - the numbers
	  must be positive (i.e. without leading `-') everywhere except for
	  the `nice' keyword.
	o bugfix: rpc services didn't work properly.
	o bugfix: double-free error in services_free().
	o call pmap_unset on program terminate.
	o new upstream site: http://rlinetd.alioth.debian.org


New in 0.5:

	o Linux Socket Filter support
	o builds on *BSD!
	o builtin inetd small-service analogues
	o finer control over tcp_wrappers (actually was in 0.4, but I
	  didn't document it at the time, and then forgot about it :)

New in 0.4:

	o IPv6 support
	o many portability improvements
	o dummy services

New in 0.3:

	o autoconf/automake/libtool support
	o native tcp_wrappers support
	o capability support
	o udp bugfixes, reload bugfixes, documentation, examples

New in 0.2:

	o udp and rpc support
	o dynamically loadable parser module
	o load directories (eg, /etc/rlinetd.d)
	o proper superset of inetd functionality, modulo minor quirks

vim:ai:tw=78:ts=8