[Xfce4-commits] [panel-plugins/xfce4-diskperf-plugin] 01/01: updates for release

noreply at xfce.org noreply at xfce.org
Tue Mar 3 21:28:19 CET 2015


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

landry pushed a commit to branch master
in repository panel-plugins/xfce4-diskperf-plugin.

commit 6130ac592a679df1b51c891a0545eadca79f6ccd
Author: Landry Breuil <landry at xfce.org>
Date:   Tue Mar 3 21:12:08 2015 +0100

    updates for release
---
 NEWS            |   10 ++++++++++
 configure.ac.in |    4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index f12f1a6..946205b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
+2.5.5 (2015/3/3):
+-----------------
+* Use the new GtkTooltip API
+* Fix a memory leak in the FreeBSD codepath (#11153)
+* Add support for FreeBSD (bug #10350)
+* New translations: th, ms, bg, oc, hr, en_AU, sr
+* Updated translations: ar, ast, bg, cs, de, es, fr, it,
+  hr, hu. ko, nb, nl, ug, pl, sv, tr, zh_CN, zh_TW
+
 2.5.4 (2012/6/30):
+-----------------
  * Better compliance with panel plugin HIG
  * Use double values for progress bars (bug #8882)
  * Facilitate bringing up the configuration dialog (bug #8899)
diff --git a/configure.ac.in b/configure.ac.in
index 074dbbe..e48804b 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,7 +5,7 @@ dnl
 
 m4_define([diskperf_version_major], [2])
 m4_define([diskperf_version_minor], [5])
-m4_define([diskperf_version_micro], [4])
+m4_define([diskperf_version_micro], [5])
 m4_define([diskperf_version_build], [@REVISION@])
 m4_define([diskperf_version_tag], []) # leave empty for releases
 m4_define([diskperf_version], [diskperf_version_major().diskperf_version_minor().diskperf_version_micro()ifelse(diskperf_version_tag(), [git], [diskperf_version_tag()-diskperf_version_build()], [diskperf_version_tag()])])
@@ -32,7 +32,7 @@ dnl ********************************
 AC_PROG_CC_C99()
 AC_PROG_LD()
 AC_PROG_INSTALL()
-AC_PROG_INTLTOOL()
+IT_PROG_INTLTOOL([0.35.0])
 
 LT_PREREQ([2.2.6])
 LT_INIT([disable-static])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list