diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 32 |
1 files changed, 21 insertions, 11 deletions
@@ -1,17 +1,27 @@ +### marco 1.22.1 + + * update translations + * window: set atom__NET_WM_STATE_FOCUSED for meta_window_appears_focused + * window: make docks and spashscreens appear focused + * Do not judge whether the window is decorated or not + * screen: Fix use of memory after it is freed + * [Security] Use 'g_strlcpy' instead of 'strcpy' + * compositor-xrender: Fix memory leak + ### marco 1.22.0 * update translations - Initialize travis support - screen: Remove get_current_monitor in favor of get_current_xinerama - Increase icon size on tab and workspace popups - screen: avoid 'NULL' in 'meta_error_trap...' functions - prefs: avoid deprecated 'g_settings_list_keys' - add git.mk to autogenerate .gitignore files - enable silent output when building - 'meta_error_trap_push' instead 'meta_error_trap_push_with_return' - errors.c: avoid deprecated 'gdk_error_trap...' functions: - frames.c: drop unused variables - compositor-xrender: avoid deprecated 'gdk_error_trap_push/pop' + * Initialize travis support + * screen: Remove get_current_monitor in favor of get_current_xinerama + * Increase icon size on tab and workspace popups + * screen: avoid 'NULL' in 'meta_error_trap...' functions + * prefs: avoid deprecated 'g_settings_list_keys' + * add git.mk to autogenerate .gitignore files + * enable silent output when building + * 'meta_error_trap_push' instead 'meta_error_trap_push_with_return' + * errors.c: avoid deprecated 'gdk_error_trap...' functions: + * frames.c: drop unused variables + * compositor-xrender: avoid deprecated 'gdk_error_trap_push/pop' ### marco 1.21.1 |