[atkmm] 2.36.2
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atkmm] 2.36.2
- Date: Wed, 20 Jul 2022 12:51:11 +0000 (UTC)
commit 4829d5f55c02b8a72e261c4ee097082693792e5d
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Wed Jul 20 14:46:30 2022 +0200
2.36.2
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 7d21688..002cf15 100755
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+atkmm 2.36.2 (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.33.3
+ Not a new requirement, but previously it was not specified in
+ configure.ac and meson.build.
+ (Kjell Ahlstedt)
+
+
atkmm 2.36.1 (stable):
Build:
diff --git a/configure.ac b/configure.ac
index 33e90e4..d18c666 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.36.1], [https://gitlab.gnome.org/GNOME/atkmm/issues/],
+AC_INIT([atkmm], [2.36.2], [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 d9202cd..c0f5e59 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 09a6d3d..aa991c2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
# This file is part of atkmm.
project('atkmm', 'cpp',
- version: '2.36.1',
+ version: '2.36.2',
license: 'LGPLv2.1+',
default_options: [
'cpp_std=c++17',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]