Skip to content

Commit

Permalink
Update docs and version strings for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougkerr committed Mar 10, 2020
1 parent a82d367 commit 94dea38
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CommunityView/confcvserver/confcvserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# CommunityView software.

# version of the confcvserver software
version="1.0.2"
version="1.1.0"

. ./utils.sh
#. ./confui.sh
Expand Down
13 changes: 10 additions & 3 deletions CommunityView/doc/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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_

Expand Down
2 changes: 1 addition & 1 deletion CommunityView/src/communityview.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# #
################################################################################

version_string = "1.0.2"
version_string = "1.1.0"


import os
Expand Down

0 comments on commit 94dea38

Please sign in to comment.