[gtkmm/gtkmm-3-24] 3.24.3
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm/gtkmm-3-24] 3.24.3
- Date: Sun, 13 Dec 2020 18:22:20 +0000 (UTC)
commit a99220925b22a02d58e02fb1c5020d0c1d3ba389
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Sun Dec 13 18:47:30 2020 +0100
3.24.3
NEWS | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
meson.build | 2 +-
3 files changed, 50 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9867c374..1731e2ff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,51 @@
+3.24.3 (stable):
+
+The tarball for 3.24.3 has been created with 'meson dist'.
+If you build with Autotools from the tarball, please read the relevant
+part of the README file.
+
+Gtk:
+* Actionable::get_action_target_value(): Fix ref count
+ (Kjell Ahlstedt)
+
+Documentation:
+* Improve the documentation of Gtk::Application::add_window()
+ and Gtk::Window::set_application()
+ (Kjell Ahlstedt) Issue #56 (Daniel Boles)
+* Gtk::Button::set_image(): Fix the documentation
+ (Daniel Boles) Issue #58, merge request !22
+* Gtk::TreeView::append_column(): Add code example
+ (Pavlo Solntsev) Merge request !21
+* README: Add instructions for building gtkmm
+ (Kjell Ahlstedt)
+* Explain key values
+ (Kjell Ahlstedt) Issue #6 (Mark Vender)
+
+Demos:
+* Don't use C++14 auto deduction
+ (Daniel Boles)
+* Update the GLArea demo (similar to updates in gtk+)
+ (Kjell Ahlstedt)
+* GLArea demo: Fix a crash
+ (Kjell Ahlstedt) Issue #63 (Gerlof Fokkema)
+
+Tests:
+* Builder test: Test derived props declared in C++
+ (Daniel Boles) Merge request !23
+
+Build:
+* Improve NMake support
+ (Chun-wei Fan)
+* Fix Autotools build with X11 backend disabled (--enable-x11-backend=no)
+ (Kjell Ahlstedt)
+* Use __declspec(dllexport) when building with Visual Studio
+ (Chun-wei Fan) Merge request !25
+* Add support for building gtkmm with Meson
+ (Chun-wei Fan, Kjell Ahlstedt) Merge request !24, !26
+* docs/reference/: Update for Doxygen >= 1.8.16
+ (Kjell Ahlstedt)
+
+
3.24.2 (stable):
Gdk:
diff --git a/configure.ac b/configure.ac
index e649745d..2c91ba4f 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], [3.24.2],
+AC_INIT([gtkmm], [3.24.3],
[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 4da55cd8..480657c5 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: '3.24.2',
+ version: '3.24.3',
license: 'LGPLv2.1+',
default_options: [
'cpp_std=c++11'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]