[Xfce4-commits] [xfce/xfce4-settings] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Fri Nov 4 04:34:04 CET 2016
This is an automated email from the git hooks/post-receive script.
bluesabre pushed a commit to branch master
in repository xfce/xfce4-settings.
commit 22a9508be801a764cf43f3ef2bf898025c722080
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Thu Nov 3 23:31:32 2016 -0400
Updates for release
---
NEWS | 15 +++++++++++++++
configure.ac.in | 6 +++---
2 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 3f3b4b8..06fbac0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+4.13.0
+======
+- Initial port to GTK+ 3
+- Known issues:
+ - The display dialog does not always build correctly. The offending
+ code exists in the port to GdkSeat. When alternating between the
+ old and new versions of this code, both versions do work, so there
+ seems to be some strangeness at build time.
+ - See dialogs/display-settings/scrollarea.c#n513
+- Translation updates: Basque, Bulgarian, Chinese (China),
+ Chinese (Taiwan), Croatian, English (Australia), French, German,
+ Hebrew, Japanese, Korean, Lithuanian, Malay, Occitan (post 1500),
+ Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian,
+ Slovak, Spanish, Swedish, Ukrainian
+
4.12.1
======
- Fix: Color scheme preview on low bit depth displays (Xfce #12223)
diff --git a/configure.ac.in b/configure.ac.in
index 5c8fe62..6148518 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], [12])
-m4_define([xfce4_settings_version_micro], [1])
+m4_define([xfce4_settings_version_minor], [13])
+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