summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackware.com>2018-04-03 19:45:14 -0500
committerRobby Workman <rworkman@slackware.com>2018-04-03 20:06:33 -0500
commit0cfc1f787d9011a26cb8ca7a98860a15cc4562c1 (patch)
treec261b8af661830eefe1bf18155bdc79c2b99634d
parent80c5dc16dd8dff92baa5da3b6beacdc34b00a299 (diff)
downloadslackpkg-0cfc1f787d9011a26cb8ca7a98860a15cc4562c1.tar.xz
2.83.0beta1
-rw-r--r--files/ChangeLog12
-rwxr-xr-xslackpkg.SlackBuild2
2 files changed, 13 insertions, 1 deletions
diff --git a/files/ChangeLog b/files/ChangeLog
index e3aff0e..363f7b8 100644
--- a/files/ChangeLog
+++ b/files/ChangeLog
@@ -1,4 +1,16 @@
+Wed Apr 4 01:06:05 UTC 2018
+---------------
+ - 2.83.0beta1 (yes, jump from 2.82.3betas)
+ - fix stray stuff in vimdiff prompt
+ - sort .new files list from looknew() (thanks to Eduard Rozenberg)
+ - make sure user is aware of kernel update (require keypress)
+ - respect $ROOT in looknew() (thanks to burdi01 on LQ)
+ - inform user that the warning about a -current mirror
+ only occurs once, and also point the location of the
+ file to remove if they want the warning back
+ - don't offer to run lilo if initrd is in lilo.conf
+
Sat Jan 6 23:54:27 UTC 2018
---------------
- 2.82.3beta5
diff --git a/slackpkg.SlackBuild b/slackpkg.SlackBuild
index 5541422..7ea36dd 100755
--- a/slackpkg.SlackBuild
+++ b/slackpkg.SlackBuild
@@ -22,7 +22,7 @@
PKGNAM=slackpkg
-VERSION=${VERSION:-2.82.3beta5}
+VERSION=${VERSION:-2.83.0beta1}
BUILD=${BUILD:-1}
CWD=$(pwd)