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
9b50d0c7
Commit
9b50d0c7
authored
May 05, 2022
by
Kjell Ahlstedt
Browse files
2.72.1
parent
1cca23fa
Pipeline
#394794
passed with stages
in 33 minutes and 3 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
9b50d0c7
2.72.1 (stable):
Glib:
* ustring_Iterator: Don't declare copy constructor =default.
A fix in the 2.72.0 release broke ABI.
(Kjell Ahlstedt) Issue #98 (Scotty Trees)
2.72.0 (stable):
Glib:
...
...
configure.ac
View file @
9b50d0c7
...
...
@@ -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.72.
0
],
AC_INIT([glibmm], [2.72.
1
],
[https://gitlab.gnome.org/GNOME/glibmm/issues],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
...
...
meson.build
View file @
9b50d0c7
# This file is part of glibmm.
project
(
'glibmm'
,
'cpp'
,
version
:
'2.72.
0
'
,
version
:
'2.72.
1
'
,
license
:
'LGPLv2.1+'
,
default_options
:
[
'cpp_std=c++17'
...
...
Martin Ammermüller
@maammer
mentioned in issue
#99 (closed)
·
May 22, 2022
mentioned in issue
#99 (closed)
mentioned in issue #99
Toggle commit list
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