summaryrefslogtreecommitdiff
path: root/NEWS
blob: 4b7085f9dc60b37b2bb7c180d9a2f686f9b96e98 (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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
0.2.5 - March 04, 2013
======================

Changes since 0.2.4:

- Make use of post-installation drivers in Windows 7 install scripts. This
  implies apps can now easily setup virtio+QXL device drivers and spice-vdagent
  as part of Windows 7 unattended installation.
- Windows 7 install script now requires product key, mainly because product key
  is the only way to choose product when dealing with installer media with
  multiple products on it.
- Actually add install scripts for Windows 8. This was supposed to be merged in
  release 0.2.3.
- Formalize architecture names in DB to align with libvirt. The main change is
  that i386, i486, i586, all merge to just i686, since in practice these
  differences haven't mattered for at least 15 years now.
- Fixes to mingw RPM spec from Fedora.
- Add a Windows 7 volume ID to DB.

0.2.4 - Feb 19, 2013
====================

Changes since 0.2.3:

- Fix crash in osinfo-detect against non-bootable media.
- osinfo-install-script now displays names of generated files.
- Add an all-in-one virtio and QXL device driver setup binary to Windows XP
  and 7. Same binary also installs spice-vdagent for us.
- Make use of post-installation drivers in Windows XP installer scripts.
- Log post-install commands of Windows XP to target disk.
- Add/improve/fix data on:
  - QEMU/QEMU-KVM hypervisor
  - GNOME
  - openSUSE
- RPM spec file changes:
  - Include datamaps and locale files.
  - Pointto libosinfo official website.
  - Disable udev rule on Fedora >= 19. Changes in udev > 197 and
    libblkid > 2.22.2 have made this rule obsolete.
- Adapt to glib 2.36.
- Fix some build warnings.
- Some other fixes and improvements.

0.2.3 - Jan 14, 2013
====================

Changes since 0.2.2:

- Add datamaps for translating OS-neutral values to OS-specific ones, e.g some
  installer configuration parameters like keyboard, language and timezone etc.
- New API to detect media that makes it possible to also query languages
  supported by the media.
- Add install scripts for:
  - RHEL 6.x.
  - Microsoft Windows 8
- Fix install script for Fedora 18.
- Drop support for encoding in l10n install script configuration parameters.
- Fix test build issues.
- Fixes and improvements to documentation.
- Fix potential issues spotted by Coverity.
- Fix build for translations.
- osinfo-install-script tool now has options to list available configuration
  parameters and profiles.
- Add/improve data on:
  - RHEL
  - Debian
  - openSUSE
  - Microsoft Windows 7
  - Ubuntu
  - MacOS X
- Added translations:
  - Ukrainian
  - Polish
- Many other fixes and improvements.

0.2.2 - Dec 10, 2012
====================

Changes since 0.2.1:

- Loads of improvements and fixes to installer APIs and scripts. Now they are in
  such a good shape that next release of Boxes will make full use of them.
- Add API for information on downloadable device drivers. As a starting point,
  information on virtio storage drivers for Windows XP and 7 is provided.
- Add/improve data on:
  - RHEL
  - Windows 7
  - Windows 8
  - Windows XP
- Enable translations for many (potential) user-visible strings. No
  translations submitted yet. :(
- Correct default value for OsinfoMedia::installer-reboots.
- Register enum types with gobject type system.
- Add enum param getter/setter helpers.
- OsinfoList is now instantiable and all its subclasses has been deprecated.
  Newer code should use OsinfoList directly.
- Various other fixes and improvements.

0.2.1 - Oct 12, 2012
====================

Changes since 0.2.0:

- Fix and simplify udev rule.
- Fedora:
  - Fix minimum RAM requirements for F16 and F17.
- Add data on:
  - Fedora 18
  - GNOME 3.6
  - Ubuntu 12.10
- Fixes to doc build.
- Install script:
  - Add get_config_param method.
  - Differenciate between expected/output script names.
  - Add more utility functions.
- Add 'installer-reboots' parameter to medias.
- osinfo-detect does not die of DB loading errors anymore.
- More type-specific entity value getters/setters.
- Fixe and update RNG file.
- Add 'subsystem' property/attribute to devices.

0.2.0 - Aug 31, 2012
====================

Introducing a new set of APIs to enable application developers to easily create
unattended/automated installation scripts for various operating systems.
Currently only Fedora and Microsoft Windows are supported. Also provided is a
commandline tool, 'osinfo-install-script' to easily create such scripts without
having to write any code.

Other changes since 0.1.2:

- Fix build against mingw64 toolchain.
- API for getting product logo URLs.
- Fix architecture for a Windows 2008 media.
- Remove bogus minimum storage information for Fedora.
- Add varirables for system and local database paths in pkg-config.

0.1.2 - Jun 11, 2012
====================

Changes since 0.1.1:

- Fix udev rules for CDROM media.
- Fix build against newer glibc-headers when building with -O0.
- More complete/up2date data for:
  - Fedora 17
  - Ubuntu
  - Windows
- Fix data for:
  - Ubuntu
- Correct order of elements returned by list union functions.

0.1.1 - Apr 12, 2012
====================

Changes since 0.1.0:

- Fixes to OS media detection.
- Add support for more OSs:
  - NetBSD
  - Mandrake
- More complete data for:
  - Debian
  - Fedora
  - RHEL
  - Ubuntu
  - Windows
  - OpenBSD
  - FreeBSD
  - Mandriva
- Fix data for:
  - Fedora
  - openSUSE
  - Ubuntu
  - Windows
- Add support for install tree metadata.
- Add support for filtering products based on release/EOL dates.
- Add support for product codenames.
- Add support for 'distro'.
- Also extract application ID from ISO9660 media.
- Add test cases for validating ISO9660 data.
- Disable obsolete media URLs.
- Standardize OS family names as all lowercase.
- Standardize format for OS id, short-id, distro, version.
- Add RNG schema for database files.
- Add a 'osinfo-db-validate' command for verifying database files.
- Add a 'osinfo-query' command for searching/listing information from database.
- Add a man page for the osinfo-detect command.
- Add support for loading extra local database files. By default, libosinfo will
  expect them to be in /etc/libosinfo/db and $HOME/.local/config/libosinfo/db
  but new API is provided to change this behavior.
- Fix generation of docs in a VPATH builder.
- Fix loading of vendor and product names of USB and PCI devices.
- Remove obsolete scripts for PCI/USB id conversion.
- Remove redundant generic linux entries from database.
- Fixes for 'make dist'.
- Actually handle '--enable-vala' configure option and don't mandate vapigen if
  this option is not specified.
- Add missing export of osinfo_entity_set_param.
- Various other fixes and improvements.

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.