diff --git a/NEWS b/NEWS index 8b735e2..1c6ceb7 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,31 @@ +### mate-terminal 1.22.0 + + * Translations update + * Initialize Travis CI support + * Remove unused files in help dir + * Remove generated files + * Add update-authors.pl which helps to update terminal.about + * Update authors + * Update Documenters + * drop umtp suport + * Help - Window title when MATE Terminal is started for first time + * Help - alternative text for tabbed window picture + * Help - TERM=xterm-256color + * eggsmclient: avoid deprecated 'g_type_class_add_private' + * src/terminal-screen.c: Set TERM to 'xterm-256color' (instead of just 'xterm'). + * move appdata to metainfo directory + ### mate-terminal 1.21.1 * Translations update - disable deprecation warnings for distcheck - terminal-profile: Fix memory leaks - terminal-screen: avoid deprecated 'g_settings_list_schemas' - Use make functions for HELP_LINGUAS - Replace -Dokumentationsprojekt with Documentation Project - add help to transifex config - terminal-window: Fix warnings with menu popup - terminal-window: replace deprecated gtk_menu_popup + * disable deprecation warnings for distcheck + * terminal-profile: Fix memory leaks + * terminal-screen: avoid deprecated 'g_settings_list_schemas' + * Use make functions for HELP_LINGUAS + * Replace -Dokumentationsprojekt with Documentation Project + * add help to transifex config + * terminal-window: Fix warnings with menu popup + * terminal-window: replace deprecated gtk_menu_popup ### mate-terminal 1.21.0 diff --git a/configure.ac b/configure.ac index 31d0c98..5692658 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([gt_version_major],[1]) -m4_define([gt_version_minor],[21]) -m4_define([gt_version_micro],[1]) +m4_define([gt_version_minor],[22]) +m4_define([gt_version_micro],[0]) m4_define([gt_version_extra],[]) m4_define([gt_version],[gt_version_major().gt_version_minor().gt_version_micro()gt_version_extra])