Release 15.0.2

This commit is contained in:
Robby Workman 2021-04-13 01:50:20 -05:00
parent 919b08049e
commit 30bcb5e729
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,14 @@
Tue Apr 13 06:48:40 UTC 2021
---------------
- Fix break error messages (dive)
- Remove now pointless if/then/else (dive)
- Safer config sourcing (dive)
- files/slackpkg: replace #!/bin/sh with #!/bin/bash (Eugen Wissner)
- Don't create blacklist when running update (dive)
- Add show-changelog & help to non-root commands (dive)
- Improve search blacklisting (dive)
Sun Mar 14 15:17:21 UTC 2021
---------------
- Re-release slackpkg-15.0.1 (no package generated yet anyway)

View file

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