diff options
author | Vincent Untz <vuntz@gnome.org> | 2010-03-10 04:11:16 +0100 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2010-03-10 04:11:16 +0100 |
commit | aa03ad7936b43a1341828acefc63b4bed9ec7e02 (patch) | |
tree | 01f280fd1897b61855169cf75c06c181b9c8770e | |
parent | 347947381fe6ff56c18415223205aa0b52a02230 (diff) |
[release] 0.16DESKTOP_FILE_UTILS_0_16
-rw-r--r-- | NEWS | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -1,4 +1,41 @@ ============ +Version 0.16 +============ + + desktop-file-install + - do not unlink the destination file if it's the same as the source file in + desktop-file-install (Vincent) + + desktop-file-validate + - check that a main category is included in the Categories (Vincent) + - check that categories required by another one are present (Vincent) + - do not always show warnings about KDE specific uses (Vincent) + - check that the Comment does not look like the Name and the GenericName + (Vincent) + - display error about multiple keys with the same name earlier (Vincent) + - improve MIME type check to make sure that the MIME types are valid + (Vincent) + - add LXDE in the list of registered OnlyShowIn values (Vincent) + - add "warning" to error strings to make them easily greppable (Vincent) + - handle AutostartCondition key, as proposed for the autostart specification + and used in GNOME (Vincent) + - accept empty Categories key as valid (Vincent) + - make new errors non-fatal to give some time to maintainers to fix their + .desktop file after a release of desktop-file-utils (Vincent) + - plug leak (Vincent) + - code cleanups (Vincent) + + update-desktop-database + - improve MIME type check to make sure that the MIME types are valid + (Vincent) + - improve error messages (Erik Hovland, Vincent) + - fix format string vulnerability warning (Vincent) + + misc + - use AM_SILENT_RULES (Vincent) + - improve build system (Vincent) + +============ Version 0.15 ============ |