[Xfce4-commits] [xfce/xfwm4] 01/01: Release 4.13.3!

noreply at xfce.org noreply at xfce.org
Sun Jun 30 16:55:52 CEST 2019


This is an automated email from the git hooks/post-receive script.

o   l   i   v   i   e   r       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfwm4.

commit d3ed95bc6cff85355b9ed6dda2b60632708a383e
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Sun Jun 30 16:54:21 2019 +0200

    Release 4.13.3!
    
    Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
 AUTHORS         | 18 +++++++++++++++++-
 NEWS            | 25 +++++++++++++++++++++++++
 configure.ac.in |  4 ++--
 3 files changed, 44 insertions(+), 3 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index b2906eb..34a85e2 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,21 +6,37 @@ Olivier Fourdan <fourdan at xfce.org>
 Contributors :
 --------------
 
+Adam K <chkboom at safe-mail.net>
+Adam Purkrt <adam at purkrt.net>
+Alistair Buxton <a.j.buxton at gmail.com>
+Andre Miranda <andreldm at xfce.org>
+Andrey Alekseenkov <zyx1984 at gmail.com>
 Aquila Deus <aquila_deus at yahoo.co.uk>
 Aurelien Foret <orelien at chez.com>
 Benedikt Meurer <Benedikt.Meurer at unix-ag.uni-siegen.de>
+Błażej Szczygieł <spaz16 at wp.pl>
 Damon Harper <dl+xfce4-dev at usrbin.ca>
 Darren Salt <linux at youmustbejoking.demon.co.uk>
+David Siroky <siroky at dasir.cz>
 Ian Morgan <imorgan at webcon.ca>
+Iharob Al Asimi <iharob at gmail.com>
+Jason Zaman <jason at perfinion.com>
 Jens Guballa <J.Guballa at t-online.de>
+Jonas Zetterberg <jozz at jozz.se>
 Joshua Blanton <jblanton at irg.cs.ohiou.edu>
 Juho Vaha-Herttua <juhovh at iki.fi>
+Marcel Partap <mpartap at gmx.net>
+Martin Husemann <martin at NetBSD.org>
 May THO <thobouli at yahoo.fr>
 Nils Rennebarth <Nils.Rennebarth at web.de>
 Ori Bernstein <rand_chars at rogers.com>
 Paramjit Oberoi <param at cs.wisc.edu>
 Phil Vandry <vandry at tzone.org>
+pnd23 at telenet.be <pnd23 at telenet.be>
+P. Pronk <xfce at pronk.nl>
 Thomas Leonard <tal at ecs.soton.ac.uk>
+Timo <timo.teras at iki.fi>
+Viktor Odintsev <ninetls at xfce.org>
 
 Credits :
 ---------
@@ -30,7 +46,7 @@ Portions of code based on the following projects :
 Oroborus: Ken Lynch <kenlynch at blueyonder.co.uk>
 Metacity: Havoc Pennington <hp at redhat.com>
 Sawfish:  John Harper <jsh at 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 6095ed5..d9c4f13 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 beee0a2..10f7470 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])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list