From b618a2cc8da73b9f4e594ad5074f50bd069c0c6d Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Thu, 30 May 2019 21:05:21 +0200 Subject: [PATCH] Bumped version and updated HISTORY & THANKS --- HISTORY | 9 ++++++++- THANKS | 1 + check_temp.sh | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 9f8e680..34ddb23 100644 --- a/HISTORY +++ b/HISTORY @@ -26,4 +26,11 @@ Version 0.94: Version 0.95: Changed the Performance Data Field to only contain a label and the - actual value in celsius. For example "temperature=39". + actual value in celsius. For example, "temperature=39". + +Version 1.0: + Several improvements made by Nikodimos, including: + - Added support for multiple sensors + - Enriched performance data output. For example, "CPU=34;40;55 MB=32;40;55" + - Changed (and improved) the way temperatures are retrieved + - Other fixes and touch-ups, such as the help text now shows long options diff --git a/THANKS b/THANKS index 82b2258..00c9cae 100644 --- a/THANKS +++ b/THANKS @@ -7,3 +7,4 @@ Here is a list of these kind people. Chad Columbus ccolumbu@hotmail.com Ryan Loudfoot elyrith@gmail.com +Nikodimos kikniknik on Github diff --git a/check_temp.sh b/check_temp.sh index c056bce..95ff61f 100755 --- a/check_temp.sh +++ b/check_temp.sh @@ -33,7 +33,7 @@ # # ############################################################################### -VERSION="Version 0.94" +VERSION="Version 1.0" AUTHOR="(c) 2011 Jack-Benny Persson (jack-benny@cyberinfo.se)" # Sensor program