summaryrefslogtreecommitdiffstats
path: root/source/ap/slackpkg/files/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/slackpkg/files/ChangeLog')
-rw-r--r--source/ap/slackpkg/files/ChangeLog102
1 files changed, 101 insertions, 1 deletions
diff --git a/source/ap/slackpkg/files/ChangeLog b/source/ap/slackpkg/files/ChangeLog
index 464a74cfa..f4b43eaee 100644
--- a/source/ap/slackpkg/files/ChangeLog
+++ b/source/ap/slackpkg/files/ChangeLog
@@ -1,5 +1,105 @@
+Wed Feb 3 04:40:10 UTC 2021
+---------------
+ - Release slackpkg-15.0 (yes, jump from 2.84_beta12 to 15.0)
+ - add aaa_glibc-solibs and aaa_libraries to the early routine
+ - add 'download' to options in usage() ; remove dupes from manpage
+ (Peter Hyman)
+ - do not allow adding blacklist packages from slackpkg exec
+
+Tue Jan 19 00:29:32 UTC 2021
+---------------
+ - 2.84.0_beta12
+ - Added support for Slackware-AArch64 (Stuart Winter)
+ - ARM mirror links use http:// or https:// instead of ftp://
+
+Tue Jan 5 05:13:50 UTC 2021
+---------------
+ - 2.84.0_beta11
+ - add show-changelog option and update manpage (Peter Hyman)
+ - backwards-incompatibility warning: check-updates will now return
+ 1 if there are updates available - this will make it easier to
+ use this feature with cron (Peter Hyman)
+ - document issues with filenames having spaces (Eric Pozharski)
-Thu May 24 07:24:01 UTC 2018
+Fri Nov 27 21:14:26 UTC 2020
+---------------
+ - 2.84.0_beta10
+ - Fix output if package is incorrectly named (phenixia2003)
+
+Mon Aug 3 05:21:07 UTC 2020
+---------------
+ - 2.84.0_beta9
+ - Add Switzerland mirrors (xpetrl)
+ - core-functions.sh: Replace tempfile with mktemp (I.G.O.R)
+
+Thu Feb 27 03:52:32 UTC 2020
+---------------
+ - 2.84.0_beta8
+ - Revert "More fixups for alternate ROOT (zerouno)"
+
+Wed Feb 19 20:38:23 2020 -0600
+---------------
+ - 2.84.0_beta7
+ - More fixups for alternate ROOT (zerouno)
+ - Uncomment mirrors.slackware.com mirror by default (zerouno)
+
+Mon Jul 15 20:30:01 UTC 2019
+---------------
+ - 2.84.0_beta6
+ - Add slackware.uk mirrors to sample mirror list
+ - install-new: catch packages added to /patches after -stable release
+
+Mon May 20 06:00:56 UTC 2019
+---------------
+ - 2.84.0_beta5
+ - In doinst.sh, remove /var/lib/slackpkg/CHECKSUMS* when slackpkg
+ itself is upgraded
+
+Mon Jan 28 06:44:29 UTC 2019
+---------------
+ - 2.84.0_beta4
+ - Remove subshell usage and save a trivial amount of time
+ - Catch errors and return exit status 1 if they occur
+ - Fixup blacklist checking and appending when using alt $ROOT
+
+Mon Dec 31 06:46:15 UTC 2018
+---------------
+ - 2.84.0_beta3
+ - Really fix support for blacklisting entire package sets
+ (David Woodfall)
+
+Sun Dec 30 10:21:10 UTC 2018
+---------------
+ - 2.84.0_beta2
+ - Fix support for blacklisting entire package sets; blacklisted sets
+ now need a trailing slash, e.g. kde/ (David Woodfall)
+
+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
+ 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)
+
+Thu May 29 19:15:21 UTC 2018
---------------
- 2.83.0
- tweaks to build script