summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-02-26 09:59:51 +0100
committerAlexander Larsson <alexl@redhat.com>2016-02-26 09:59:51 +0100
commitb20e72e91c3dbcf21e9dc5df21191ee2082e74e8 (patch)
tree3cd8aea5ccf2b2d2c7672f94b727497241a96e9d
parent26c2bb1b818911d09c10a2453b8d6d3bba1f4c34 (diff)
Update version to 0.4.130.4.13
-rw-r--r--NEWS11
-rw-r--r--configure.ac4
2 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b16c79e..1ee9084 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Major changes in 0.4.13
+=======================
+* Fix misgeneration of appdata xml in some cases
+* Various improvements to bundles, and support in libxdgapp
+* Add sources to Debug extensions created by xdg-app-builder
+* Allow specifying subdirs of xdg-* dirs, for instance:
+ --filesystem=xdg-download/some-dir
+* Add support for --filesytem=xdg-run/subdir which means
+ XDG_RUNTIME_DIR dir, rather than xdg-user-dirs.
+* Add --generate-static-deltas option to build-update-repo.
+
Major changes in 0.4.12
=======================
* Fix crashes.
diff --git a/configure.ac b/configure.ac
index 902535e..57cf968 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], [4])
-m4_define([xdg_app_micro_version], [12])
-m4_define([xdg_app_interface_age], [12])
+m4_define([xdg_app_micro_version], [13])
+m4_define([xdg_app_interface_age], [13])
m4_define([xdg_app_binary_age],
[m4_eval(100 * xdg_app_minor_version + xdg_app_micro_version)])
m4_define([xdg_app_version],