[Xfce4-commits] [xfce/libxfce4ui] 01/01: Updates for release.

noreply at xfce.org noreply at xfce.org
Fri Dec 15 16:28:12 CET 2017


This is an automated email from the git hooks/post-receive script.

s   k   u   n   n   y   k       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 a663a5344d405eb93192ada5e0990ee9a5269b4c
Author: Romain B <skunnyk at alteroot.org>
Date:   Fri Dec 15 16:27:37 2017 +0100

    Updates for release.
---
 NEWS            | 14 +++++++++++++-
 configure.ac.in |  4 ++--
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index d6c883c..382133b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,16 @@
-4.13.3
+4.13.4
+======
+- Fix missing gresource file in release tarball (Bug #13705)
+- Add Vala support (Vidar Haarr)
+- Fix gladeui2 path detection (Bug #13944)
+- Fix make distcheck (Bug #14039)
+- Fix incorrect use of AC_ARG_ENABLE(tests..) (Bug #13703)
+- Use BOOLEAN instead of deprecated BOOL
+- Allows to properly show some characters, such as ampersand (Bug #12715)
+- Add api indices in gtk-doc
+- Translation Updates: Amharic, Arabic, Asturian, Bulgarian, Catalan, Czech, Danish, German, Greek, English (Australia), English (United Kingdom), Spanish, Basque, Finnish, French, Galician, Hebrew, Croatian, Hungarian, Indonesian, Icelandic, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Dutch, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Slovak, Slovenian, Serbian, Swedish, Telugu, Thai, Turkish, Uighur, Uk [...]
+
+4.13.3
 ======
 - Fix make distcheck with gladeui2 install path
 - Add an --enable-tests option
diff --git a/configure.ac.in b/configure.ac.in
index b5ee8d0..ede1e4d 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], [3])
+m4_define([libxfce4ui_version_micro], [4])
 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