From 0ff3062f77b274ce055065deebafb56ae9b15f09 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Wed, 2 Feb 2022 22:22:22 +0000 Subject: Wed Feb 2 22:22:22 UTC 2022 Slackware 15.0 x86_64 stable is released! Another too-long development cycle is behind us after we bit off more than we could chew and then had to shine it up to a high-gloss finish. Hopefully we've managed to get the tricky parts out of the way so that we'll be able to see a 15.1 incremental update after a far shorter development cycle. Certainly the development infrastructure has been streamlined here and things should be easier moving forward. My thanks to the rest of the Slackware team, all the upstream developers who have given us such great building materials, the folks on LinuxQuestions.org and elsewhere for all the help with testing, great suggestions, and countless bug fixes, and to everyone who helped support this project so that the release could finally see the light of day. I couldn't have done any of this without your help, and I'm grateful to all of you. Thanks! For more information, check out the RELEASE_NOTES, CHANGES_AND_HINTS.TXT, and ANNOUNCE.15.0. Have fun! :-) --- CHANGES_AND_HINTS.TXT | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CHANGES_AND_HINTS.TXT') diff --git a/CHANGES_AND_HINTS.TXT b/CHANGES_AND_HINTS.TXT index f2815c0ea..0e7ff1a25 100644 --- a/CHANGES_AND_HINTS.TXT +++ b/CHANGES_AND_HINTS.TXT @@ -48,6 +48,17 @@ The stock networking scripts now use iproute2 instead of net-tools and rationale is that a newly installed machine should not have internet connectivity without admin intervention) - see the USE_SLAAC config parameter in the new rc.inet1.conf file. + +Slackware packages no longer install libtool's .la files, which have been + deprecated in favor of pkg-config's .pc files. Because of this, it's + possible if you're upgrading from Slackware 14.2 that you may have .la + files that were installed by software that you built yourself or as part + of third-party packages. These other .la files may contain references + to .la files that Slackware no longer ships, which would cause compile + failures to occur. The good news is that you really don't need to do + much more than remove the .la files and everything will work fine + without them. This command will remove these files for you: + rm -f --verbose /{,usr/,usr/local/}lib{,64}/*.la The ntp package has changed such that ntpd now drops privileges and runs as user ntp and group ntp. Be sure to move/merge the changes to rc.ntpd and -- cgit v1.2.3