This is an automated email from the git hooks/post-receive script. omegaphil pushed a commit to branch master in repository panel-plugins/xfce4-hardware-monitor-plugin.
commit 5ef872f4fb3d725fa45f8b60f869ad6f9336978f Author: OmegaPhil <[email protected]> Date: Sun Jul 17 19:44:04 2016 +0100 Version 1.5.0 --- ChangeLog | 13 +++++++++++++ centos/xfce4-hardware-monitor-plugin.spec | 19 ++++++++++++++++--- configure.ac | 2 +- debian/copyright | 2 +- src/bar-view.cpp | 2 +- src/bar-view.hpp | 2 +- src/canvas-view.cpp | 2 +- src/canvas-view.hpp | 2 +- src/choose-monitor-window.cpp | 2 +- src/choose-monitor-window.hpp | 2 +- src/column-view.cpp | 2 +- src/column-view.hpp | 2 +- src/curve-view.cpp | 2 +- src/curve-view.hpp | 2 +- src/flame-view.cpp | 2 +- src/flame-view.hpp | 2 +- src/helpers.cpp | 2 +- src/helpers.hpp | 2 +- src/monitor-impls.cpp | 2 +- src/monitor-impls.hpp | 2 +- src/monitor.hpp | 2 +- src/pixbuf-drawing.hpp | 2 +- src/plugin.cpp | 2 +- src/plugin.hpp | 2 +- src/preferences-window.cpp | 2 +- src/preferences-window.hpp | 2 +- src/text-view.cpp | 2 +- src/text-view.hpp | 2 +- src/value-history.cpp | 2 +- src/value-history.hpp | 2 +- src/view.cpp | 2 +- src/view.hpp | 2 +- 32 files changed, 59 insertions(+), 33 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0fddae8..779a7f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2016-07-17 OmegaPhil <[email protected]> + + Release 1.5.0 + + * UI is no longer maintained by libglade - have ported to GTKBuilder, + dropping the libglade dependency. + * Dependency on libgtkmm upped to v2.24. + * Disk Stats Monitor created - allows you to visualise disk/device stats + from '/proc/diskstats' where available. + * Generic Monitor created - allows you to read and report numbers from + simple or complicated file contents (latter via regex extraction). + + 2015-08-23 OmegaPhil <[email protected]> Release 1.4.7 diff --git a/centos/xfce4-hardware-monitor-plugin.spec b/centos/xfce4-hardware-monitor-plugin.spec index 1352030..f82bc55 100644 --- a/centos/xfce4-hardware-monitor-plugin.spec +++ b/centos/xfce4-hardware-monitor-plugin.spec @@ -7,7 +7,7 @@ Summary: XFCE Plugin for hardware monitoring Name: xfce4-hardware-monitor-plugin -Version: 1.4.7 +Version: 1.5.0 Release: 1%{?dist} License: GPLv3+ Group: User Interface/Desktops @@ -16,11 +16,11 @@ URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-hardware-monitor-plugi Source: http://git.xfce.org/panel-plugins/xfce4-hardware-monitor-plugin/snapshot/xfce4-hardware-monitor-plugin-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: gtkmm24-devel >= 2.24, libglademm24-devel >= 2.6, libgnomecanvasmm26-devel >= 2.6 +BuildRequires: gtkmm24-devel >= 2.24, libgnomecanvasmm26-devel >= 2.6 BuildRequires: libgtop2-devel >= 2.28, libxfce4ui-devel >= 4.4 BuildRequires: xfce4-panel-devel >= 4.4, intltool -Requires: gtkmm24 >= 2.24, libglademm24 >= 2.6, libgnomecanvasmm26 >= 2.6 +Requires: gtkmm24 >= 2.24, libgnomecanvasmm26 >= 2.6 Requires: libgtop2 >= 2.28, libxfce4ui >= 4.4, xfce4-panel >= 4.4 %description @@ -55,6 +55,19 @@ pleasantly with the rest of your XFCE desktop. %{_datadir}/xfce4/panel/plugins/xfce4-hardware-monitor-plugin.desktop %changelog +* Sun Jul 17 2016 OmegaPhil <[email protected]> + + Release 1.5.0 + + - UI is no longer maintained by libglade - have ported to GTKBuilder, + dropping the libglade dependency. + - Dependency on libgtkmm upped to v2.24. + - Disk Stats Monitor created - allows you to visualise disk/device stats + from '/proc/diskstats' where available. + - Generic Monitor created - allows you to read and report numbers from + simple or complicated file contents (latter via regex extraction). + + * Sun Aug 23 2015 OmegaPhil <[email protected]> Release 1.4.7 diff --git a/configure.ac b/configure.ac index 7a79eba..7a24229 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl dnl Initialising autoconf - this provides PACKAGE_NAME and PACKAGE_VERSION dnl output variables -AC_INIT([xfce4-hardware-monitor-plugin], [1.4.7]) +AC_INIT([xfce4-hardware-monitor-plugin], [1.5.0]) dnl Initialise automake with minimum version 1.11.6 (as of 17.11.13 Debian dnl Stable (Wheezy) has this version - http://mail.xfce.org/pipermail/xfce4-dev/2013-November/030523.html) diff --git a/debian/copyright b/debian/copyright index aa9a264..9349a17 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,7 +5,7 @@ Source: http://git.xfce.org/panel-plugins/xfce4-hardware-monitor-plugin/ Files: * Copyright: 2003-2005 Ole Laursen - 2013-2014 OmegaPhil <[email protected]> + 2013-2016 OmegaPhil <[email protected]> License: GPL-3+ License: GPL-3+ diff --git a/src/bar-view.cpp b/src/bar-view.cpp index 6114222..6465a06 100644 --- a/src/bar-view.cpp +++ b/src/bar-view.cpp @@ -1,7 +1,7 @@ /* Implementation of the bar view. * * Copyright (c) 2003, 04 Ole Laursen. - * Copyright (c) 2013, 2015 OmegaPhil ([email protected]) + * Copyright (c) 2013, 2015-2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/bar-view.hpp b/src/bar-view.hpp index dd1a969..2865df2 100644 --- a/src/bar-view.hpp +++ b/src/bar-view.hpp @@ -1,7 +1,7 @@ /* A view which displays a bar plot. * * Copyright (c) 2003, 04 Ole Laursen. - * Copyright (c) 2013 OmegaPhil ([email protected]) + * Copyright (c) 2013, 2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/canvas-view.cpp b/src/canvas-view.cpp index ca64d0d..9474732 100644 --- a/src/canvas-view.cpp +++ b/src/canvas-view.cpp @@ -1,7 +1,7 @@ /* Implementation of the non-abstract parts of canvas view. * * Copyright (c) 2003, 04 Ole Laursen. - * Copyright (c) 2013 OmegaPhil ([email protected]) + * Copyright (c) 2013, 2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/canvas-view.hpp b/src/canvas-view.hpp index af0bd88..9bc2848 100644 --- a/src/canvas-view.hpp +++ b/src/canvas-view.hpp @@ -1,7 +1,7 @@ /* An abstract base class for canvas-based views. * * Copyright (c) 2003, 04 Ole Laursen. - * Copyright (c) 2013 OmegaPhil ([email protected]) + * Copyright (c) 2013, 2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/choose-monitor-window.cpp b/src/choose-monitor-window.cpp index 28eea50..3ecfc92 100644 --- a/src/choose-monitor-window.cpp +++ b/src/choose-monitor-window.cpp @@ -1,7 +1,7 @@ /* Implementation of the ChooseMonitorWindow class. * * Copyright (c) 2003, 04 Ole Laursen. - * Copyright (c) 2013 OmegaPhil ([email protected]) + * Copyright (c) 2013, 2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/choose-monitor-window.hpp b/src/choose-monitor-window.hpp index 2557fdf..2a99805 100644 --- a/src/choose-monitor-window.hpp +++ b/src/choose-monitor-window.hpp @@ -1,7 +1,7 @@ /* The choose monitor window. * * Copyright (c) 2003, 04 Ole Laursen. - * Copyright (c) 2013, 2015 OmegaPhil ([email protected]) + * Copyright (c) 2013, 2015-2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/column-view.cpp b/src/column-view.cpp index 473f14b..241f0fc 100644 --- a/src/column-view.cpp +++ b/src/column-view.cpp @@ -1,7 +1,7 @@ /* Implementation of the column view. * * Copyright (c) 2003, 04 Ole Laursen. - * Copyright (c) 2013, 2015 OmegaPhil ([email protected]) + * Copyright (c) 2013, 2015-2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/column-view.hpp b/src/column-view.hpp index 1a0151a..110c085 100644 --- a/src/column-view.hpp +++ b/src/column-view.hpp @@ -1,7 +1,7 @@ /* A view which displays a (time, value) column plot. * * Copyright (c) 2003, 04 Ole Laursen. - * Copyright (c) 2013, 2015 OmegaPhil ([email protected]) + * Copyright (c) 2013, 2015-2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/curve-view.cpp b/src/curve-view.cpp index 0578545..e3e12db 100644 --- a/src/curve-view.cpp +++ b/src/curve-view.cpp @@ -1,7 +1,7 @@ /* Implementation of the curve view. * * Copyright (c) 2003, 04 Ole Laursen. - * Copyright (c) 2013, 2015 OmegaPhil ([email protected]) + * Copyright (c) 2013, 2015-2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/curve-view.hpp b/src/curve-view.hpp index 46cd4ef..1a72a59 100644 --- a/src/curve-view.hpp +++ b/src/curve-view.hpp @@ -1,7 +1,7 @@ /* A view which displays a (time, value) curve plot. * * Copyright (c) 2003, 04 Ole Laursen. - * Copyright (c) 2013, 2015 OmegaPhil ([email protected]) + * Copyright (c) 2013, 2015-2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/flame-view.cpp b/src/flame-view.cpp index 9178a3a..18d01eb 100644 --- a/src/flame-view.cpp +++ b/src/flame-view.cpp @@ -1,7 +1,7 @@ /* Implementation of the flame view. * * Copyright (c) 2003, 04 Ole Laursen. - * Copyright (c) 2013, 2015 OmegaPhil ([email protected]) + * Copyright (c) 2013, 2015-2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/flame-view.hpp b/src/flame-view.hpp index 2a5af97..e2db676 100644 --- a/src/flame-view.hpp +++ b/src/flame-view.hpp @@ -2,7 +2,7 @@ * monitor values. * * Copyright (c) 2003, 04 Ole Laursen. - * Copyright (c) 2013, 2015 OmegaPhil ([email protected]) + * Copyright (c) 2013, 2015-2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/helpers.cpp b/src/helpers.cpp index e652bae..aa38cca 100644 --- a/src/helpers.cpp +++ b/src/helpers.cpp @@ -1,7 +1,7 @@ /* Helper functions. * * Copyright (c) 2003 Ole Laursen. - * Copyright (c) 2013, 2015 OmegaPhil ([email protected]) + * Copyright (c) 2013, 2015-2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/helpers.hpp b/src/helpers.hpp index 155dd38..5be4e22 100644 --- a/src/helpers.hpp +++ b/src/helpers.hpp @@ -1,7 +1,7 @@ /* Helper functions. * * Copyright (c) 2003 Ole Laursen. - * Copyright (c) 2013, 2015 OmegaPhil ([email protected]) + * Copyright (c) 2013, 2015-2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/monitor-impls.cpp b/src/monitor-impls.cpp index 2adbd89..d27d4a7 100644 --- a/src/monitor-impls.cpp +++ b/src/monitor-impls.cpp @@ -1,7 +1,7 @@ /* The various system statistics - adapters of the libgtop interface. * * Copyright (c) 2003, 04, 05 Ole Laursen. - * Copyright (c) 2013, 2015 OmegaPhil ([email protected]) + * Copyright (c) 2013, 2015-2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/monitor-impls.hpp b/src/monitor-impls.hpp index 386a958..e105506 100644 --- a/src/monitor-impls.hpp +++ b/src/monitor-impls.hpp @@ -1,7 +1,7 @@ /* Implementation of the various system statistics. * * Copyright (c) 2003, 04, 05 Ole Laursen. - * Copyright (c) 2013, 2015 OmegaPhil ([email protected]) + * Copyright (c) 2013, 2015-2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/monitor.hpp b/src/monitor.hpp index cb81d32..c953839 100644 --- a/src/monitor.hpp +++ b/src/monitor.hpp @@ -1,7 +1,7 @@ /* Interface base class for the monitors. * * Copyright (c) 2003, 04 Ole Laursen. - * Copyright (c) 2013, 2015 OmegaPhil ([email protected]) + * Copyright (c) 2013, 2015-2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/pixbuf-drawing.hpp b/src/pixbuf-drawing.hpp index 8924799..49a4aa8 100644 --- a/src/pixbuf-drawing.hpp +++ b/src/pixbuf-drawing.hpp @@ -1,7 +1,7 @@ /* Pixbuf-drawing helpers. * * Copyright (c) 2002, 03, 04 Ole Laursen. - * Copyright (c) 2013 OmegaPhil ([email protected]) + * Copyright (c) 2013, 2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/plugin.cpp b/src/plugin.cpp index f06cb06..f81c498 100644 --- a/src/plugin.cpp +++ b/src/plugin.cpp @@ -1,7 +1,7 @@ /* Implementation of the Plugin class. * * Copyright (c) 2003, 04, 05 Ole Laursen. - * Copyright (c) 2013-2015 OmegaPhil ([email protected]) + * Copyright (c) 2013-2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/plugin.hpp b/src/plugin.hpp index e20d6e7..3f71617 100644 --- a/src/plugin.hpp +++ b/src/plugin.hpp @@ -1,7 +1,7 @@ /* The plugin class which coordinates everything. * * Copyright (c) 2003, 04, 05 Ole Laursen. - * Copyright (c) 2013-2015 OmegaPhil ([email protected]) + * Copyright (c) 2013-2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/preferences-window.cpp b/src/preferences-window.cpp index 81a30d7..122cb71 100644 --- a/src/preferences-window.cpp +++ b/src/preferences-window.cpp @@ -1,7 +1,7 @@ /* Implementation of the PreferencesWindow class. * * Copyright (c) 2003, 04 Ole Laursen. - * Copyright (c) 2013-2015 OmegaPhil ([email protected]) + * Copyright (c) 2013-2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/preferences-window.hpp b/src/preferences-window.hpp index c3500b8..d5d6854 100644 --- a/src/preferences-window.hpp +++ b/src/preferences-window.hpp @@ -1,7 +1,7 @@ /* The preferences window. * * Copyright (c) 2003, 04 Ole Laursen. - * Copyright (c) 2013-2014, 2015 OmegaPhil ([email protected]) + * Copyright (c) 2013-2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/text-view.cpp b/src/text-view.cpp index c15978e..85eef96 100644 --- a/src/text-view.cpp +++ b/src/text-view.cpp @@ -1,7 +1,7 @@ /* Implementation of textual monitoring view. * * Copyright (c) 2003, 04 Ole Laursen. - * Copyright (c) 2013 OmegaPhil ([email protected]) + * Copyright (c) 2013, 2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/text-view.hpp b/src/text-view.hpp index f048a9e..5476e83 100644 --- a/src/text-view.hpp +++ b/src/text-view.hpp @@ -1,7 +1,7 @@ /* A textual monitoring view. * * Copyright (c) 2003, 04 Ole Laursen. - * Copyright (c) 2013 OmegaPhil ([email protected]) + * Copyright (c) 2013, 2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/value-history.cpp b/src/value-history.cpp index 3536723..ecb08e6 100644 --- a/src/value-history.cpp +++ b/src/value-history.cpp @@ -1,7 +1,7 @@ /* Implementation of value history class. * * Copyright (c) 2004 Ole Laursen. - * Copyright (c) 2013 OmegaPhil ([email protected]) + * Copyright (c) 2013, 2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/value-history.hpp b/src/value-history.hpp index 039b078..4300353 100644 --- a/src/value-history.hpp +++ b/src/value-history.hpp @@ -1,7 +1,7 @@ /* A value history class for measuring and keeping track of monitor values. * * Copyright (c) 2004 Ole Laursen. - * Copyright (c) 2013 OmegaPhil ([email protected]) + * Copyright (c) 2013, 2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/view.cpp b/src/view.cpp index fd6bfcb..de4ad06 100644 --- a/src/view.cpp +++ b/src/view.cpp @@ -1,7 +1,7 @@ /* Implementation of view base class. * * Copyright (c) 2003, 04 Ole Laursen. - * Copyright (c) 2013 OmegaPhil ([email protected]) + * Copyright (c) 2013, 2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/view.hpp b/src/view.hpp index df454f7..8cee1a3 100644 --- a/src/view.hpp +++ b/src/view.hpp @@ -1,7 +1,7 @@ /* Abstract base class for all views. Also contains some data. * * Copyright (c) 2003, 04 Ole Laursen. - * Copyright (c) 2013 OmegaPhil ([email protected]) + * Copyright (c) 2013, 2016 OmegaPhil ([email protected]) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as -- 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
