[Xfce4-commits] [xfce/libxfce4ui] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Mon Jun 26 15:44:29 CEST 2017
This is an automated email from the git hooks/post-receive script.
e r i c 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/libxfce4ui.
commit 6193e0ba8333b2d51c0a9db1b6ee44ada4756c06
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Mon Jun 26 16:43:17 2017 +0300
Updates for release
---
NEWS | 29 ++++++++++++++++++++++++++++-
README | 4 ++--
configure.ac.in | 8 ++++----
3 files changed, 34 insertions(+), 7 deletions(-)
diff --git a/NEWS b/NEWS
index ef511d6..475e03d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,31 @@
-4.13.1
+4.13.2
+======
+- Fix build error with --disable-gtk3 Bug #12648
+- Improve layout of labels in xfce dialogs
+- Set a reasonable default window width to make sure labels wrap
+- Improve vertical alignment of primary and secondary label
+- Bump the default dialog width to 500px
+- Update libxfce4ui documentation
+- Fix make docs compilation warning
+- Fix xfce_dialog_show_help(_with_version) doc
+- Remove Makefile.am space to fix autogen.sh warning
+- Better documentation processing
+- Change xfce_dialog_show_help(_with_version)
+- Default debug to yes instead of full
+- Remove exo dependancy Bug #13326
+- fix: add libxfce4ui_get_resource to abi check symbols Bug #13326
+- Let autotools find and invoke glib-compile-resources Bug #13326
+- Add support for GOBJECT-INTROSPECTION Bug #13461
+- Add GtkDoc checks
+- Add missing introspection.m4 file
+- fix: make distcheck
+- fix: remove deprecation warnings
+- feat: Switch to Gtk3 default, Gtk2 Optional
+- Rename introspection GIR to 4ui-2.0 to match util
+- Translation updates: am ast ca da el eu fi gl id it ko lt ms nn
+ oc pl pt ro ru sl sr th zh_CN zh_TW
+
+4.13.1
======
- Better Gtk3.20 compatibility (fix XfceHeading style, drop deprecated call)
- Translation updates: Bulgarian, Catalan, Chinese (China), Chinese (Taiwan),
diff --git a/README b/README
index d3e3eef..1427413 100644
--- a/README
+++ b/README
@@ -10,8 +10,8 @@ Required packages
Libxfce4ui depends on the following packages:
- - GTK+ 2.24.0 or above
- - GLib 2.30.0 or above
+ - GTK+ 3.18.0 or above
+ - GLib 2.42.0 or above
- Libxfce4util 4.12.0 or above
diff --git a/configure.ac.in b/configure.ac.in
index 6bf39cc..0dbd42c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -1,5 +1,5 @@
dnl
-dnl Copyright (c) 2007-2015 The Xfce development team
+dnl Copyright (c) 2007-2017 The Xfce development team
dnl
dnl ***************************
@@ -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], [1])
+m4_define([libxfce4ui_version_micro], [2])
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])
@@ -30,7 +30,7 @@ m4_define([libxfce4ui_debug_default], [ifelse(libxfce4ui_version_tag(), [git], [
dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2007-2015 The Xfce development team])
+AC_COPYRIGHT([Copyright (c) 2007-2017 The Xfce development team])
AC_INIT([libxfce4ui], [libxfce4ui_version], [http://bugzilla.xfce.org/], [libxfce4ui])
AC_PREREQ([2.60])
AC_CONFIG_MACRO_DIR([m4])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list