Skip to content

Commit

Permalink
release 1.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Nov 12, 2022
1 parent c357e1c commit 2bdba6c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### marco 1.26.1

* update translations
* replace _NET_WM_PID with XResGetClientPid
* Always bring into foreground the previous window after closing one
* window: do not disable fullscreen for dialogs
* theme: fix memory leak
* compositor-xrender: fix memory leak
* build: fix meson build
* prefs: fix memory leak
* fix code-formatting issue of previous commit
* Safeguard against calling gdk_x11_window_get_xid with a NULL GdkWindow

### marco 1.26.0

* update translations
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], [26])
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
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'marco', 'c',
version: '1.26.0',
version: '1.26.1',
meson_version: '>=0.47.0',
license: 'GPL2',
default_options : [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'],
Expand Down

0 comments on commit 2bdba6c

Please sign in to comment.