From d543a102c7bc730865b77d33e086c1946b0f0b3e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 1 Sep 2016 22:02:00 -0400 Subject: [PATCH] 0.3 --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2e6082eb9..b74af69b5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +xdg-desktop-portal 0.3 +====================== + +* open-uri: Allow configuring threshold + +* open-uri: Use fallback applications when needed + +* Translation updates: + Brazilian Portuguese + Hungarian + Slovak + Ukrainian + + xdg-desktop-portal 0.2 ====================== diff --git a/configure.ac b/configure.ac index 31c3ef3e7..81a62c632 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) -AC_INIT([xdg-desktop-portal],[0.2]) +AC_INIT([xdg-desktop-portal],[0.3]) AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE