summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-09-20 17:22:53 +0200
committerraveit65 <[email protected]>2019-09-20 17:22:53 +0200
commit98fce7d978e5b85fe3869370d5c94bfe350ff5ae (patch)
tree0f6a8cc6788ca4713dc8041e8814c1f7f57608b1
parent85455fdc2768fa3e728ca1d871549de07523d035 (diff)
downloadmate-media-98fce7d978e5b85fe3869370d5c94bfe350ff5ae.tar.bz2
mate-media-98fce7d978e5b85fe3869370d5c94bfe350ff5ae.tar.xz
release 1.22.2v1.22.2
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b79bf9e..2abe60a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+### mate-media 1.22.2
+
+ * Translations update
+ * applet: Update default output
+ * gvc applet: add missing translations (i18n)
+ * Add scroll interface tabs with mouse wheel
+ * configure.ac: fix typos in var names, portability fixes, etc.
+
### mate-media 1.22.1
* Translations update
diff --git a/configure.ac b/configure.ac
index 105c665..a109020 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.60)
AC_INIT([mate-media],
- [1.22.1],
+ [1.22.2],
[http://www.mate-desktop.org/])
AC_CONFIG_AUX_DIR([build-aux])