summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2019-05-18 00:24:15 +0200
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2019-05-18 00:24:15 +0200
commit7b7ae35214c0e4bb44bd4f0c8e9fb4c7bad0b2c9 (patch)
tree6da13e196293f01c33959310ed4712f44d70e4d1
parentf3ad7b6e8b3897a25a0b3c141ac7a1ea18e11394 (diff)
downloadxfce4-settings-4.13.6.tar.gz
-rw-r--r--NEWS55
-rw-r--r--configure.ac.in4
2 files changed, 57 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b1cbfca6..2fc082d2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,58 @@
+4.13.6
+======
+- New Feature: Add color-settings (colord frontend)
+- New Feature: Add display profile support to the daemon
+- Bugfixes and other smaller changes:
+ - display:
+ - Track and highlight active profile
+ - Ask user to update profile when closing with unsaved
+ changes
+ - Add interactive information about primary display setting
+ - Improve profile-create popover
+ - Improve profile-delete dialog
+ - UI alignment improvements
+ - Reduce complexity of the code and speedup
+ display_settings_get_profiles
+ - Replace deprecated GtkStock
+ - Re-introduce display numbering
+ - Ensure the settomgs dialog gets properly destroyed
+ - Verify unique profile names
+ - Drop connector name from profile matching
+ - Correctly fall back to previous profile on cancel
+ - Fix alignment of buttons in minimal dialog
+ - Only show profiles which match *all* connected displays
+ - Update profile list on screen changes
+ - Fix crash when no RRMode is available (bug #12607)
+ - Correctly hide primary setting with 1 display
+ - Fix calculation of offset
+ - Always show the 'primary display' option
+ - Make primary indicator a star icon
+ - Throw warning when monitors exceed max screen size
+ - color: Always select first device on startup (Bug #15266)
+ - xfsettingsd: Increase startup priority
+ - Fix scrolling in embedded settings dialogs (Xfce #14285, LP #1653448)
+ - Fix search change clearing and hiding sections (bug #14792)
+ - Resolved g_type_class_add_private deprecations (GObject 2.58)
+ - Fix incremental sending from the clipboard manager (Bug #13537)
+ - Fix WindowScalingFactory property type
+ - Fix code spacing
+ - Fix memory leaks
+ - Fix CID 337242: Null pointer dereferences (REVERSE_INULL)
+ - Fix compiler warnings
+ - Fix icon names
+ - Update configure.ac.in
+ - Update .gitignore
+ - Set yes as the default debug level
+- Translation Updates:
+ Albanian, Arabic, Asturian, Basque, Belarusian, Bulgarian, Catalan,
+ Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian,
+ Czech, Danish, Dutch (Flemish), English (Australia), English (Great
+ Britain), Finnish, French, Galician, German, Greek, Hebrew, Hungarian,
+ Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian,
+ Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan, Polish,
+ Portuguese, Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak,
+ Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur
+
4.13.5
======
- New: Add display profiles feature
diff --git a/configure.ac.in b/configure.ac.in
index dfa421cb..92aad8f5 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,10 +11,10 @@ dnl *** Version information ***
dnl ***************************
m4_define([xfce4_settings_version_major], [4])
m4_define([xfce4_settings_version_minor], [13])
-m4_define([xfce4_settings_version_micro], [5])
+m4_define([xfce4_settings_version_micro], [6])
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