diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Version 3.20.1.1 +================ +- Don't paint windows that is not viewable (Alberts Muktupāvels; LP:#1592953) +- Fix meta_window_get_titlebar_rect (Alberts Muktupāvels; LP:#1509031) +- Remove clip to screen optimization (Alberts Muktupāvels; #538438) + Version 3.20.0 ============== - Allow minimizing windows which don't advertise support for it. (Jasper diff --git a/configure.ac b/configure.ac index 392ce143..f19a34fb 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl ************************************************************************** m4_define([m_major_version], [3]) m4_define([m_minor_version], [20]) -m4_define([m_micro_version], [0]) +m4_define([m_micro_version], [1.1]) m4_define([m_version], [m_major_version.m_minor_version.m_micro_version]) dnl ************************************************************************** |