[atkmm/atkmm-2-28] 2.28.3
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atkmm/atkmm-2-28] 2.28.3
- Date: Wed, 20 Jul 2022 12:42:12 +0000 (UTC)
commit f925dec906324b724b9309726a2c40086ced430a
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Wed Jul 20 14:28:21 2022 +0200
2.28.3
NEWS | 17 +++++++++++++++++
configure.ac | 2 +-
doc/reference/Doxyfile.in | 1 -
meson.build | 2 +-
4 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index da01681..6e35464 100755
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+atkmm 2.28.3 (stable):
+
+Build:
+* Support building with Visual Studio 2022
+ (Chun-wei Fan)
+* Meson build: Specify 'check' option in run_command()
+ Will be necessary with future versions of Meson.
+* Meson build: Perl is not required by new versions of mm-common
+* Meson build: Avoid unnecessary configuration warnings
+* Meson build: Require meson >= 0.55.0
+ (Kjell Ahlstedt)
+* Require atk >= 2.12.0
+ Not a new requirement, but previously it was not specified in
+ configure.ac and meson.build.
+ (Kjell Ahlstedt)
+
+
atkmm 2.28.2 (stable):
Build:
diff --git a/configure.ac b/configure.ac
index 993cc49..35c55bf 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.28.2], [https://gitlab.gnome.org/GNOME/atkmm/issues/],
+AC_INIT([atkmm], [2.28.3], [https://gitlab.gnome.org/GNOME/atkmm/issues/],
[atkmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
diff --git a/doc/reference/Doxyfile.in b/doc/reference/Doxyfile.in
index 055b0d9..9417ac3 100644
--- a/doc/reference/Doxyfile.in
+++ b/doc/reference/Doxyfile.in
@@ -151,7 +151,6 @@ CLANG_OPTIONS =
# Configuration options related to the alphabetical class index
#---------------------------------------------------------------------------
ALPHABETICAL_INDEX = YES
-COLS_IN_ALPHA_INDEX = 5
IGNORE_PREFIX =
#---------------------------------------------------------------------------
# Configuration options related to the HTML output
diff --git a/meson.build b/meson.build
index a1a6bf0..e3d9491 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
# This file is part of atkmm.
project('atkmm', 'cpp',
- version: '2.28.2',
+ version: '2.28.3',
license: 'LGPLv2.1+',
default_options: [
'cpp_std=c++11',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]