Skip to content

Commit

Permalink
Update for 4.1.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
deragon committed Sep 25, 2022
1 parent 4dafc5f commit 2abae5d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ umask 022
PATH=/sbin:/usr/sbin:${PATH}

#Macro: AC_INIT (PACKAGE, VERSION, [BUG-REPORT], [TARNAME], [URL])
AC_INIT([autopoweroff], [4.1.1], [https://github.com/deragon/autopoweroff/issues], [autopoweroff], [https://github.com/deragon/autopoweroff])
AC_INIT([autopoweroff], [4.1.2], [https://github.com/deragon/autopoweroff/issues], [autopoweroff], [https://github.com/deragon/autopoweroff])
#AC_REVISION not used.
#AC_REVISION($Revision: 1.4 $)
AC_COPYRIGHT([Hans Deragon, Copyright 2003-2022, GPL 2.0])
Expand Down
17 changes: 15 additions & 2 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,34 @@ The following changes have been incorporated in the below mentioned
versions:


Version 4.1.2 - 2022-09-25
--------------------------------------------------

### Fixes

* Fix [GH32](https://github.com/deragon/autopoweroff/issues/32) "missing dependency python-gi on autopoweroff-gui"

Revisit this bug to generate packages for many more distributions with
versions.

* Minor fix in GUI to show Autopoweroff's logo instead of generic image.


Version 4.1.1 - 2022-06-26
--------------------------------------------------

### Fixes

* Fix bug where Autopoweroff would end after action was executed. Autopoweroff must never end.

* Fix [GH32] "missing dependency python-gi on autopoweroff-gui #32"
* Fix [GH32](https://github.com/deragon/autopoweroff/issues/32) "missing dependency python-gi on autopoweroff-gui"

Add build for 'autopoweroff-gui-linuxmint_*_all.deb'.

* Fix bug in autopoweroffd where sendmsg()'s was called with 'priority'
instead of expected 'level' arg.

* Fix [GH28] "Can't install it on Ubuntu 20.04"
* Fix [GH28](https://github.com/deragon/autopoweroff/issues/28) "Can't install it on Ubuntu 20.04"

'./postinstall' being called now. Previously, './' was missing and
therefore the Makefile could not find the script that resides in the
Expand Down

0 comments on commit 2abae5d

Please sign in to comment.