diff options
author | Richard Hughes <richard@hughsie.com> | 2016-02-02 13:52:31 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2016-02-02 13:52:31 +0000 |
commit | 5fc1cc1bd90810f7e1511ffc75093743fd72587c (patch) | |
tree | 75be9a076467265f1fbcdf208bce4a237f0295a0 /NEWS | |
parent | f49fb62d90cc7af8aa1b6407d1b1b324718012a3 (diff) | |
download | appstream-glib-5fc1cc1bd90810f7e1511ffc75093743fd72587c.tar.gz |
Release version 0.5.8appstream_glib_0_5_8
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,29 @@ +Version 0.5.8 +~~~~~~~~~~~~~ +Released: 2015-02-02 + +New Features: + - Add a flag for skipping invalid AppStream files (Richard Hughes) + - Add a modify command to appstream-util (Richard Hughes) + - Add support for per-user and system-wide xdg-app installed stores (Richard Hughes) + - Add support for the GENERIC component kind (Richard Hughes) + - Allow setting state on AsRelease objects (Richard Hughes) + - Support <translation> tags in AppData files (Richard Hughes) + +Bugfixes: + - Escape data before writing to an HTML file (Richard Hughes) + - Ignore temp and hidden files in AsMonitor (Richard Hughes) + - Move the kudo and provides autodetection to libappstream-glib (Richard Hughes) + - Only load supported icon kinds when using appstream-compose (Richard Hughes) + - Reject an invalid project group when parsing (Richard Hughes) + - Remove support for Ubuntu app-install data (Richard Hughes) + - Show the source of the 'appstream-util check-root' failure (Richard Hughes) + - Support multi-line copyright statements (Richard Hughes) + - Support stock dep11 icons (Matthias Klumpp) + - Support the QT translation system (Richard Hughes) + - Use predictable sorting when outputting <provides> (Richard Hughes) + - Use the project_group heuristics when parsing AppData files (Richard Hughes) + Version 0.5.7 ~~~~~~~~~~~~~ Released: 2015-01-22 |