Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlarsson committed Mar 30, 2016
1 parent 33e09be commit 619e1f1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 619e1f1

Please sign in to comment.