[atkmm] 2.36.0
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atkmm] 2.36.0
- Date: Sat, 19 Dec 2020 08:38:47 +0000 (UTC)
commit f48b96d15452de003dd05a4bed6e17742cc977e8
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Sat Dec 19 09:28:25 2020 +0100
2.36.0
NEWS | 34 ++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
meson.build | 4 ++--
3 files changed, 38 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 42b1829..16fe69f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+atkmm 2.36.0 (stable):
+
+This is the first stable release in the atkmm-2.36 ABI series.
+It is parallel-installable with the atkmm-1.6 ABI.
+
+The tarball for 2.36.0 has been created with 'meson dist'.
+If you build with Autotools from the tarball, please read the relevant
+part of the README file.
+
+* Object: Add get_object_locale(), get/set_accessible_id(),
+ property_accessible_table_caption_object() and
+ property_accessible_hypertext_nlinks().
+* Text: Add signal_text_insert() and signal_text_remove().
+* Value: Add signal_value_changed().
+ (Kjell Ahlstedt)
+* Hyperlink, Object: Remove deprecated properties
+ (Kjell Ahlstedt)
+
+Build:
+* Use glibmm-2.68 instead of glibmm-2.60
+ (Kjell Ahlstedt)
+* Improve NMake support
+ (Chun-wei Fan)
+* Use __declspec(dllexport) when building with Visual Studio
+ Drop gendef.exe
+ (Chun-wei Fan) Merge request !4
+* Add Meson support
+ (Chun-wei Fan, Kjell Ahlstedt) Merge request !7
+* doc/reference/: Update for Doxygen >= 1.8.16
+ (Kjell Ahlstedt)
+* Change the ABI to atkmm-2.36
+ (Kjell Ahlstedt)
+
+
atkmm 2.29.1 (unstable):
Distro packagers should probably not package this yet.
diff --git a/configure.ac b/configure.ac
index 039a172..42188ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
# pkg-config name as before and is meant to be binary compatible. Thus for the
# time being, the version number cannot be brought in line with ATK, since that
# would break compatibility.
-AC_INIT([atkmm], [2.35.1], [https://gitlab.gnome.org/GNOME/atkmm/issues/],
+AC_INIT([atkmm], [2.36.0], [https://gitlab.gnome.org/GNOME/atkmm/issues/],
[atkmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -52,7 +52,7 @@ MM_AX_CXX_COMPILE_STDCXX([17], [noext], [mandatory])
AC_DISABLE_STATIC
LT_INIT([win32-dll])
-AC_SUBST([ATKMM_MODULES], ['atk >= 1.18 glibmm-2.68 >= 2.67.1'])
+AC_SUBST([ATKMM_MODULES], ['atk >= 1.18 glibmm-2.68 >= 2.68.0'])
PKG_CHECK_MODULES([ATKMM], [$ATKMM_MODULES])
MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])
diff --git a/meson.build b/meson.build
index a5189dc..7a778a6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
# This file is part of atkmm.
project('atkmm', 'cpp',
- version: '2.35.1',
+ version: '2.36.0',
license: 'LGPLv2.1+',
default_options: [
'cpp_std=c++17'
@@ -95,7 +95,7 @@ install_pkgconfigdir = install_libdir / 'pkgconfig'
# glibmm recently gained Meson build support, so we can try looking
# for its pkg-config files on Visual Studio as well
-glibmm_req = '>= 2.67.1'
+glibmm_req = '>= 2.68.0'
# Atk supported pkg-config files on MSVC files for a good while, so just use that
atk_req = '>= 1.18.0'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]