Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
glibmm
Commits
f3d44e6c
Commit
f3d44e6c
authored
Apr 08, 2022
by
Kjell Ahlstedt
Browse files
2.72.0
parent
af947cc2
Pipeline
#386446
passed with stages
in 38 minutes and 29 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
f3d44e6c
2.72.0 (stable):
Glib:
* MainContext: Add create(MainContextFlags flags)
(Kjell Ahlstedt)
Gio:
* Add AppInfoMonitor
(Kjell Ahlstedt, technic93) Issue #97
* DBus::Proxy: signal_signal() accepts a signal name
* File: Add move_async() and move_finish()
* SocketClient: Deprecate set/get/property_tls_validation_flags()
* TlsCertificate: Add properties private_key, private_key_pem,
pkcs11_uri, private_key_pkcs11_uri. Fix the create*() methods.
* TlsClientConnection.hg: Deprecate set/get/property_validation_flags()
(Kjell Ahlstedt)
gmmproc:
* Add "ignore_deprecations" argument in _WRAP_METHOD()
(Kjell Ahlstedt)
Build:
* Require glib-2.0 >= 2.71.2
(Kjell Ahlstedt)
* MSVC build: Support VS2022 builds
(Chun-wei Fan)
* Meson build: Specify 'check' option in run_command()
Require Meson >= 0.55.0
(Kjell Ahlstedt)
2.70.0 (stable):
Glib:
...
...
configure.ac
View file @
f3d44e6c
...
...
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
AC_INIT([glibmm], [2.7
0
.0],
AC_INIT([glibmm], [2.7
2
.0],
[https://gitlab.gnome.org/GNOME/glibmm/issues],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
...
...
meson.build
View file @
f3d44e6c
# This file is part of glibmm.
project
(
'glibmm'
,
'cpp'
,
version
:
'2.7
0
.0'
,
version
:
'2.7
2
.0'
,
license
:
'LGPLv2.1+'
,
default_options
:
[
'cpp_std=c++17'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment