blob: d716213d21f0dab248963335870ab4cecab85bfb (
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
0.1.0 - Feb 7, 2012
===================
This release marks the start of the API/ABI stability promise. While some APIs
may become deprecated in the future, no APIs will be removed/changed in an
incompatible manner. In the unlikely event that an incompatible API change
becomes necessary, the library soname will be incremented to allow parallel
installation of both old & new libraries.
Changes since 0.0.5:
- Add Utility function to retrieve OS devices by property.
- Improved OS media detection.
- Add missing 'const' OsinfoList function params.
- Use ENV{} in udev rule.
0.0.5 - Jan 16, 2012
====================
Changes since 0.0.4:
- Add QXL to supported devices of windows and Fedora.
- Distribute and install forgotten device XML files.
- Add all metadata from default path, not just OS.
- List supported audio devices for Windows and Fedora.
- Specify 'derives-from' relationship for Fedora OSs.
- Add API to retreive all supported devices for an OS.
- Fix some potential issues related to memory allocation/alignment.
0.0.4 - Dec 19, 2011
====================
Changes since 0.0.3:
- Fix silly mistakes in udev rules file.
0.0.3 - Dec 16, 2011
====================
Changes since 0.0.2:
- Add lots of more data on various different OSs out there. Now we also support
some Apple OSs.
- On successful OS detection, inform the application which known media of the OS
the given media matched against. osinfo-detect tool and udev rule updated to
make us of this.
- Support applications' right to not be interested in error details.
- Minor fixes/improvements to OS detection logic.
- API to indicate media is live and/or installer.
- Don't match non-live Fedora ISOs against live ones.
- Fixes to Python demo to make it work.
- Fix some potential crashes.
- Fixes to RPM spec file.
- Distribute RPM spec file.
- Complement some getters with corresponding gobject properties.
- Few other random minor fixes.
WARNING: This release (slightly) breaks API with the last one.
0.0.2 - Nov 22, 2011
====================
Changes since 0.0.1:
- Improve media detection for Fedora, RHEL and Windows 7.
- More complete documentation.
- Fix configure script to not require 'check' when tests are disabled.
- More automated documentation generation.
- Add Fedora 16 metadata.
- Recommend 9 GiB storage for Fedora 14-16.
- Add openSUSE data.
- Fix some copy&paste mistakes in OS database.
- Add media information for 2011 Ubuntu releases and CentOS 6.0.
- Improve README file.
0.0.1
=====
First public release.
|