File: CHANGELOG

package info (click to toggle)
rungetty 1.2-17
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 324 kB
  • sloc: ansic: 3,931; makefile: 33
file content (44 lines) | stat: -rw-r--r-- 1,396 bytes parent folder | download | duplicates (9)
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
rungetty

Version 1.2 - 04 February 1999
Added -g group option to fix a potential security hole

Version 1.1.0 - 30 December 1998
Added diffs from Aaron Tiensivu (tiensivu@pilot.msu.edu) for nice level and path

Version 1.0.5 - 20 November 1998
Added optional argument to --prompt for custom string
Doc updates

Version 1.0.0 - 14 August 1998
Fixed (finally!) the multiple arguments bug
Minor code cleanup, removed various unneeded #if's

Version 0.9.0 - 06 July 1998
Added diffs from John Kodis (kodis@jagunet.com)
Now has --autologin option: automatically logs in specified user
More code cleanup
Doc updates

Version 0.6.5 - 26 May 1998
Added diffs from Hans Peter Verne (hpv@kjemi.uio.no)
Now has --prompt option: tells rungetty to wait for input before running program
Now has -d option: -d n tells rungetty to wait n seconds before running program
Minor cleanup of code
Doc updates

Version 0.6.0 - 23 March 1998
Added -u option to set user to run as, now any user instead of just 'nobody'

Version 0.5.0 - 4 December 1997
Now defaults to running a login process if no command is specified
Can now be used as a fully functioning replacement for mingetty

Version 0.0.2 - 4 December 1997
Removal of uneeded header files
Now able to pass paramaters to command
Now runs programs as user 'nobody' to close security hole
Heavily updated man page

Version 0.0.1 - 3 December 1997
Initial release