summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2022-02-11 15:09:51 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2022-02-11 15:09:51 +0100
commit1e163f565e907d71cbec98728aaa74ce2241adaf (patch)
tree06889fcdf072ea984c0d1cf5ab783022fc7f23eb
parent1e3cf2699512acfbdea347164200ebd81062d58e (diff)
downloadmm-common-1e163f565e907d71cbec98728aaa74ce2241adaf.tar.gz
1.0.41.0.4
-rwxr-xr-xNEWS13
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
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, ...)