This is an automated email from the git hooks/post-receive script. a n d r e 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 panel-plugins/xfce4-cpugraph-plugin.
commit bfd3b5f2d65c6a70e0ab7e6f45d2585560c0c377 Author: Andre Miranda <[email protected]> Date: Sat Jun 22 22:09:44 2019 -0300 Updates for release --- NEWS | 7 +++++++ configure.ac.in | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c427362..674bf1e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +1.0.91 (22/6/2019) +===== +- Add option to disable the graph (Bug #15163) +- Use css to change bar colors (Bug #15186) +- Fix bars in horizontal mode +- Updated translations + 1.0.90 (28/5/2019) ===== - GTK 3 Port diff --git a/configure.ac.in b/configure.ac.in index 0b9f979..71a91b8 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -5,7 +5,7 @@ dnl dnl 2004 Alexander Nordfelth <[email protected]> dnl -m4_define([cpugraph_version],[1.0.90]) +m4_define([cpugraph_version],[1.0.91]) AC_INIT([xfce4-cpugraph-plugin], [cpugraph_version], [https://bugzilla.xfce.org/]) AC_USE_SYSTEM_EXTENSIONS() -- 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
