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
c38afabd
Commit
c38afabd
authored
Aug 23, 2022
by
Kjell Ahlstedt
Browse files
2.73.2
parent
0a11f353
Pipeline
#435003
failed with stages
in 5 minutes and 10 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
c38afabd
2.73.2 (unstable):
Glib:
* ustring: Add release()
(Kjell Ahlstedt) Issue #101 (PBS)
Gio:
* ListStore: Don't derive a gtkmm__GListStore GType
(Kjell Ahlstedt) Issue glib#2661
* DBus::Proxy: get_connection(), get_interface_info(): Add refreturn
(Kjell Ahlstedt) Issue #102 (우정모)
* AppInfo: Add get_default_for_type_async/finish(),
get_default_for_uri_scheme_async/finish()
* File: Add make_symbolic_link_async/finish()
* ListStore: Add property_n_items()
* Resolver: Add lookup_by_name_with_flags(),
lookup_by_name_with_flags_async/finish()
(Kjell Ahlstedt)
Documentation:
* Glib::RefPtr: Improve the documentation
(Kjell Ahlstedt) Issue gtkmm#119 (David Marceau)
* Gio::Action: Improve the documentation
(Kjell Ahlstedt) Issue #100 (Diederik van Lierop)
gmmproc:
* Improved handling of final types
(Kjell Ahlstedt) Issue glib#2661
* Improve handling of gi-docgen syntax in C documentation
(Kjell Ahlstedt)
Build:
* Meson build: Avoid unnecessary configuration warnings
(Kjell Ahlstedt)
* Meson/MSVC: Add more warnings to ignore
(Chun-wei Fan)
* NMake Makefiles: Ensure g[lib|io]mm[config.h|.rc] are created
(Chun-wei Fan) Issue #99 (Martin Ammermüller)
* Require glib-2.0 >= 2.73.2
(Kjell Ahlstedt)
2.72.1 (stable):
Glib:
...
...
configure.ac
View file @
c38afabd
...
...
@@ -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
2.1
],
AC_INIT([glibmm], [2.7
3.2
],
[https://gitlab.gnome.org/GNOME/glibmm/issues],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
...
...
meson.build
View file @
c38afabd
# This file is part of glibmm.
project
(
'glibmm'
,
'cpp'
,
version
:
'2.7
2.1
'
,
version
:
'2.7
3.2
'
,
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