Permalink
Browse files

Release version 0.2.0

  • Loading branch information...
1 parent 1be754b commit 7551403581cf30011ebb6cc4dbe7570a21c40768 @hughsie committed Jun 19, 2014
Showing with 51 additions and 4 deletions.
  1. +47 −0 NEWS
  2. +3 −3 RELEASE
  3. +1 −1 configure.ac
View
47 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
View
@@ -5,7 +5,7 @@ Appstream-Glib Release Notes
git shortlog appstream_glib_0_1_7.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.1.8
+Version 0.2.0
~~~~~~~~~~~~~
Released: 2014-xx-xx
@@ -20,8 +20,8 @@ Bugfixes:
4. Commit changes in git:
-git commit -a -m "Release version 0.1.8"
-git tag -s -f -m "Release 0.1.8" appstream_glib_0_1_8
+git commit -a -m "Release version 0.2.0"
+git tag -s -f -m "Release 0.2.0" appstream_glib_0_2_0
<gpg password>
git push --tags
git push
View
@@ -45,7 +45,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
# fixed, change:
# REVISION += 1
LT_CURRENT=6
-LT_REVISION=1
+LT_REVISION=2
LT_AGE=5
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)

0 comments on commit 7551403

Please sign in to comment.