[pangomm/pangomm-2-46] 2.46.1
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pangomm/pangomm-2-46] 2.46.1
- Date: Fri, 21 May 2021 11:18:24 +0000 (UTC)
commit 2ed5891a274b65e0ab1cf2effe556d3963870040
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Fri May 21 13:07:09 2021 +0200
2.46.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 86b7bbf..64e2426
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+2.46.1 (stable):
+
+Build:
+* Meson build: Use relative paths to untracked/
+ (Kjell Ahlstedt) Merge request gtkmm!61 (Mingli Yu)
+* pangommconfig.h.*: Don't dllimport on MinGW
+ (Chun-wei Fan) Issue gtkmm#90 (Lukas K.)
+* Meson build: Make it possible to use pangomm as a subproject
+ (Kjell Ahlstedt)
+* Meson build: No implicit_include_directories
+ (Kjell Ahlstedt)
+
+
2.46.0 (stable):
The tarball for 2.46.0 has been created with 'meson dist'.
diff --git a/configure.ac b/configure.ac
index fe763bc..f62e8c5 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([pangomm], [2.46.0],
+AC_INIT([pangomm], [2.46.1],
[https://gitlab.gnome.org/GNOME/pangomm/issues/],
[pangomm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
diff --git a/meson.build b/meson.build
index 9112c47..7f7208b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
# This file is part of pangomm.
project('pangomm', 'cpp',
- version: '2.46.0',
+ version: '2.46.1',
license: 'LGPLv2.1+',
default_options: [
'cpp_std=c++11'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]