This repository has been archived by the owner on Jan 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
68 lines (42 loc) · 1.78 KB
/
Changes
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
64
65
66
67
Version 0.04 - 19th March 2007
+ Fixed a few typos in the POD.
Version 0.03 - 11th March 2007
+ Added Parse::DMIDecode::Examples POD file containing
a small selection of useful code examples.
+ Changed Build.PL to be more paranoid defaulting
to no while using $build->y_n to work around
potential removal of expected method functionality.
+ Added complain.txt.
+ Removed depencancy on Scalar::Util.
+ Added some additional POD.
Version 0.02 - 22th October 2006
+ Added better support for older versions of dmidecode
binary output parsing.
+ Improved examples/test.pl.
+ Added examples/synopsis2.pl from the synopsis of
Parse::DMIDecode::Handle.
+ Allow get_handles() method to be called without any
qualifying paramaters so to return *All* handle
objects.
+ Added description() method to handle objects.
+ Added parsed_structures() method to handle objects.
+ Improved parsing inside handle objects to return
multiple handle objects where appropriate to allow
easier access to unique data pairs.
Version 0.01 - 19th October 2006
+ Pre-release.
+ Created Parse::DMIDecode::Handle objects for each
handle structure.
+ Encapsulated the internal data structure which is
quite fragile so that people cannot just grab items
out of it.
+ Added accessor methods for header information.
+ Added selection methods to return handle objects.
+ Added a method to return a list of all known
keyword strings.
+ Added unit tests.
+ Added a whole bunch more since the first release
was mostly a placeholder.
Version 0.00 - 17th September 2006
+ Initial developer pre-release to save the namespace
and to discuss API prior to full release.