summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbkma <[email protected]>2022-11-11 20:21:29 +0100
committermbkma <[email protected]>2022-11-11 20:21:29 +0100
commitef7141029a7f7d45bd8c69afa0d44f5a1ed435be (patch)
tree3bc1a87968ee5aaeb0e0707a9585c3796bd6cb6a
parent073917f113ca95e26467572105bf741fcf9c90a2 (diff)
downloadmate-indicator-applet-ef7141029a7f7d45bd8c69afa0d44f5a1ed435be.tar.bz2
mate-indicator-applet-ef7141029a7f7d45bd8c69afa0d44f5a1ed435be.tar.xz
release 1.27.0v1.27.0
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e6e3267..df4e904 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+### mate-indicator-applet 1.27.0
+
+ * tx: sync with transifex
+ * tx: update resource
+ * tx: migrate config file
+ * ci: drop -Wunused-parameter compiler cflag from debian build
+ * applet-main.c: Support mouse middle-click.
+ * eggaccelerators: use a blank line at most
+ * configure.ac: fix incorrect shell test == behavior
+
### mate-indicator-applet 1.26.0
* Translations update
diff --git a/configure.ac b/configure.ac
index a1860a9..8522470 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.53)
-AC_INIT([mate-indicator-applet], [1.26.0],[https://github.com/mate-desktop/mate-indicator-applet/issues])
+AC_INIT([mate-indicator-applet], [1.27.0],[https://github.com/mate-desktop/mate-indicator-applet/issues])
AC_CONFIG_SRCDIR(src/applet-main.c)
AM_CONFIG_HEADER(config.h)