[Xfce4-commits] [xfce/xfce4-panel] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Sun Aug 11 23:11:16 CEST 2019
This is an automated email from the git hooks/post-receive script.
o c h o s i 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/xfce4-panel.
commit 8980371d80e7be81392ccba4bde5f7bca71ff037
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sun Aug 11 23:10:56 2019 +0200
Updates for release
---
NEWS | 18 ++++++++++++++----
configure.ac.in | 6 +++---
2 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/NEWS b/NEWS
index 4f0114b..246fa41 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+4.14.0
+======
+ - tasklist: Keep panel visible on drag and drop (Bug #15703)
+ - pager: Keep panel visible on drag and drop (Bug #15703)
+ - launcher: Make dialog's context menu popup at pointer
+ - Make strings translatable
+ - Translation Updates:
+ Chinese (China), Danish, Finnish, Galician, German, Hungarian, Italian,
+ Japanese, Kazakh, Lithuanian, Norwegian Bokmål, Portuguese (Brazil)
+
4.13.7
======
- Make vala and gobject-introspection optional
@@ -14,10 +24,10 @@
- tic-tac-toe: Add mnemonic to Close button
- tic-tac-toe: Avoid use-after-free/double-free (Bug #15649)
- Translation Updates:
- Albanian, Armenian (Armenia), Belarusian, Bulgarian, Catalan, Chinese
- (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Finnish,
- French, Galician, German, Hungarian, Italian, Japanese, Kazakh,
- Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese
+ Albanian, Armenian (Armenia), Belarusian, Bulgarian, Catalan, Chinese
+ (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Finnish,
+ French, Galician, German, Hungarian, Italian, Japanese, Kazakh,
+ Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese
(Brazil), Russian, Serbian, Spanish, Thai, Ukrainian
4.13.6
diff --git a/configure.ac.in b/configure.ac.in
index b4da0af..f040fb1 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,11 +12,11 @@ m4_define([libxfce4panel_verinfo], [4:0:0]) dnl current:revision:age
m4_define([libxfce4panel_version_api], [2.0])
m4_define([xfce4_panel_config_version], [2])
m4_define([xfce4_panel_version_major], [4])
-m4_define([xfce4_panel_version_minor], [13])
-m4_define([xfce4_panel_version_micro], [7])
+m4_define([xfce4_panel_version_minor], [14])
+m4_define([xfce4_panel_version_micro], [0])
m4_define([xfce4_panel_version_nano], []) dnl leave this empty to have no nano version
m4_define([xfce4_panel_version_build], [@REVISION@])
-m4_define([xfce4_panel_version_tag], [git])
+m4_define([xfce4_panel_version_tag], [])
m4_define([xfce4_panel_version], [xfce4_panel_version_major().xfce4_panel_version_minor().xfce4_panel_version_micro()ifelse(xfce4_panel_version_nano(), [], [], [.xfce4_panel_version_nano()])ifelse(xfce4_panel_version_tag(), [git], [xfce4_panel_version_tag()-xfce4_panel_version_build()], [xfce4_panel_version_tag()])])
dnl *******************************************
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list