summaryrefslogtreecommitdiff
path: root/Changes
blob: 4d223fbc7e89dca483b48a379057d66e9a613bb3 (plain)
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
0.96 2008-4-29
	- error name _format_convert in _do_append
	- add return when not commit list on save_file
0.95 2008-3-19
	- add variable $object->{parsed_section_chunk}
0.94 2008-3-11
	- enable reload_when_save function
0.93 2008-2-1
	- add value_regexp to assign_delkey
0.92 2008-1-28
	- add make test
0.91 2008-1-25
	- fix some warnnings syntax.

0.9 2008-1-23
	- changed object syntax.
	- add function get_objvar
	- add function fetch_sections_list
	- add function fetch_sections_hashref
	- add function fetch_keys_list
	- add function fetch_keys_hashref
	- add function fetch_values_arrayref
	- add function reload
	- add function set_objvar
	- add object variable file
	- add object variable keep_resource_array
	- add object variable reload_when_save
	- add object variable clean_when_reload
	- add object variable commit_list
	- add object variable parsed_conf
	- changed readme

0.8 2006-6-2
	- new parameter point=>'foot' in assign_append().
	- fix dejected \n in do_append() and/or do_delsection().

0.7 2006-4-18
	- add addsection.
	- fix regexp in sub clean_string.
	- fixed the bug of @commit_list dirty-write resulted by more than one instance of Asterisk::config

0.6 2006-2-19
	- change load_config parameters to hash struct.
	- fix split (.+) to (.*) in sub clean_keyvalue.
	- fix split (.+) to (.*) in sub load_config.
	- add use Fcntl ':flock' for disable flock warnings.
	- more POD docs.
	- fix VERSION variable.
	- fix $stream_data warnings in load_config using strict.
	- fix # warnings in load_config using strict.
0.5 2006-1-6
	- support stream in load_config.
	- my $VERSION

0.4 2005-12-23
	- add assign_matchreplace.

0.1 2005-11-29
        - start....