[gtkmm-documentation] 4.0.2



commit 6b02cda3799edd367d5ab731fd7bfe8d4fac9243
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Wed Mar 23 16:58:54 2022 +0100

    4.0.2

 NEWS         | 26 ++++++++++++++++++++++++++
 configure.ac |  2 +-
 meson.build  |  3 ++-
 3 files changed, 29 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index f680f8d..a508351 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+4.0.2: (stable)
+
+* Main menu example: Make the keyboard shortcuts work
+  (Kjell Ahlstedt)
+* Update the Basics chapter
+  (Kjell Ahlstedt) Issue #15 (Zachary Roman)
+* PO-files: added: why `fuzzy` tag appears
+  (DarkTrick) Merge request !14
+* index-in.docbook: Upgrade from DocBook 4.5 to DocBook 5.0
+* Recommend Meson instead of Autotools
+* "The .hg and .ccg files" section: Describe 'ignore_deprecations'
+* Update the README file
+  (Kjell Ahlstedt)
+
+Meson build:
+* Require Meson >= 0.56.0
+* Specify 'check' option in run_command()
+* Don't use gnome.yelp()
+  In Meson >= 0.61.0, it can't be used with a generated XML file.
+* Add allow-network-access option
+  (Kjell Ahlstedt)
+
+Updated translation:
+* Simplified Chinese (CCTV-1), merge request !12
+
+
 4.0.1 (stable):
 
 The tarball for 4.0.1 has been created with 'meson dist'.
diff --git a/configure.ac b/configure.ac
index d7792e1..ab20e5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 ## This file is part of gtkmm-documentation.
 
 AC_PREREQ([2.59])
-AC_INIT([gtkmm-documentation], [4.0.1],
+AC_INIT([gtkmm-documentation], [4.0.2],
         [https://gitlab.gnome.org/GNOME/gtkmm-documentation/issues/],
         [gtkmm-documentation], [http://www.gtkmm.org/])
 
diff --git a/meson.build b/meson.build
index 4e48f9e..8b083cb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 # This file is part of gtkmm-documentation.
 
 project('gtkmm-documentation', 'c', 'cpp',
-  version: '4.0.1',
+  version: '4.0.2',
   license: 'GPLv2',
   default_options: [
     'cpp_std=c++17'
@@ -89,6 +89,7 @@ if can_add_dist_script
     'docs' / 'tutorial' / 'kindle_cover.jpg',
     'docs' / 'tutorial' / 'kindle_cover.svg',
     'tools' / 'make_screenshots',
+    '.gitlab-ci.yml',
   ]
   # Modify the contents of the distribution directory.
   meson.add_dist_script(


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]