summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-11-04 17:00:49 +0000
committerRichard Hughes <richard@hughsie.com>2014-11-04 17:00:49 +0000
commit504e19777b94c56ba31ae792f283444575b7354f (patch)
treed825b718aa93b932043ec3f1638d9a183721ea2b
parentcaa4d69ddbc4a3fd4a570ac73b64ac36a34b4a02 (diff)
downloadappstream-glib-504e19777b94c56ba31ae792f283444575b7354f.tar.gz
Release version 0.3.2appstream_glib_0_3_2
-rw-r--r--NEWS23
-rw-r--r--configure.ac2
2 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a4304b7..45d4cc8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Version 0.3.2
+~~~~~~~~~~~~~
+Released: 2014-11-04
+
+New Features:
+ - Add --veto-ignore to appstream-builder (Richard Hughes)
+ - Add BLUR and SHARPEN values for AsImageSaveFlags (Richard Hughes)
+ - Add a simple 'search' command to appstream-util (Richard Hughes)
+ - Add as_app_set_origin() (Richard Hughes)
+
+Bugfixes:
+ - Add some more valid metadata licenses (Richard Hughes)
+ - Do not composite an app with its duplicate (Richard Hughes)
+ - Do not create a hardlink when the target does not exist (Richard Hughes)
+ - Do not generate metadata with an icon prefix (Richard Hughes)
+ - Fix FTBFS on GNU/Hurd (Matthias Klumpp)
+ - Fix extraction of hardlinks (Richard Hughes)
+ - Obsolete the appdata-tools package (Richard Hughes)
+ - Save the screenshots as soon as possible (Richard Hughes)
+ - Show the kudo stats on the status page (Richard Hughes)
+ - Support HiDPI YAML icons (Richard Hughes)
+ - Support getting the origin from .yml files (Richard Hughes)
+
Version 0.3.1
~~~~~~~~~~~~~
Released: 2014-10-21
diff --git a/configure.ac b/configure.ac
index 0c7230b..57db6b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
# fixed, change:
# REVISION += 1
LT_CURRENT=7
-LT_REVISION=1
+LT_REVISION=2
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)