[gtkmm] 4.6.1
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 4.6.1
- Date: Mon, 21 Mar 2022 11:41:55 +0000 (UTC)
commit 7f4f5383de930f5e486001d313ce38834b455787
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Mon Mar 21 10:46:50 2022 +0100
4.6.1
NEWS | 21 +++++++++++++++++++++
configure.ac | 2 +-
meson.build | 2 +-
3 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 45227b15..d03cb028 100755
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+4.6.1 (stable):
+
+Gdk:
+* Surface::signal_render(): Fix ref count of Cairo::Region
+ (Baldvin Kovacs) Merge request !66
+* enum GLAPI: Partially fix name clash with epoxy/gl.h
+ A complete fix requires new API; will have to wait until gtkmm 4.8
+ (Kjell Ahlstedt) Issue #113 (PBS)
+
+Gtk:
+* Application::make_window_and_run(): Delay the deletion of Window
+ (Kjell Ahlstedt) Issue #114 (PBS)
+
+Build with Meson:
+* Don't use deprecated execute(..., gui_app: ...)
+ Require meson >= 0.56.0
+ (Kjell Ahlstedt) Issue #111
+* Check if Perl is required for building documentation
+ (Kjell Ahlstedt)
+
+
4.6.0 (stable):
Gdk:
diff --git a/configure.ac b/configure.ac
index 1ff6b6ff..a4a3032e 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([gtkmm], [4.6.0],
+AC_INIT([gtkmm], [4.6.1],
[https://gitlab.gnome.org/GNOME/gtkmm/issues/],
[gtkmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
diff --git a/meson.build b/meson.build
index dd8d456d..26808fbb 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
# The resource compiler, used in demos/gtk-demo, requires a C compiler.
project('gtkmm', 'c', 'cpp',
- version: '4.6.0',
+ version: '4.6.1',
license: 'LGPLv2.1+',
default_options: [
'cpp_std=c++17'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]