[Xfce4-commits] [xfce/libxfce4ui] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Thu Sep 15 09:57:07 CEST 2016
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository xfce/libxfce4ui.
commit 427ba514e521122579d22dc2f5e2f797d07b55d1
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Thu Sep 15 09:56:26 2016 +0200
Updates for release
---
NEWS | 10 +++++++++-
configure.ac.in | 4 ++--
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 577a233..ef511d6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
-4.13.0
+4.13.1
+======
+- Better Gtk3.20 compatibility (fix XfceHeading style, drop deprecated call)
+- Translation updates: Bulgarian, Catalan, Chinese (China), Chinese (Taiwan),
+ Croatian, Czech, Danish, Dutch (Flemish), English (Australia), French, German,
+ Hebrew, Japanese, Korean, Lithuanian, Norwegian Bokmål, Polish, Portuguese
+ (Brazilian), Russian, Slovak, Spanish, Swedish, Thai, Turkish, Ukrainian
+
+4.13.0
======
- Add xfce_widget_reparent to replace the deprecated gtk_widget_reparent
- Add xfce_titled_dialog_new_with_mixed_buttons to allow for setting
diff --git a/configure.ac.in b/configure.ac.in
index cd3b2e1..e846638 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -9,10 +9,10 @@ m4_define([libxfce4ui_verinfo], [0:0:0])
m4_define([libxfce4ui_version_api], [1])
m4_define([libxfce4ui_version_major], [4])
m4_define([libxfce4ui_version_minor], [13])
-m4_define([libxfce4ui_version_micro], [0])
+m4_define([libxfce4ui_version_micro], [1])
m4_define([libxfce4ui_version_nano], []) dnl leave this empty to have no nano version
m4_define([libxfce4ui_version_build], [@REVISION@])
-m4_define([libxfce4ui_version_tag], [git])
+m4_define([libxfce4ui_version_tag], [])
m4_define([libxfce4ui_version], [libxfce4ui_version_major().libxfce4ui_version_minor().libxfce4ui_version_micro()ifelse(libxfce4ui_version_nano(), [], [], [.libxfce4ui_version_nano()])ifelse(libxfce4ui_version_tag(), [git], [libxfce4ui_version_tag()-libxfce4ui_version_build()], [libxfce4ui_version_tag()])])
m4_define([libxfce4kbd_private_verinfo], [0:0:0])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list