summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2020-02-01 18:36:14 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2020-02-01 18:36:14 +0200
commit81c9ac38f00e9043e45221c030e82a5e9806f31a (patch)
tree185a72f20da9d30fb60d3ececf7cf09882d1460f
parent922de13cbd51b38110cf3571131aef6ca6fa6a3a (diff)
downloadmetacity-3.35.1.tar.gz
bump version to 3.35.1, update NEWS3.35.1
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2412e4db..5ad0ac52 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Version 3.35.1
+==============
+- Add support for _GTK_WORKAREAS_Dn. (!3)
+- Add support for _GNOME_WM_STRUT_AREA.
+- Clip shape region to window size. (#627879)
+- Don't move focus to fullscreen window that is on other monitor.
+- Fix blurry titlebar font. (#2)
+- Fix shadow regression with Metacity theme.
+- Fix some memory leaks.
+- Updated translations.
+
Version 3.34.0
==============
- Fix possible crash in compositor.
diff --git a/configure.ac b/configure.ac
index 406c9222..a534177e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl **************************************************************************
m4_define([m_major_version], [3])
m4_define([m_minor_version], [35])
-m4_define([m_micro_version], [0])
+m4_define([m_micro_version], [1])
m4_define([m_version], [m_major_version.m_minor_version.m_micro_version])
dnl **************************************************************************