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
646ca2c1
Commit
646ca2c1
authored
May 04, 2022
by
Kjell Ahlstedt
Browse files
2.66.4
parent
e62ebe21
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
646ca2c1
2.66.4 (stable):
Glib:
* ustring_Iterator: Don't declare copy constructor =default.
The fix in the 2.66.3 release broke ABI.
(Kjell Ahlstedt) Issue #98 (Scotty Trees)
2.66.3 (stable):
Glib, Gio:
...
...
configure.ac
View file @
646ca2c1
...
...
@@ -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.66.
3
],
AC_INIT([glibmm], [2.66.
4
],
[https://gitlab.gnome.org/GNOME/glibmm/issues],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
...
...
meson.build
View file @
646ca2c1
# This file is part of glibmm.
project
(
'glibmm'
,
'cpp'
,
version
:
'2.66.
3
'
,
version
:
'2.66.
4
'
,
license
:
'LGPLv2.1+'
,
default_options
:
[
'cpp_std=c++11'
...
...
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