File: Changes

package info (click to toggle)
libunix-configfile-perl 0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 200 kB
  • sloc: perl: 880; makefile: 9
file content (36 lines) | stat: -rw-r--r-- 1,569 bytes parent folder | download | duplicates (4)
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
Revision history for Perl extension Unix::ConfigFile.

0.06  Tue May  2 12:08:17 2000
	- Fixed documentation bugs
	- Optimized performance of maxuid() and added ignore parameter
	- Unix::PasswdFile now always writes out root as the first account
	- Fixed group() method to return parameters in the correct order
	- Added locking style "none" for no locking
	- Added example script examples/grouper.pl

0.05  Tue Jun  8 17:23:53 1999
	- Renamed add/remove in AliasFile/GroupFile to add_user/remove_user
	- New and commit can now pass options through to read and write
	- All modules now have rename (or rename_user) methods
	- AliasFile and GroupFile now use "*" to mean all aliases/groups

0.04  Tue May  4 12:29:23 1999
	- Corrected nasty bug in AliasFile that hosed multiline aliases
	- Really fixed the "embedded commas" bug in AliasFile this time

0.03  Mon May  3 21:29:59 1999
	- The new() method has been redone and the open() method eliminated
	- The commit() method can now create backup files
	- AliasFile now works under 5.004, but with a minor bug (see docs)
	- Fixed bug in AliasFile that dropped empty aliases at read time
	- Added rename() method to PasswdFile to rename users
	- Added delempty() method to AliasFile to remove empty aliases
	- Minor code and documentation cleanups

0.02  Thu Apr 15 16:18:00 1999
	- Added support for aliases and automounter files
	- ConfigFile now provides sequencing API, joinwrap, and commit
	- Various internal restructuring and improvements

0.01  Thu Feb 18 22:47:05 1999
	- original version; created by h2xs 1.18