[Xfce4-commits] [xfce/libxfce4ui] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Mon Jul 3 11:18:21 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 1a6e46f273f5e8e994bdbed141b875583b9d9292
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Mon Jul 3 12:17:08 2017 +0300
Updates for release
---
NEWS | 16 +++++++++++++++-
configure.ac.in | 4 ++--
2 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 475e03d..d6c883c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,18 @@
-4.13.2
+4.13.3
+======
+- Fix make distcheck with gladeui2 install path
+- Add an --enable-tests option
+- Remove the filterout from introspection sources
+- Move gresource building out of maintainer mode
+- Fix condition in confirm dialog
+- Add POTFILES.skip to appease gmake distcheck gods on OpenBSD
+- ship libxfce4ui.gresource.xml in the tarball too
+- Add libxfce4ui-marshal.list to EXTRA_DIST to fix
+ --enable-maintainer-mode on released tarballs
+- Fix build error with --disable-gtk2
+- Translation updates: bg, cs, fr, it, ca, hr, it, da, ru.
+
+4.13.2
======
- Fix build error with --disable-gtk3 Bug #12648
- Improve layout of labels in xfce dialogs
diff --git a/configure.ac.in b/configure.ac.in
index aecd8f1..41544b3 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], [2])
+m4_define([libxfce4ui_version_micro], [3])
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