summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2022-12-02 13:50:32 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2022-12-02 13:50:32 +0100
commit16af4937218061076c18816f749242b4c488383b (patch)
tree4859fde1879743af82422397b73133d2b47766a8
parentf87b0c2ce022f35734461e56410ad8af3819a819 (diff)
downloadmm-common-16af4937218061076c18816f749242b4c488383b.tar.gz
1.0.51.0.5
-rwxr-xr-xNEWS22
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 24 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7a5f6ad..f9da15a 100755
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+mm-common 1.0.5 (2022-12-02)
+
+* Convert README to README.md and OVERVIEW.md.
+ (Kjell Ahlstedt)
+
+Meson build:
+* util/meson_aux: Make tarball reproducible.
+ (Jelle van der Waa) Merge request 6
+* Simplify lookup of python command.
+ (Kjell Ahlstedt) Pull request libsigcplusplus#83 (wael)
+
+Skeletonmm:
+* Avoid configuration warnings.
+ (Kjell Ahlstedt)
+* Detect if we build from a git subtree.
+ (Kjell Ahlstedt) Merge request gtkmm!72 (William Roy)
+* Simplify lookup of python command.
+ (Kjell Ahlstedt) Pull request libsigcplusplus#83 (wael)
+* Add build-tests option.
+ (Kjell Ahlstedt) Pull request libsigcplusplus#84 (Fabrice Fontaine)
+
+
mm-common 1.0.4 (2022-02-11)
* Add util/doc_postprocess.py and util/doc_install.py.
diff --git a/configure.ac b/configure.ac
index 06b0012..273dedd 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.4], [https://gitlab.gnome.org/GNOME/mm-common/issues/],
+AC_INIT([mm-common], [1.0.5], [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 163d2fe..1ed967f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
# This file is part of mm-common.
project('mm-common',
- version: '1.0.4',
+ version: '1.0.5',
license: 'GPLv2+',
meson_version: '>= 0.55.0', # required for meson.add_dist_script(python3, ...)
# and meson.add_install_script(python3, ...)