diff --git a/configure.ac b/configure.ac index a0676ca..85ade22 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ umask 022 # PATH by default, causing binaries such as "shutdown" not to be found. PATH=/sbin:/usr/sbin:${PATH} -AC_INIT([autopoweroff], [3.2.0]) +AC_INIT([autopoweroff], [3.2.1]) AC_REVISION($Revision: 1.4 $) AC_COPYRIGHT([Hans Deragon, Copyright 2003-2020, GPL 2.0]) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 49e21ca..2fd01e4 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -4,10 +4,19 @@ Autopoweroff - Change history The following changes have been incorporated in the below mentioned versions: + +Version 3.2.1 - 2020-05-31 +-------------------------------------------------- + +* Fixed [GH008](https://github.com/deragon/autopoweroff/issues/8): 'Autopoweroff High CPU usage when only condition remaining is a living remote server' + +* Some refactoring in `autopoweroffd`. + + Version 3.2.0 - 2020-05-26 -------------------------------------------------- -* [GH009](https://github.com/deragon/autopoweroff/issues/9): Python3 support +* Implemented [GH009](https://github.com/deragon/autopoweroff/issues/9): Python3 support >Code migrated to Python 3. @@ -21,11 +30,11 @@ Version 3.2.0 - 2020-05-26 Version 3.1.0 - 2019-04-31 -------------------------------------------------- -* [GH001](https://github.com/deragon/autopoweroff/issues/1): Polkit replaces gksu. This is the main feature of 3.1.0, allowing +* Fixed [GH001](https://github.com/deragon/autopoweroff/issues/1): Polkit replaces gksu. This is the main feature of 3.1.0, allowing Autopoweroff to work under modern Linux distributions such as Ubuntu 18.04 LTS. Thanks to @edgimar from GitHub for providing the solution. -* [GH002](https://github.com/deragon/autopoweroff/issues/2): Added Python's GI module as a dependency. +* Fixed [GH002](https://github.com/deragon/autopoweroff/issues/2): Added Python's GI module as a dependency. * Dependency fix for Fedora 29 and openSUSE 15. * Build improvements. * Various little fixes.