[Xfce4-commits] [xfce/xfce4-settings] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Tue Jan 14 00:48:40 CET 2020
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-settings.
commit a3b612ee800613e513413be97c7e4a3a952c494b
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Tue Jan 14 00:48:10 2020 +0100
Updates for release
---
NEWS | 38 +++++++++++++++++++++++++++++++++++++-
configure.ac.in | 4 ++--
2 files changed, 39 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 8f4434f..9562bd9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+4.15.0
+======
+- xsettings: Use CSD for GtkDialogs by default
+- settings-manager: Fix XfceTitledDialog layout with CSD
+- settings-manager: Drop setting the old header style
+- display: Show ratio next to display resolution
+- display: Mark preferred mode with an asterisk
+- display: Add init function for aspect ratios
+- display: Right-align the display ratio
+- display: Fixed warning and removed ratio
+- display: Improve look of ratio
+- display: Fix icon name for primary indicator
+- display: Initialize crtc->scalex/y (Bug #15971)
+- settings-editor: Add consistent inline-toolbar
+- appearance: Only show themes that support Gtk3 (Bug #15849)
+- color: Fix crash in add-profiles dialog (Bug #15876)
+- color: Conditionally hide info button in add-profile dialog
+- color: Add tooltip to profile info buttons
+- display: Fix profile matching in xfsettingsd
+- display: Assure correct gchar** (Bug #15816)
+- keyboard: Improve layout of add-command dialog
+- keyboard: Add mnemonics to add-command dialog (Bug #10495)
+- Switch to symbolic window-close icon
+- Bump libxfce4ui dependency to 4.15.1
+- Improve string for session managers
+- Ensure the newly labeled 'Xfce Settings Daemon' is translated
+- Do not show translation info on --help output
+- Translation Updates:
+ Albanian, Arabic, Basque, Belarusian, Bulgarian, Catalan, Chinese
+ (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English
+ (United Kingdom), Finnish, French, Galician, German, Greek, Hebrew,
+ Hungarian, Indonesian, Interlingue, Italian, Japanese, Korean,
+ Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese
+ (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai,
+ Turkish,
+
4.14.0
======
- a11y: Replace GtkStock buttons
@@ -678,4 +714,4 @@
4.5.90 (Xfce 4.6 alpha)
=======================
-- Initial release.
\ No newline at end of file
+- Initial release.
diff --git a/configure.ac.in b/configure.ac.in
index d303973..aab8eb6 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,11 +10,11 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([xfce4_settings_version_major], [4])
-m4_define([xfce4_settings_version_minor], [14])
+m4_define([xfce4_settings_version_minor], [15])
m4_define([xfce4_settings_version_micro], [0])
m4_define([xfce4_settings_version_nano], [])
m4_define([xfce4_settings_version_build], [@REVISION@])
-m4_define([xfce4_settings_version_tag], [git]) # Leave empty for releases
+m4_define([xfce4_settings_version_tag], []) # Leave empty for releases
m4_define([xfce4_settings_version], [xfce4_settings_version_major().xfce4_settings_version_minor().xfce4_settings_version_micro()ifelse(xfce4_settings_version_nano(), [], [], [.xfce4_settings_version_nano()])ifelse(xfce4_settings_version_tag(), [git], [xfce4_settings_version_tag()-xfce4_settings_version_build()], [xfce4_settings_version_tag()])])
dnl define a short version string for xfce4-settings
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list