summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-03-30 14:47:17 +0200
committerAlexander Larsson <alexl@redhat.com>2016-03-30 14:47:17 +0200
commit619e1f1025851179dee3e616000e5de2ccde9412 (patch)
treed351ba90f8e7349c37ead6919fff40880bc08377
parent33e09be5c998019042f03f945ed7e0527ac72f8f (diff)
downloadxdg-app-619e1f1025851179dee3e616000e5de2ccde9412.tar.gz
Release 0.5.10.5.1
-rw-r--r--NEWS11
-rw-r--r--configure.ac4
2 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8cbdfdd..efdb5aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Major changes in 0.5.1
+=======================
+* Make xdg-app-builder --build-only not export the results
+* Create all-in-one Locale extension that combines all the locale extensions
+* Extract icons for all appdata nodes when creating appstream
+* Documentation updates
+* Better handling of metadata in xdg-app-builder cache
+* Respect the specified branch when exporting in xdg-app-builder
+* Fix support for multi-arch with i386 userspace and 64bit kernel
+* Avoid deprecated 32bit capabilities syscalls
+
Major changes in 0.5.0
=======================
* Some libxdg-app API additions for handling bundles
diff --git a/configure.ac b/configure.ac
index 4a06bda..90f91b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,8 +15,8 @@ AC_PREREQ([2.63])
m4_define([xdg_app_major_version], [0])
m4_define([xdg_app_minor_version], [5])
-m4_define([xdg_app_micro_version], [0])
-m4_define([xdg_app_interface_age], [0])
+m4_define([xdg_app_micro_version], [1])
+m4_define([xdg_app_interface_age], [1])
m4_define([xdg_app_binary_age],
[m4_eval(10000 * xdg_app_major_version + 100 * xdg_app_minor_version + xdg_app_micro_version)])
m4_define([xdg_app_version],