summaryrefslogtreecommitdiffstats
path: root/files/ChangeLog
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackware.com>2018-12-02 00:47:42 -0600
committerRobby Workman <rworkman@slackware.com>2018-12-02 00:50:44 -0600
commitfdba68e52972bc36249c3ce75f8432fe905b10dc (patch)
tree6789c3abd7aeecffa192f4ef51c088bab2150a9f /files/ChangeLog
parent0463acfd1d57efeb6385f9c2e435861b06fd3eb6 (diff)
downloadslackpkg-fdba68e52972bc36249c3ce75f8432fe905b10dc.tar.xz
2.84.0_beta1 release
- Allow blacklisting of individual packages without collateral damage (e.g. glibc ---> glibc-*). This changes the prior behavior of the blacklist function; previously, adding "glibc" to the blacklist would cause glibc, glibc-profile, glibc-zoneinfo, et al to be ignored by slackpkg. The new behavior is that *only* the glibc package is ignored. If you want to blacklist all packages whose names begin with glibc, you would need to add "glibc.*" to the blacklist now. Also note that any special characters, e.g. "+", will need to be escaped in the blacklist file. (David Woodfall) - Add support for listing .new files without PAGER (David Woodfall) - Remove switch.ch mirrors - Add config option to allow *not* saving .orig configs (Darren Austin) - Mention possible stale mirror if CHECKSUMS.md5 gpg verify fails - Clarify that a press of "Enter" is needed to confirm kernel change (Mario Preksavec) - doinst.sh Don't remove ChangeLog.txt upon upgrade/reinstall. (Patrick Volkerding) - mirrors-x86*.sample: Remove bjtu.edu.cn mirror - Fix for /var/log/packages/ possibly being a symlink to elsewhere - Use CHECKSUMS.md5.asc to determine ChangeLog newness (Patrick Volkerding)
Diffstat (limited to 'files/ChangeLog')
-rw-r--r--files/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ChangeLog b/files/ChangeLog
index 1fbe9ad..c0806d9 100644
--- a/files/ChangeLog
+++ b/files/ChangeLog
@@ -1,6 +1,7 @@
-For Next Release
+Sun Dec 2 06:46:33 UTC 2018
---------------
+ - 2.84.0_beta1
- Allow blacklisting of individual packages without collateral
damage (e.g. glibc ---> glibc-*). This changes the prior behavior
of the blacklist function; previously, adding "glibc" to the