[Xfce4-commits] [xfce/xfdesktop] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Sun Aug 11 22:33:45 CEST 2019
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e 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/xfdesktop.
commit c683408248bf0d0ba7e4fed1129a34ae44f1e36c
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sun Aug 11 16:33:31 2019 -0400
Updates for release
---
NEWS | 15 ++++++++++++---
configure.ac.in | 6 +++---
settings/xfce-backdrop-settings.desktop.in | 2 +-
3 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/NEWS b/NEWS
index e284653..3e945a1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+4.14.0
+======
+- Add 4.14 wallpaper and set it as default
+- Do not query file information again (Bug #15460)
+- Replace GtkStock buttons
+- Translation Updates:
+ Galician, Italian, Norwegian Bokmål, Norwegian Nynorsk, Portuguese,
+ Portuguese (Brazil)
+
4.13.6
======
[Please note that this is a development release.]
@@ -137,7 +146,7 @@ Please report all problems at bugzilla.xfce.org.
- Fix garcon-2 dependancy check (continue to use garcon-1)
* Translation Updates:
- ca da de es fr he hr id it ja kk ko ms pl
+ ca da de es fr he hr id it ja kk ko ms pl
pt pt_BR ru th uk zh_CN
4.13.0
@@ -282,7 +291,7 @@ during its development.
(Bug #11566)
- Consider shadow extents/offsets when updating icon
extents
-
+
* Translation updates:
Arabic (ar), Asturian (ast), Bulgarian (bg),
Czech (cs), Danish (da), German (de),
@@ -1245,4 +1254,4 @@ on the road to 4.2.0. A lot has happened in the last year:
4.3 and above. The XRandR support requires you to have Gtk+
2.2 or better installed.
-(Benny)
+(Benny)
\ No newline at end of file
diff --git a/configure.ac.in b/configure.ac.in
index 3e206e4..441bdab 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,11 +7,11 @@ dnl
dnl version info
m4_define([xfdesktop_version_major], [4])
-m4_define([xfdesktop_version_minor], [13])
-m4_define([xfdesktop_version_micro], [6])
+m4_define([xfdesktop_version_minor], [14])
+m4_define([xfdesktop_version_micro], [0])
m4_define([xfdesktop_version_nano], [])
m4_define([xfdesktop_version_build], [@REVISION@])
-m4_define([xfdesktop_version_tag],[git])
+m4_define([xfdesktop_version_tag],[])
m4_define([xfdesktop_version], [xfdesktop_version_major().xfdesktop_version_minor().xfdesktop_version_micro()ifelse(xfdesktop_version_nano(), [], [], [.xfdesktop_version_nano()])ifelse(xfdesktop_version_tag(), [git], [xfdesktop_version_tag()-xfdesktop_version_build()], [xfdesktop_version_tag()])])
dnl minimum required versions
diff --git a/settings/xfce-backdrop-settings.desktop.in b/settings/xfce-backdrop-settings.desktop.in
index 33e5566..b061585 100644
--- a/settings/xfce-backdrop-settings.desktop.in
+++ b/settings/xfce-backdrop-settings.desktop.in
@@ -12,4 +12,4 @@ StartupNotify=true
X-XfcePluggable=true
X-XfceHelpComponent=xfdesktop
X-XfceHelpPage=start
-X-XfceHelpVersion=4.13
+X-XfceHelpVersion=4.14
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list