File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
21
Changes in 1.14.1
2
22
=================
3
23
Released: 2022-03-18
Original file line number Diff line number Diff line change 1
1
AC_PREREQ ( [ 2.63] )
2
2
3
- AC_INIT ( [ xdg-desktop-portal] ,[ 1.14.1 ] )
3
+ AC_INIT ( [ xdg-desktop-portal] ,[ 1.15.0 ] )
4
4
5
5
AC_USE_SYSTEM_EXTENSIONS
6
6
AC_SYS_LARGEFILE
Original file line number Diff line number Diff line change 1
1
project (
2
2
' xdg-desktop-portal' ,
3
3
' c' ,
4
- version : ' 1.14.1 ' ,
4
+ version : ' 1.15.0 ' ,
5
5
meson_version : ' >= 0.56.2' ,
6
6
license : ' LGPL-2.0-or-later' ,
7
7
default_options : [' warning_level=2' ])
@@ -185,4 +185,4 @@ subdir('po')
185
185
subdir (' doc' )
186
186
187
187
###### generate config.h
188
- configure_file (output : ' config.h' , configuration : config_h)
188
+ configure_file (output : ' config.h' , configuration : config_h)
You can’t perform that action at this time.
0 commit comments