diff options
author | Robby Workman <rworkman@slackware.com> | 2021-02-12 23:45:15 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2021-02-12 23:45:15 -0600 |
commit | d8e4736aa4594707dbd2bf2d9dac387041ae9f91 (patch) | |
tree | 343881776da280c05e49a3993fece4b2918d7247 | |
parent | 9c2719ff0f0d99ad811fdd274fcdd8fc55b37488 (diff) | |
download | slackpkg-d8e4736aa4594707dbd2bf2d9dac387041ae9f91.tar.xz |
Update ChangeLog and prep for release
-rw-r--r-- | files/ChangeLog | 11 | ||||
-rwxr-xr-x | slackpkg.SlackBuild | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/files/ChangeLog b/files/ChangeLog index f4b43ea..6f028eb 100644 --- a/files/ChangeLog +++ b/files/ChangeLog @@ -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) diff --git a/slackpkg.SlackBuild b/slackpkg.SlackBuild index db37743..e410e48 100755 --- a/slackpkg.SlackBuild +++ b/slackpkg.SlackBuild @@ -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} |