summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-06-19 11:29:12 +0100
committerRichard Hughes <richard@hughsie.com>2014-06-19 11:29:12 +0100
commit7551403581cf30011ebb6cc4dbe7570a21c40768 (patch)
tree5d1828d53896996413b0171efa6a8a2cb976a396 /NEWS
parent1be754b9c5f2babb67faf47c6308d66941742f4a (diff)
downloadappstream-glib-7551403581cf30011ebb6cc4dbe7570a21c40768.tar.gz
Release version 0.2.0appstream_glib_0_2_0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS47
1 files changed, 47 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 51a90db..86e69b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,50 @@
+Version 0.2.0
+~~~~~~~~~~~~~
+Released: 2014-06-19
+
+Notes:
+ - This is the first release that merges the createrepo_as project with this one.
+ A new experimental command 'appstream-builder' has been added and can be used
+ by distributors to build metadata. Normal users don't need this or the shared
+ library libappstream-bulder, and this can be split off into a subpackage by
+ downstream if required.
+ - We're slowly merging parts of appdata-tools into this project too, but we'll
+ provide more details when the merge is complete.
+
+New Features:
+ - Add an m4 file to easily validate AppData and MetaInfo files (Richard Hughes)
+ - Add a --nonet option to appstream-util (Richard Hughes)
+ - Add 'appstream appdata-from-desktop' to autogenerate a boilerplate file (Richard Hughes)
+ - Add as_app_get_mimetypes() (Richard Hughes)
+ - Add as_app_get_pkgname_default() (Richard Hughes)
+ - Add as_app_guess_source_kind() (Richard Hughes)
+ - Add as_app_to_file() (Richard Hughes)
+ - Add as_node_remove_attribute() (Richard Hughes)
+ - Add as_node_to_file() (Richard Hughes)
+ - Add bash-completion files for appstream-builder and appstream-util (Igor Gnatenko)
+ - Add <developer_name> from the draft AppStream 0.7 specification (Richard Hughes)
+ - Add manpages for appstream-util and appstream-builder (Richard Hughes)
+ - Add Russian translation (Igor Gnatenko)
+ - Allow installing AppData and MetaInfo files using appstream-util (Richard Hughes)
+ - Allow validating more types of files (Richard Hughes)
+ - Make the project translatable using transifex (Igor Gnatenko)
+
+Bugfixes:
+ - Accept slightly truncated SPDX IDs (Richard Hughes)
+ - Add a AsAppParseFlags flag to be able to append non-duplicate data (Richard Hughes)
+ - Add appstream-build from the createrepo_as project (Richard Hughes)
+ - Allow any SPDX license when validating in relaxed mode (Richard Hughes)
+ - Allow 'appstream-util convert' to work with two AppData files (Richard Hughes)
+ - Allow as_node_get_attribute_as_int() to parse negative numbers (Richard Hughes)
+ - Allow comments on the root XML node (Richard Hughes)
+ - Allow dumping .desktop, .appdata.xml and .metainfo.xml files in appstream-util (Richard Hughes)
+ - Do not add addons that are packaged in the parent package (Richard Hughes)
+ - Do not require a content license to be included into the metadata (Richard Hughes)
+ - Don't add the fake ApplicationAddon category for addons (Richard Hughes)
+ - Inherit search tokens from the addon to the main application (Richard Hughes)
+ - Return the URL in the validation error when screenshots fail to be loaded (Richard Hughes)
+ - Validate the <developer_name> tag values (Richard Hughes)
+
Version 0.1.7
~~~~~~~~~~~~~
Released: 2014-06-12