summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])