mirror of
https://github.com/rworkman/slackpkg
synced 2025-01-19 10:26:50 +01:00
Update ChangeLog
This commit is contained in:
parent
844b3a5424
commit
2a9a6b25b3
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
- Reduce false positives in DOUBLEFILES detection
|
||||
- Remove spaces in awk.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PKGNAM=slackpkg
|
||||
VERSION=${VERSION:-15.0.1_testD}
|
||||
VERSION=${VERSION:-15.0.1}
|
||||
ARCH="noarch"
|
||||
BUILD=${BUILD:-1}
|
||||
|
||||
|
|
Loading…
Reference in a new issue