summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
2 files changed, 23 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index aaae4c3..ae8aafb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Version 0.3.5
+~~~~~~~~~~~~~
+Released: 2015-03-11
+
+New Features:
+ - Add new API required for firmware support (Richard Hughes)
+ - Add new API required for OSTree and xdg-app support (Richard Hughes)
+ - Add 'news-to-appdata' and 'appdata-to-news' cmds to appstream-util (Richard Hughes)
+ - Support all of the yet-unreleased AppStream 0.9 spec (Richard Hughes)
+
+Bugfixes:
+ - Add releases from the upstream AppData files (Richard Hughes)
+ - Allow short descriptions when validating <description> in releases (Richard Hughes)
+ - Correctly load descriptions from <releases> in AppData files (Richard Hughes)
+ - Fix a builder crash where a package depends on itself (Richard Hughes)
+ - Fix a crash when more than one thread tries to ensure the same package (Richard Hughes)
+ - Fix DSO Linking error when built with --as-needed (Tim Lunn)
+ - Make the failed AppStream metadata optional (Richard Hughes)
+ - Make the icon tarball optional (Richard Hughes)
+ - Relax validation checks to allow empty release sections (Richard Hughes)
+ - Return the correct exit code from appstream-builder (Richard Hughes)
+
Version 0.3.4
~~~~~~~~~~~~~
Released: 2015-01-17
diff --git a/configure.ac b/configure.ac
index a26fbfa..f5758ee 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=2
+LT_REVISION=3
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)