[mm-common] 1.0.4
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mm-common] 1.0.4
- Date: Fri, 11 Feb 2022 14:20:33 +0000 (UTC)
commit 1e163f565e907d71cbec98728aaa74ce2241adaf
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Fri Feb 11 15:09:51 2022 +0100
1.0.4
NEWS | 13 +++++++++++++
configure.ac | 2 +-
meson.build | 2 +-
3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 32638c1..7a5f6ad 100755
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+mm-common 1.0.4 (2022-02-11)
+
+* Add util/doc_postprocess.py and util/doc_install.py.
+ Generating documentation in modules that use mm-common
+ does not require Perl in Meson builds.
+ (Kjell Ahlstedt)
+
+Meson build and skeletonmm:
+* Specify 'check' option in run_command().
+ The default value will change in future Meson releases.
+ (Kjell Ahlstedt)
+
+
mm-common 1.0.3 (2021-05-20)
Meson build:
diff --git a/configure.ac b/configure.ac
index 7b5e5fe..eed33d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU General Public License
## along with mm-common. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([mm-common], [1.0.3], [https://gitlab.gnome.org/GNOME/mm-common/issues/],
+AC_INIT([mm-common], [1.0.4], [https://gitlab.gnome.org/GNOME/mm-common/issues/],
[mm-common], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
AC_CONFIG_SRCDIR([util/mm-common-prepare.in])
diff --git a/meson.build b/meson.build
index b77b535..8a18c36 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
# This file is part of mm-common.
project('mm-common',
- version: '1.0.3',
+ version: '1.0.4',
license: 'GPLv2+',
meson_version: '>= 0.55.0', # required for meson.add_dist_script(python3, ...)
# and meson.add_install_script(python3, ...)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]