summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-06-10 00:45:02 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-06-10 00:45:02 +0300
commitf71ea421af63311f4e212944c2747fe34e5d7572 (patch)
tree06c13d8e8b3315bf3bb82075869296ae1ae1e4ea
parent5bcf7e10e31b4d5933812cb241d2d11de4c9d01a (diff)
downloadmetacity-f71ea421af63311f4e212944c2747fe34e5d7572.tar.gz
bump version to 3.20.0, update NEWS3.20.0
-rw-r--r--NEWS22
-rw-r--r--configure.ac4
2 files changed, 24 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9bf8c75c..d13d1cb0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Version 3.20.0
+==============
+- Allow minimizing windows which don't advertise support for it. (Jasper
+ St. Pierre)
+- Metacity follows Mutter and by default will use GTK+ theme. It is still
+ possible to use Metacity themes by adjusting settings. (Alberts Muktupāvels)
+- Previously shipped Metacity themes has been removed. (Alberts Muktupāvels)
+- Metacity theme settings now is under new GSettings schema -
+ org.gnome.metacity.theme. (Alberts Muktupāvels)
+- Metacity now has new library - libmetacity. (Alberts Muktupāvels)
+- New Metacity theme viewer - can be used to preview both Metacity and GTK+
+ themes. (Alberts Muktupāvels)
+- Scale window decorations on HiDPI displays, based on mutter. (Alberts
+ Muktupāvels, Florian Müllner, Iain Lane)
+- Updated translations:
+ Aurimas Černius (lt), Balázs Meskó (hu), Balázs Úr (hu),
+ Cédric Valmary (oc), Daniel Mustieles (es), Gábor Kelemen (hu),
+ Josef Andersson (sv), Luis Enrique Ortega Rojas (es), Marek Černocký (cs),
+ Mario Blättermann (de), Марко Костић (sr), Милош Поповић (sr@latin),
+ Мирослав Николић (sr, sr@latin), Muhammet Kara (tr), Piotr Drąg (pl),
+ Rafael Fontenelle (pt_BR).
+
Version 3.18.1
==============
- Updated translations:
diff --git a/configure.ac b/configure.ac
index e8e67fa4..392ce143 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl Define version info
dnl **************************************************************************
m4_define([m_major_version], [3])
-m4_define([m_minor_version], [19])
-m4_define([m_micro_version], [1])
+m4_define([m_minor_version], [20])
+m4_define([m_micro_version], [0])
m4_define([m_version], [m_major_version.m_minor_version.m_micro_version])
dnl **************************************************************************