Bumped version and updated HISTORY & THANKS
This commit is contained in:
parent
d166498290
commit
b618a2cc8d
9
HISTORY
9
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
|
||||
|
1
THANKS
1
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
|
||||
|
@ -33,7 +33,7 @@
|
||||
# #
|
||||
###############################################################################
|
||||
|
||||
VERSION="Version 0.94"
|
||||
VERSION="Version 1.0"
|
||||
AUTHOR="(c) 2011 Jack-Benny Persson (jack-benny@cyberinfo.se)"
|
||||
|
||||
# Sensor program
|
||||
|
Loading…
x
Reference in New Issue
Block a user