-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changelog
63 lines (56 loc) · 2.45 KB
/
Changelog
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
1.12:
6/6/2017 EinBaum <[email protected]>
- Fix a compilation issue: Missing headers
- Fix installation: Create missing data directories if they don't exist
1.11:
4/23/2006 Ian Turner <[email protected]>
- Fix compilation on some platforms. Thanks to many people for noticing
these problems.
- Fix problems with the -m and -f options. Thanks to Casey Carter
<[email protected]> noticing this problem, and to the Debian
developers (notably Norbert Veber <[email protected]> and Aaron
Lehmann <[email protected]>) for proposing a fix.
- Add an entry for Coward, SC.
- Make Biloxi area and ZIP codes match the same physical spot. Thanks to
Chris Lawrence for noticing this.
1.10:
1/8/2002 Ian Turner <[email protected]>
- Reworked the option syntax, and added the ability to generate multiple
identities.
1/8/2002 Schneelocke <[email protected]>
- Fixed a bug where RIG would output the same values if run many times in
succession.
4/10/2002 Ian Turner <[email protected]>
- Changed the default prefix to /usr/local. Thanks to xavier renaut
6/4/2002 Ian Turner <[email protected]>
- Replaced the names list with popular names from the US Census
(http://www.census.gov/genealogy/names/). Thanks to Trent R. Stanley
- Replaced the option-parsing with something more complicated
- Added -m and -f options to choose female and male identities.
1.05:
1/3/2002 Ian Turner <[email protected]>
- Added new sources of entropy, including /dev/random and rand(). Thanks
to Schneelocke <[email protected]>
12/27/2001 Ian Turner <[email protected]>
- Fixed a bug where leading zeros in ZIP codes were dropped. Thanks to
Jeff Clagg <[email protected]>.
1.04:
8/29/2001 Ian Turner <[email protected]>
- Cleaned up the makefile and manpage. Thanks to Nick Rusnov
- Changed VI to VA in database. Thanks to Ian Prowell
- Fixed off-by-one error that would sometimes give corrupted output.
Thanks to Ian Prowell <[email protected]>.
1.02:
1/27/2000 Ian Turner <[email protected]>
- Fixed the problem where under most compilers, RIG would only provide a
list of male names. Found by velAr the ph33rkat <[email protected]>.
1.01:
1/27/2000 Doug Geiger <[email protected]>
- Fixed incorrect default directory.
1.00:
1/27/2000 Ian Turner <[email protected]>
- Initial release