[atkmm] 2.36.1
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atkmm] 2.36.1
- Date: Fri, 21 May 2021 09:34:58 +0000 (UTC)
commit 31bc39c17bda0b12e3f6d432ef9e618897d5653b
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Fri May 21 11:22:54 2021 +0200
2.36.1
NEWS | 13 +++++++++++++
configure.ac | 2 +-
meson.build | 2 +-
3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
old mode 100644
new mode 100755
index 16fe69f..7d21688
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+atkmm 2.36.1 (stable):
+
+Build:
+* Meson build: Use relative paths to untracked/
+ (Kjell Ahlstedt) Merge request gtkmm!61 (Mingli Yu)
+* atkmmconfig.h.*: Don't dllimport on MinGW
+ (Chun-wei Fan) Issue gtkmm#90 (Lukas K.)
+* Meson build: Make it possible to use atkmm as a subproject
+ (Kjell Ahlstedt)
+* Meson build: No implicit_include_directories
+ (Kjell Ahlstedt)
+
+
atkmm 2.36.0 (stable):
This is the first stable release in the atkmm-2.36 ABI series.
diff --git a/configure.ac b/configure.ac
index 42188ff..1d7ebc4 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.0], [https://gitlab.gnome.org/GNOME/atkmm/issues/],
+AC_INIT([atkmm], [2.36.1], [https://gitlab.gnome.org/GNOME/atkmm/issues/],
[atkmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
diff --git a/meson.build b/meson.build
index 7663a05..ef91e1b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
# This file is part of atkmm.
project('atkmm', 'cpp',
- version: '2.36.0',
+ version: '2.36.1',
license: 'LGPLv2.1+',
default_options: [
'cpp_std=c++17'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]