summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2010-03-10 04:11:16 +0100
committerVincent Untz <vuntz@gnome.org>2010-03-10 04:11:16 +0100
commitaa03ad7936b43a1341828acefc63b4bed9ec7e02 (patch)
tree01f280fd1897b61855169cf75c06c181b9c8770e
parent347947381fe6ff56c18415223205aa0b52a02230 (diff)
-rw-r--r--NEWS37
1 files changed, 37 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5c2d3f4..30c8bdf 100644
--- a/NEWS
+++ b/NEWS
@@ -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
============