Release 2.84.0_beta11

This commit is contained in:
Robby Workman 2021-01-04 23:14:20 -06:00
parent 23640d912d
commit f601660353
2 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,10 @@
Tue Jan 5 05:13:50 UTC 2021
---------------
- 2.84.0_beta11
- add show-changelog option and update manpage (Peter Hyman)
- backwards-incompatibility warning: check-updates will now return
1 if there are updates available - this will make it easier to
use this feature with cron (Peter Hyman)
- document issues with filenames having spaces (Eric Pozharski)
Fri Nov 27 21:14:26 UTC 2020

View file

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