summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-07-17 15:48:08 +0100
committerRichard Hughes <richard@hughsie.com>2014-07-17 15:48:08 +0100
commit763bec95c2b4dfb3175659be71123f9a5b89a174 (patch)
tree99d03335799aef9b295ca45695f9fd39474f319c
parentd36e785127342d5d89b02bb13ef1449e00637dcf (diff)
downloadappstream-glib-763bec95c2b4dfb3175659be71123f9a5b89a174.tar.gz
Release version 0.2.3appstream_glib_0_2_3
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 09eab29..a6e01fd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Version 0.2.3
+~~~~~~~~~~~~~
+Released: 2014-07-17
+
+New Features:
+ - Add some simple filtering in the status.html page (Richard Hughes)
+ - Record if distro metadata and screenshots are being used (Richard Hughes)
+ - Show the builder progress in a ncurses-style panel (Richard Hughes)
+ - Support pre-decompressed RPMs (Richard Hughes)
+
+Bugfixes:
+ - Add oxygen-icon-theme when an application depends on kde-runtime (Richard Hughes)
+ - Be more careful with untrusted XML data (Richard Hughes)
+ - Do not allow duplicates to be added when using as_app_add_kudo_kind() (Richard Hughes)
+ - Do not fail to build packages with invalid KDE service files (Richard Hughes)
+ - Do not warn if the AppData file duplicates the .desktop value (Richard Hughes)
+ - Show any package duplicates when generating metadata (Richard Hughes)
+ - Show apps with missing icons in the failed metadata (Richard Hughes)
+
Version 0.2.2
~~~~~~~~~~~~~
Released: 2014-07-11
diff --git a/configure.ac b/configure.ac
index 98e6f61..d591014 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=6
-LT_REVISION=3
+LT_REVISION=4
LT_AGE=5
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)