From d8e4736aa4594707dbd2bf2d9dac387041ae9f91 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Fri, 12 Feb 2021 23:45:15 -0600 Subject: Update ChangeLog and prep for release --- files/ChangeLog | 11 +++++++++++ slackpkg.SlackBuild | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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} -- cgit v1.2.3