diff options
author | raveit65 <[email protected]> | 2019-09-19 12:32:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-19 12:32:59 +0200 |
commit | 3e7556c3524cea3eb40d2063343ec8cde0550ab4 (patch) | |
tree | 91dde6c4dce552f85e5be53a9ff3605f63babe84 | |
parent | 50599c72ecaf960dbe3f910e1dd25ac0ce839f4c (diff) | |
download | marco-3e7556c3524cea3eb40d2063343ec8cde0550ab4.tar.bz2 marco-3e7556c3524cea3eb40d2063343ec8cde0550ab4.tar.xz |
update to 1.22.3v1.22.3
-rw-r--r-- | NEWS | 33 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 25 insertions, 10 deletions
@@ -1,14 +1,29 @@ +### marco 1.22.3 + + * update translations + * frames: bump priority of style providers + * window: add _GTK_THEME_VARIANT to initial window properties + * frames: apply modified hack from Mutter/Metacity + * frames: avoid infinite loop on the variants GList + * frames: use style_updated instead of style_set + * Fixed moving windows to edges to work with CSD clients. + * window: Update allowed action hints + * build: Remove rationales.txt from EXTRA_DIST target + * Fix use of RBGA visual in frame.c when compositing is not in use + * drop old and obsolete rationales.txt + * boxes: Actually check for rectangle containment + ### marco 1.22.2 - tx: sync with transifex - bump LT_VERSION_INFO - libmarco-private: add version information - add support for invisible borders - frames: avoid deprecated 'gtk_widget_set_double_buffered' - window: avoid clang warning: garbage value - ui: always set the frame background to None - libmetacity: use cairo to render gradient - gradient: sync code with mutter before it was removed + * update translations + * bump LT_VERSION_INFO + * libmarco-private: add version information + * add support for invisible borders + * frames: avoid deprecated 'gtk_widget_set_double_buffered' + * window: avoid clang warning: garbage value + * ui: always set the frame background to None + * libmetacity: use cairo to render gradient + * gradient: sync code with mutter before it was removed ### marco 1.22.1 diff --git a/configure.ac b/configure.ac index cf8f95de..3132ee93 100644 --- a/configure.ac +++ b/configure.ac @@ -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], [2]) +m4_define([marco_micro_version], [3]) m4_define([marco_version], [marco_major_version.marco_minor_version.marco_micro_version]) |