Skip to content

Commit

Permalink
release 1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Apr 24, 2019
1 parent 6bd2b9d commit eb4ce14
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
32 changes: 21 additions & 11 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ(2.50)

m4_define([marco_major_version], [1])
m4_define([marco_minor_version], [22])
m4_define([marco_micro_version], [0])
m4_define([marco_micro_version], [1])

m4_define([marco_version],
[marco_major_version.marco_minor_version.marco_micro_version])
Expand Down

0 comments on commit eb4ce14

Please sign in to comment.