[Xfce4-commits] [panel-plugins/xfce4-diskperf-plugin] 01/01: Release 2.6.1
noreply at xfce.org
noreply at xfce.org
Sat Feb 25 11:32:55 CET 2017
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 55f0f2d050c083e5245f5eae717c1b8961007b2e
Author: Landry Breuil <landry at xfce.org>
Date: Sat Feb 25 11:32:24 2017 +0100
Release 2.6.1
---
NEWS | 6 ++++++
configure.ac.in | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index abc1992..1f04cca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+2.6.1 (2017/02/25):
+------------------
+* stop always showing activity (#12942)
+* fix sizing issues and GtkCssProvider lifecycle
+* fix linux for devices with major > 255 (#13281)
+
2.6.0 (2016/11/1):
-----------------
* set progressbar minimal width/height to 4px
diff --git a/configure.ac.in b/configure.ac.in
index aa30f08..5458dba 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], [6])
-m4_define([diskperf_version_micro], [0])
+m4_define([diskperf_version_micro], [1])
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()])])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list