[moserial] explicitly pass arguments from autogen.sh to gnome-autogen.sh
- From: Michael J. Chudobiak <mjc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [moserial] explicitly pass arguments from autogen.sh to gnome-autogen.sh
- Date: Fri, 23 Jul 2021 19:42:05 +0000 (UTC)
commit 0818bb90a757067e612cce0593440de05e63a438
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date: Fri Jul 23 15:41:35 2021 -0400
explicitly pass arguments from autogen.sh to gnome-autogen.sh
NEWS | 10 ++++++++++
autogen.sh | 2 +-
configure.ac | 2 +-
3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2cd9732..68475d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Version 3.0.17
+--------------
+
+ * flatpak support added (Jordan Williams)
+ * remove blank MimeType line from desktop file
+ * updated Indonesian translation (Andika Triwidada)
+ * updated Basque translation (Asier Sarasua Garmendia)
+ * updated Turkish translation (Muhammet Kara)
+ * updated Hungarian translation (Balázs Úr)
+
Version 3.0.16
--------------
diff --git a/autogen.sh b/autogen.sh
index c4b8d35..47727dc 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,4 +4,4 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
-sh gnome-autogen.sh
+sh gnome-autogen.sh "$@"
diff --git a/configure.ac b/configure.ac
index 4c63cc5..7033efc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([moserial],[3.0.16],[https://gitlab.gnome.org/GNOME/moserial/issues/])
+AC_INIT([moserial],[3.0.17],[https://gitlab.gnome.org/GNOME/moserial/issues/])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE([dist-xz tar-ustar no-dist-gzip])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]