[gtkmm/gtkmm-3-24] 3.24.5
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm/gtkmm-3-24] 3.24.5
- Date: Fri, 21 May 2021 16:58:40 +0000 (UTC)
commit 46ba619fae503e361d088991f5eb8cf0b2c343fc
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Fri May 21 17:47:45 2021 +0200
3.24.5
NEWS | 19 +++++++++++++++++++
configure.ac | 2 +-
meson.build | 2 +-
3 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index b1a90297..8eca60e2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+3.24.5 (stable):
+
+Gtk:
+* TreeValueProxy: Mark the copy assignment operator as deleted
+ (Daniel Boles) Issue #94, merge request !63
+
+Build:
+* Meson build: Use relative paths to untracked/
+ (Mingli Yu) Merge request !61
+* [gdk|gtk]mmconfig.h.*: Don't dllimport on MinGW
+ (Chun-wei Fan) Issue #90 (Lukas K.)
+* Meson build: Make it possible to use gtkmm as a subproject
+ (Kjell Ahlstedt) Merge request !62 (BogDan Vatra)
+* Meson build: No implicit_include_directories
+ (Kjell Ahlstedt)
+* MSVC build: Gtk::TreeModelColumnRecord: Export class selectively
+ (Chun-wei Fan)
+
+
3.24.4 (stable):
The tarball for 3.24.4 has been created with 'meson dist'.
diff --git a/configure.ac b/configure.ac
index edbacc0f..dbbcfa28 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.4],
+AC_INIT([gtkmm], [3.24.5],
[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 f5cffabf..8d22d67c 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.4',
+ version: '3.24.5',
license: 'LGPLv2.1+',
default_options: [
'cpp_std=c++11'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]