File: Changes

package info (click to toggle)
libbind-confparser-perl 0.95-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 208 kB
  • ctags: 179
  • sloc: perl: 1,096; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 834 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
Revision history for Perl extension BIND::Conf_Parser.

0.01  Wed Jun  2 23:53:11 1999
	- original version; parsed version 8.1 config files

0.90  Wed Jun  2 23:55:23 1999
	- Updated to parse version 8.2 config files
	- Added POD documentation
	- Created distribution framework
	- Added README file
	- Include verify_zones script as a demonstration and tool

0.91  Wed Jul 14 02:33:53 1999
	- Fixed parsing of logfile sizes
	- Remove Gustavus specific bits from verify_zones

0.92  Sat Sep  4 13:07:46 1999
	- The parser would die on an unknown method when attempting to
	  parse address match lists
	- Forgot to eat the closing semicolon of 'acl' statements
	- Choke on unknown statements

0.95  Thu Oct 21 14:31:31 1999
	- Updated to parse version 8.2.2 config files
	- Renamed all keys in the object hash to start with an underbar