Skip to content

Commit

Permalink
Documentation update for release 3.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
deragon committed Jun 1, 2020
1 parent 7a40bf5 commit c0939de
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down
15 changes: 12 additions & 3 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit c0939de

Please sign in to comment.