diff options
author | raveit65 <[email protected]> | 2018-06-15 10:31:14 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-06-15 10:31:14 +0200 |
commit | a52e89c5d7b0baf299ee36c759538cfc75cb1b84 (patch) | |
tree | 24aea9b0c3834d87a5ad4c1d30142092c9a79ef1 | |
parent | 7addc227027bffb52bf96135ea2fa63414548f1c (diff) | |
download | mate-media-a52e89c5d7b0baf299ee36c759538cfc75cb1b84.tar.bz2 mate-media-a52e89c5d7b0baf299ee36c759538cfc75cb1b84.tar.xz |
pre-bump version
-rw-r--r-- | NEWS | 26 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 13 deletions
@@ -1,20 +1,22 @@ +### mate-media 1.21.0 + ### mate-media 1.20.0 - sync with transifex - require GTK+ 3.22 and GLib 2.50 - gvc-applet: don't try to increase refcount of a NULL object - gvc-combo-box: fix signal arguments - applet: restore icon for "Sound Preferences" menu item + * sync with transifex + * require GTK+ 3.22 and GLib 2.50 + * gvc-applet: don't try to increase refcount of a NULL object + * gvc-combo-box: fix signal arguments + * applet: restore icon for "Sound Preferences" menu item ### mate-media 1.19.1 - sync with transifex - avoid deprecated gdk_screen_get_height - applet: use GdkSeat with GTK+ >= 3.20 - applet: make keyboard work in popup - gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: - refresh tray icon on icon theme change - Restore Polish translation credits from GNOME + * sync with transifex + * avoid deprecated gdk_screen_get_height + * applet: use GdkSeat with GTK+ >= 3.20 + * applet: make keyboard work in popup + * gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: + * refresh tray icon on icon theme change + * Restore Polish translation credits from GNOME ### mate-media 1.19.0 diff --git a/configure.ac b/configure.ac index 938d77d..75c3fc5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) AC_INIT([mate-media], - [1.20.0], + [1.21.0], [http://www.mate-desktop.org/]) AC_CONFIG_AUX_DIR([build-aux]) |