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
ccf78e04
Commit
ccf78e04
authored
May 02, 2022
by
Kjell Ahlstedt
Browse files
2.66.3
parent
100b2c40
Changes
4
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
ccf78e04
2.66.3 (stable):
Glib, Gio:
* Declare some copy constructors =default,
avoiding warnings from the clang++ compiler
(Kjell Ahlstedt)
Gio:
* TlsCertificate: Fix the create*() methods
(Kjell Ahlstedt)
gmmproc:
* Add "ignore_deprecations" argument in _WRAP_METHOD()
(Kjell Ahlstedt)
Build with Meson:
* MSVC build: Support Visual Studio 2022
(Chun-wei Fan)
* Specify 'check' option in run_command()
* Check if Perl is required for building documentation
(Kjell Ahlstedt)
2.66.2 (stable):
Glib, Gio:
...
...
configure.ac
View file @
ccf78e04
...
...
@@ -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.
2
],
AC_INIT([glibmm], [2.66.
3
],
[https://gitlab.gnome.org/GNOME/glibmm/issues],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
...
...
meson.build
View file @
ccf78e04
# This file is part of glibmm.
project
(
'glibmm'
,
'cpp'
,
version
:
'2.66.
2
'
,
version
:
'2.66.
3
'
,
license
:
'LGPLv2.1+'
,
default_options
:
[
'cpp_std=c++11'
...
...
untracked/README
View file @
ccf78e04
...
...
@@ -15,8 +15,8 @@ or the tarball is created with Meson.
1. Files copied by mm-common-get
--------------------------------
untracked/docs/doc-install.pl
doc-postprocess.pl
untracked/docs/
doc_install.py or
doc-install.pl
doc_postprocess.py or
doc-postprocess.pl
doxygen-extra.css
tagfile-to-devhelp2.xsl
untracked/build_scripts/dist-build-scripts.py
...
...
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