Skip to content

Commit 95b7056

Browse files
1.15.0
1 parent 3b03e95 commit 95b7056

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

NEWS

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
Changes in 1.15.0
2+
=================
3+
Released: 2022-08-11
4+
5+
- Add Meson build files. For now, both Autotools and Meson are available
6+
in the source tree. Starting from next release, tarballs will be generated
7+
using Meson. There is no set date to delete Autotools files, but it will
8+
happen at some point in the future. The removal of Autotools will be
9+
communicated in advance.
10+
- Make the Screenshot portal request permission to take screenshots. Frontends
11+
that implement the version 2 of org.freedesktop.portal.impl.Screenshot portal
12+
can now be aware that the screenshot permission was granted through the new
13+
'permission_store_checked' option, and skip any kind of dialog when that is
14+
the case.
15+
- Stop sending the app id quoted in the Background portal
16+
- Fix a bug in cgroup name parsing
17+
- Various fixes to the Realtime portal
18+
- Various CI improvements
19+
- Translation updates
20+
121
Changes in 1.14.1
222
=================
323
Released: 2022-03-18

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ([2.63])
22

3-
AC_INIT([xdg-desktop-portal],[1.14.1])
3+
AC_INIT([xdg-desktop-portal],[1.15.0])
44

55
AC_USE_SYSTEM_EXTENSIONS
66
AC_SYS_LARGEFILE

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'xdg-desktop-portal',
33
'c',
4-
version: '1.14.1',
4+
version: '1.15.0',
55
meson_version: '>= 0.56.2',
66
license: 'LGPL-2.0-or-later',
77
default_options: ['warning_level=2'])
@@ -185,4 +185,4 @@ subdir('po')
185185
subdir('doc')
186186

187187
###### generate config.h
188-
configure_file(output: 'config.h', configuration: config_h)
188+
configure_file(output: 'config.h', configuration: config_h)

0 commit comments

Comments
 (0)