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
31b40ade
Commit
31b40ade
authored
May 20, 2021
by
Kjell Ahlstedt
Browse files
2.68.1
parent
44e1ee08
Pipeline
#285303
passed with stages
in 23 minutes and 35 seconds
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
NEWS
100644 → 100755
View file @
31b40ade
2.68.1 (stable):
Glib:
* Variant: Fix template constructors so they work with C++20
(Magne Oestlyngen) Merge request !50
Build:
* Meson build: Use relative paths to untracked/
(Kjell Ahlstedt) Merge request gtkmm!61 (Mingli Yu)
* [gio|glib]mmconfig.h.*: Don't dllimport on MinGW
(Chun-wei Fan) Issue gtkmm#90 (Lukas K.)
* Meson build: examples and tests: Add dependency('threads')
(Kjell Ahlstedt)
* Meson build: Make it possible to use glibmm as a subproject
(Kjell Ahlstedt)
* Meson build: No implicit_include_directories
(Kjell Ahlstedt)
* Meson build: Make quiet installations possible
(Kjell Ahlstedt)
* MSVC build: Avoid exporting classes with std::string members
(Chun-wei Fan) Merge reqest !51
Tests:
* glibmm_ustring_compare: Fix so it works for C++20
(Kjell Ahlstedt) Merge request !50 (Magne Oestlyngen)
2.68.0 (stable):
This is the first stable release in the glibmm-2.68 ABI series.
It is parallel-installable with the glibmm-2.4 ABI.
...
...
configure.ac
View file @
31b40ade
...
...
@@ -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.68.
0
],
AC_INIT([glibmm], [2.68.
1
],
[https://gitlab.gnome.org/GNOME/glibmm/issues],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
...
...
meson.build
View file @
31b40ade
# This file is part of glibmm.
project
(
'glibmm'
,
'cpp'
,
version
:
'2.68.
0
'
,
version
:
'2.68.
1
'
,
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