From aa03ad7936b43a1341828acefc63b4bed9ec7e02 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 10 Mar 2010 04:11:16 +0100 Subject: [release] 0.16 --- NEWS | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 5c2d3f4..30c8bdf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,40 @@ +============ +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 ============ -- cgit v1.2.1