[glibmm/glibmm-2-66] 2.66.3



commit ccf78e04ac9d72d7f5c6b09a17204b2dfcbfd0df
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Mon May 2 15:27:30 2022 +0200

    2.66.3

 NEWS             | 23 +++++++++++++++++++++++
 configure.ac     |  2 +-
 meson.build      |  2 +-
 untracked/README |  4 ++--
 4 files changed, 27 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index cefd6891..aec9d892 100755
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+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:
diff --git a/configure.ac b/configure.ac
index d87a1def..499f36e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/meson.build b/meson.build
index 2b9c186c..f877ff8b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 # 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'
diff --git a/untracked/README b/untracked/README
index 0b591d40..69877723 100644
--- a/untracked/README
+++ b/untracked/README
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]