Update ChangeLog

This commit is contained in:
Robby Workman 2021-03-09 22:20:59 -06:00
parent 844b3a5424
commit 2a9a6b25b3
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
--------------- ---------------
- Avoid matching txz/tgz etc extension when blacklisting (dive)
- Use https for all slackpkg homepage links
- Update mirror files (14.2 -> 15.0)
- Add blacklist to search option
- Move applyblacklist to end of makelist()
- Clarify how to blacklist duplicate packages
- Fix new-config dialog - Fix new-config dialog
- Reduce false positives in DOUBLEFILES detection - Reduce false positives in DOUBLEFILES detection
- Remove spaces in awk. - Remove spaces in awk.

View file

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