summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackware.com>2018-01-06 17:55:18 -0600
committerRobby Workman <rworkman@slackware.com>2018-01-06 17:55:18 -0600
commitf59af2b4d764b65e4c42a1b8106d90278b398474 (patch)
tree969cb0f6603ced1ab452f218ef5602e214a5a329
parent9cea505db928846879073267635dd32c3f503315 (diff)
downloadslackpkg-f59af2b4d764b65e4c42a1b8106d90278b398474.tar.xz
2.82.3beta5
-rw-r--r--files/ChangeLog17
-rwxr-xr-xslackpkg.SlackBuild2
2 files changed, 17 insertions, 2 deletions
diff --git a/files/ChangeLog b/files/ChangeLog
index 8248cf5..e3aff0e 100644
--- a/files/ChangeLog
+++ b/files/ChangeLog
@@ -1,5 +1,20 @@
-Fri Jan 5 03:24:31 UTC 2018
+Sat Jan 6 23:54:27 UTC 2018
+---------------
+ - 2.82.3beta5
+ - minor tweaks to slack-desc
+ - check for existence of /etc/lilo.conf too before offering
+ to run lilo after kernel upgrades
+ - make sure user actually wants to run lilo (fix answer
+ handling)
+ - warn user and require confirmation the first time a -current
+ mirror is selected (thanks to Didier Spaier)
+ - improve handling of SOURCE from /etc/slackpkg/mirrors; e.g.
+ don't fail if trailing slash is accidentally omitted
+ (thanks to Didier Spaier)
+
+Fri Jan 5 03:24:31 UTC 2018
+---------------
- 2.82.3beta4
- Abort if system date is near epoch (needed on ARM)
diff --git a/slackpkg.SlackBuild b/slackpkg.SlackBuild
index bb84787..5541422 100755
--- a/slackpkg.SlackBuild
+++ b/slackpkg.SlackBuild
@@ -22,7 +22,7 @@
PKGNAM=slackpkg
-VERSION=${VERSION:-2.82.3beta4}
+VERSION=${VERSION:-2.82.3beta5}
BUILD=${BUILD:-1}
CWD=$(pwd)