From 94dea383943a628f1f2b51b5b4b919b1babbc31f Mon Sep 17 00:00:00 2001 From: Douglas Kerr Date: Mon, 9 Mar 2020 20:31:58 -0700 Subject: [PATCH] Update docs and version strings for v1.1.0 --- CommunityView/confcvserver/confcvserver.sh | 2 +- CommunityView/doc/ReleaseNotes.md | 13 ++++++++++--- CommunityView/src/communityview.py | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CommunityView/confcvserver/confcvserver.sh b/CommunityView/confcvserver/confcvserver.sh index f44a316..2307a4a 100644 --- a/CommunityView/confcvserver/confcvserver.sh +++ b/CommunityView/confcvserver/confcvserver.sh @@ -28,7 +28,7 @@ # CommunityView software. # version of the confcvserver software -version="1.0.2" +version="1.1.0" . ./utils.sh #. ./confui.sh diff --git a/CommunityView/doc/ReleaseNotes.md b/CommunityView/doc/ReleaseNotes.md index 5f2df22..09a628e 100644 --- a/CommunityView/doc/ReleaseNotes.md +++ b/CommunityView/doc/ReleaseNotes.md @@ -1,12 +1,11 @@ # Release Notes for CommunityView # -## v1.0.2 - 2019/06/25 +## v1.1.0 - 2020/03/09 _Doug Kerr_ ### Changes -- Fix crash in stats code when trying to remove temp file after non-graceful -shutdown +- Implement _kswapd0hack_ service. This service defends against the problem of the _kswapd0_ process eventually taking all of the CPU when the system is under heavy load. It reboots the machine when _kswapd0_ CPU consumption rises to 10%. Web search for "kswapd0 taking a lot of cpu" to see many write-ups on this problem. ### To Do @@ -20,6 +19,14 @@ shutdown * The `Next day` links in day pages are sometimes incorrectly grayed out. +## v1.0.2 - 2019/06/25 +_Doug Kerr_ + +### Changes + +- Fix crash in stats code when trying to remove temp file after non-graceful +shutdown + ## v1.0.1 - 2019/02/12 _Doug Kerr_ diff --git a/CommunityView/src/communityview.py b/CommunityView/src/communityview.py index 347b53c..8abdb8e 100644 --- a/CommunityView/src/communityview.py +++ b/CommunityView/src/communityview.py @@ -26,7 +26,7 @@ # # ################################################################################ -version_string = "1.0.2" +version_string = "1.1.0" import os