summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)