Release 15.0.4

This commit is contained in:
Robby Workman 2021-06-04 22:31:10 -05:00
parent 4d5e9bce79
commit 1d0b67507a
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
Sat Jun 5 03:30:43 UTC 2021
---------------
- Release 15.0.4
- shell-completions/slackpkg.bash: add "show-changelog"
- Import bash-completion file from upstream project
- Added the new-config actions for specific files (Piter PUNK)
- Harden slackpkg with respect to obtaining GPG key (CRTS)
Mon May 3 23:53:57 UTC 2021 Mon May 3 23:53:57 UTC 2021
--------------- ---------------
- Release 15.0.3 - Release 15.0.3

View file

@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=slackpkg PKGNAM=slackpkg
VERSION=${VERSION:-15.0.3} VERSION=${VERSION:-15.0.4}
ARCH="noarch" ARCH="noarch"
BUILD=${BUILD:-1} BUILD=${BUILD:-1}