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

noreply at xfce.org noreply at xfce.org
Mon Apr 13 17:12:25 CEST 2020


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       x   f   c   e   -   4   .   1   4   
   in repository xfce/xfwm4.

commit 44809c49112ce353cec0ca312fb4d99b24e5161e
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Mon Apr 13 17:05:25 2020 +0200

    Release 4.14.1!
    
    Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
 NEWS            | 33 ++++++++++++++++++++++++++++++++-
 configure.ac.in |  2 +-
 2 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index cdaf6ed..778c8ab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+4.14.1 (“Easter Egg”)
+======
+
+- Restore “Always below” menu options (bug #15884)
+- Fix a crash with GL or high CPU usage without any monitor (bug #15852)
+- Fix raise delay (bug #15974)
+- Fix translucent wireframe repaint (bug #15966)
+- Fix hostname not showing initially when running apps remotely
+  (bug 15984)
+- Avoid drawing server-side shadows on maximized windows (Simon
+  Steinbeiss, bug #16381)
+- Add keywords to settings dialogs desktop definitions (Yousuf Philips,
+  bug #16621)
+- Fix Dnd of decoration buttons with embedded settings dialog (Stefan
+  Berzl, bug #13861)
+- Blacklist SVGA3D GL renderer (bug #16274)
+- Fix window title alignment (bug #16067)
+- Restore window state when moving a maximized window (bug #16348)
+- Fix pointer interactions with clients grabbing the pointer (bug #16347)
+- Fix GTimeVal deprecation (Andre Miranda, bug #16644)
+- Fix window selection vs. hovering in tabwin (Simon Steinbeiss,
+  bug ##16382)
+- Improve vblank mode auto-selection (GL/XPresent)
+- Fix transients pulling their parents from lower layers (bug #15891)
+- I18n:
+  Update translations: ar, ast, be, bg, bn, ca, cs, da, de, el, en_AU,
+  en_CA, en_GB, es, eu, fi, fr, gl, he, hr, hu, hy_AM, id, ie, is, it,
+  ja, ka, kk, ko, lt, lv, ms, nb, nl, nn, oc, pl, pt, pt_BR, ro, ru, sk,
+  sl, sq, sr, sv, th, tr, ug, uk, ur, ur_PK, vi, zh_CN, zh_HK, zh_TW
+  New translations: fa_IR, ka
+
 4.14.0
 ======
 - settings-dialog: Replace GtkStock buttons
@@ -816,4 +847,4 @@
 4.3.90.1 (beta1)
 ================
 
-- First public release for xfce-4.4
\ No newline at end of file
+- First public release for xfce-4.4
diff --git a/configure.ac.in b/configure.ac.in
index 6e8aa47..5697fc7 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,7 +5,7 @@ dnl
 
 m4_define([xfwm4_version_major], [4])
 m4_define([xfwm4_version_minor], [14])
-m4_define([xfwm4_version_micro], [0])
+m4_define([xfwm4_version_micro], [1])
 m4_define([xfwm4_version_build], [@REVISION@])
 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()])])

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


More information about the Xfce4-commits mailing list