This is an automated email from the git hooks/post-receive script. landry pushed a commit to branch master in repository panel-plugins/xfce4-netload-plugin.
commit a6f9158723ca18bd2a4770b800e0ea236264f555 Author: Landry Breuil <[email protected]> Date: Thu Feb 9 20:42:29 2017 +0100 release 1.3.1 --- NEWS | 7 +++++++ configure.ac.in | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 15f3ea9..49f0cad 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +1.3.1 +===== +- Set progressbar minimal width and height depending on the orientation (#12941,#12949) +- Apply css on the correct widget class for Gtk 3.16/3.18 +- rework the use of GtkCssProvider to use a singleton +- da and oc translation updates + 1.3.0 ===== - Fix progress bar grow direction in deskbar and vertical modes diff --git a/configure.ac.in b/configure.ac.in index d2e189b..4c741ea 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -7,7 +7,7 @@ dnl Copyright 2010 Florian Rivoal <[email protected]> dnl Copyright 2014 Mike Massonnet <[email protected]> dnl -m4_define([netload_version],[1.3.0]) +m4_define([netload_version],[1.3.1]) AC_INIT([xfce4-netload-plugin], [netload_version], [[email protected]]) -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
