Actually commit the version change.
This commit is contained in:
parent
14a49e86a2
commit
5840773ec6
|
@ -13,13 +13,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
> - **Fixed**: for any bug fixes.
|
> - **Fixed**: for any bug fixes.
|
||||||
> - **Security**: in case of vulnerabilities.
|
> - **Security**: in case of vulnerabilities.
|
||||||
|
|
||||||
## [3.5.3] - 2020-06-??
|
## [3.5.3] - 2020-05-30
|
||||||
|
|
||||||
The FreeBSD bugfix release. While there are non-FreeBSD fixes in here, the focus was getting gotop to work properly on FreeBSD.
|
The FreeBSD bugfix release. While there are non-FreeBSD fixes in here, the focus was getting gotop to work properly on FreeBSD.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Compile errors on FreeBSD due to golang.org/x/sys API breakages
|
- Address FreeBSD compile errors resulting to `golang.org/x/sys` API breakages
|
||||||
- Key bindings now work in FreeBSD (#95)
|
- Key bindings now work in FreeBSD (#95)
|
||||||
- Eliminate repeated logging about missing sensor data on FreeBSD VMs (#97)
|
- Eliminate repeated logging about missing sensor data on FreeBSD VMs (#97)
|
||||||
- Investigated #14, a report about gotop's memory not matching `top`'s numbers, and came to the conclusions that (a) `gotop` is more correct in some cases (swap) than `top`, and (b) that the metric `gotop` is using (`hw.physmem`) is probably correct -- or that there's no obviously superior metric. So no change.
|
- Investigated #14, a report about gotop's memory not matching `top`'s numbers, and came to the conclusions that (a) `gotop` is more correct in some cases (swap) than `top`, and (b) that the metric `gotop` is using (`hw.physmem`) is probably correct -- or that there's no obviously superior metric. So no change.
|
||||||
|
|
|
@ -39,7 +39,7 @@ const (
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// TODO: Set this at compile time; having to check this in sucks.
|
// TODO: Set this at compile time; having to check this in sucks.
|
||||||
Version = "3.5.2"
|
Version = "3.5.3"
|
||||||
conf gotop.Config
|
conf gotop.Config
|
||||||
help *w.HelpMenu
|
help *w.HelpMenu
|
||||||
bar *w.StatusBar
|
bar *w.StatusBar
|
||||||
|
|
Loading…
Reference in New Issue
Block a user