Changelog for
desktop-file-utils-debugsource-0.15-1.2.i586.rpm :
Mon Mar 10 13:00:00 2008 sbrabecAATTsuse.cz
- Updated to version 0.15:
* make the extension check for Icon key a warning instead of an
error for now
* Fix a crash in update-desktop-database when there\'s no group
* Fix a crash in the validator happening for very small lines
Mon Oct 29 13:00:00 2007 dmuellerAATTsuse.de
- update to 0.14:
o make desktop-file-install print an error when trying to install a
non-existing desktop file, or a desktop file that can\'t be read (Vincent)
o make the validator check the content of the Icon key (Vincent)
o make the validator accept X-Foo as a valid environment (this was added to
the spec) (Stanislav Brabec, Vincent)
o really handle the -m command line argument for desktop-file-install
(Matthias Clasen)
o make desktop-file-install accept as one valid argument multiple
categories/only-show-in/mime-types values. Now --add-category=\"GNOME;GTK\"
works as expected. (Vincent)
o make desktop-file-install validate the created desktop file before removing
the original file, and unlink it if it\'s not valid (Vincent)
o code cleanups for desktop-file-install (Vincent)
Wed Sep 12 14:00:00 2007 cooloAATTsuse.de
- don\'t require path names
Thu Jul 12 14:00:00 2007 dmuellerAATTsuse.de
- allow X-SUSE in OnlyShowIn
Tue Jun 5 14:00:00 2007 sbrabecAATTsuse.cz
- Updated to version 0.13:
* rewrite validator, and update it for desktop entry specification 1.0.
The validator should be stricter and report more useful messages.
* add --warn-kde and --no-warn-deprecated command line options to
desktop-file-validate
* port desktop-file-install to GKeyFile
* don\'t require --vendor for desktop-file-install
* some general module cleanup
Wed May 2 14:00:00 2007 dmuellerAATTsuse.de
- add patch to validate suse keys
Fri Apr 27 14:00:00 2007 sbrabecAATTsuse.cz
- Fixed invalid error for missing \"Encoding\" (Freedesktop#10093).
Thu Apr 19 14:00:00 2007 sbrabecAATTsuse.cz
- Correctly initialize XDG_DATA_DIRS in SuSEconfig (#240603).
Fri Feb 23 13:00:00 2007 sbrabecAATTsuse.cz
- Updated to version 0.12:
* improves category validation code to not catch false positives
* make category validation code non-fatal
* fix mem leaks and double frees
Mon Jan 15 13:00:00 2007 sbrabecAATTsuse.cz
- Spec file cleanup.
- Fixed path in SuSEconfig.desktop-file-utils.
Mon Jan 8 13:00:00 2007 roAATTsuse.de
- GNOME moved to /usr
Fri Oct 20 14:00:00 2006 sbrabecAATTsuse.cz
- Updated to version 0.11:
* Validate desktop file categories.
* Use GKeyFile instead of the old egg code in
update-desktop-database.
* Use GOption instead of popt.
* Fix grammar problem in one of the strings.
* NULL terminate search patch in update-desktop-database.
* Fix language to encoding mapping to match spec.