summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan@xfce.org>2019-06-30 16:54:21 +0200
committerOlivier Fourdan <fourdan@xfce.org>2019-06-30 16:54:21 +0200
commitd3ed95bc6cff85355b9ed6dda2b60632708a383e (patch)
tree1f7fc9cb6a81fd42f033818cad8d695cb5eb7ffb
parent22fad38989f60da74389baf81c6f3d1699a49691 (diff)
downloadxfwm4-d3ed95bc6cff85355b9ed6dda2b60632708a383e.tar.gz
Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
-rw-r--r--AUTHORS18
-rw-r--r--NEWS25
-rw-r--r--configure.ac.in4
3 files changed, 44 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index b2906ebdd..34a85e2a1 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,21 +6,37 @@ Olivier Fourdan <fourdan@xfce.org>
Contributors :
--------------
+Adam K <chkboom@safe-mail.net>
+Adam Purkrt <adam@purkrt.net>
+Alistair Buxton <a.j.buxton@gmail.com>
+Andre Miranda <andreldm@xfce.org>
+Andrey Alekseenkov <zyx1984@gmail.com>
Aquila Deus <aquila_deus@yahoo.co.uk>
Aurelien Foret <orelien@chez.com>
Benedikt Meurer <Benedikt.Meurer@unix-ag.uni-siegen.de>
+Błażej Szczygieł <spaz16@wp.pl>
Damon Harper <dl+xfce4-dev@usrbin.ca>
Darren Salt <linux@youmustbejoking.demon.co.uk>
+David Siroky <siroky@dasir.cz>
Ian Morgan <imorgan@webcon.ca>
+Iharob Al Asimi <iharob@gmail.com>
+Jason Zaman <jason@perfinion.com>
Jens Guballa <J.Guballa@t-online.de>
+Jonas Zetterberg <jozz@jozz.se>
Joshua Blanton <jblanton@irg.cs.ohiou.edu>
Juho Vaha-Herttua <juhovh@iki.fi>
+Marcel Partap <mpartap@gmx.net>
+Martin Husemann <martin@NetBSD.org>
May THO <thobouli@yahoo.fr>
Nils Rennebarth <Nils.Rennebarth@web.de>
Ori Bernstein <rand_chars@rogers.com>
Paramjit Oberoi <param@cs.wisc.edu>
Phil Vandry <vandry@tzone.org>
+pnd23@telenet.be <pnd23@telenet.be>
+P. Pronk <xfce@pronk.nl>
Thomas Leonard <tal@ecs.soton.ac.uk>
+Timo <timo.teras@iki.fi>
+Viktor Odintsev <ninetls@xfce.org>
Credits :
---------
@@ -30,7 +46,7 @@ Portions of code based on the following projects :
Oroborus: Ken Lynch <kenlynch@blueyonder.co.uk>
Metacity: Havoc Pennington <hp@redhat.com>
Sawfish: John Harper <jsh@unfactored.org>
-xcompmgr: Copyright © 2003 Keith Packard
+xcompmgr: Copyright © 2003 Keith Packard
gen-color-table.pl comes from gtk/gdk-pixbuf/gen-color-table.pl and has been
copied as is without any modification so original copyright/license remain on
diff --git a/NEWS b/NEWS
index 6095ed514..d9c4f1373 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+4.13.3
+======
+
+- Update CSS for tabwinb only on theme change (Viktor Odintsev)
+- HiDPI: Use GTK3 scaling attributes for window titles (Viktor Odintsev)
+- HiDPI: Adjust default theme with scale
+- Fix initial pointer location when zooming
+- Fix double-click distance setting (Adam K)
+- Allow the top of the frame to be cropped when maximised (Adam K,
+ bug #14470)
+- Update default theme to use maximized cropping
+- Fix build without compositor (bug #15432)
+- Improved GLX support with NVIDIA proprietary/closed source driver
+ (bug #15453)
+- Compositor updates with GLX
+- Small optimization with zoom on GLX
+- Increase X11 client priority of xfwm4
+- Change default compositor background to plain black
+- Fallback to resource class name for icons (Iharob Al Asimi, bug #15510)
+- Clear shortcut in settings-dialog when removed (bug #12802)
+- Remove icons from window menu
+- Fix regression with maximized window (bug #15638)
+- I18n: Update translations: bg, ca, cs, da, de, es, fr, gl, hr, hu,
+ hy_AM, id, ie, it, lt, ms, nl, pl, pt, pt_BR, ru, sr, tr, zh_CN, zh_TW
+
4.13.2
======
- Fix flickering with GLX backend (bug #14564, bug #13519)
diff --git a/configure.ac.in b/configure.ac.in
index beee0a253..10f747081 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,9 +5,9 @@ dnl
m4_define([xfwm4_version_major], [4])
m4_define([xfwm4_version_minor], [13])
-m4_define([xfwm4_version_micro], [2])
+m4_define([xfwm4_version_micro], [3])
m4_define([xfwm4_version_build], [@REVISION@])
-m4_define([xfwm4_version_tag], [git])
+m4_define([xfwm4_version_tag], [])
m4_define([xfwm4_version], [xfwm4_version_major().xfwm4_version_minor().xfwm4_version_micro()ifelse(xfwm4_version_tag(), [git], [xfwm4_version_tag().xfwm4_version_build()], [xfwm4_version_tag()])])
m4_define([gtk_minimum_version], [3.20.0])