mirror of
https://github.com/rworkman/slackpkg
synced 2024-11-17 07:48:12 +01:00
Update ChangeLog and prep for release
This commit is contained in:
parent
9c2719ff0f
commit
d8e4736aa4
2 changed files with 12 additions and 1 deletions
|
@ -1,3 +1,14 @@
|
|||
|
||||
---------------
|
||||
- Further fixup/enhancement to blacklisting issues
|
||||
- Fix "slackpkg blacklist" so that it shows blacklist again
|
||||
- Fixup internal blacklist handling
|
||||
- Use ERE for sanity_check() function (David Woodfall)
|
||||
- Remove "slackpkg blacklist" from manual pages
|
||||
- Fix aaa_elflibs --> aaa_libraries in sample blacklist file (mozes)
|
||||
- Split aarch64 and arm mirrors into separate files (mozes)
|
||||
- Allow new-config after slackpkg upgrade itself (PiterPUNK)
|
||||
|
||||
Wed Feb 3 04:40:10 UTC 2021
|
||||
---------------
|
||||
- Release slackpkg-15.0 (yes, jump from 2.84_beta12 to 15.0)
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PKGNAM=slackpkg
|
||||
VERSION=${VERSION:-15.0}
|
||||
VERSION=${VERSION:-15.0.1}
|
||||
ARCH="noarch"
|
||||
BUILD=${BUILD:-1}
|
||||
|
||||
|
|
Loading…
Reference in a new issue