Main Content

Slackware Release Announcement

Well folks, in spite of the dire predictions of YouTube pundits, this
morning the Slackhog emerged from its development den, did not see its
shadow, and Slackware 15.0 has been officially released - another six
weeks (or years) of the development treadmill averted.

This has been an interesting development cycle (in the “may you live in
interesting times” sense). Anyone who has followed Linux development over
the years has seen the new technology and a slow but steady drift away from
the more UNIX-like structure. The challenge this time around was to adopt
as much of the good stuff out there as we could without changing the
character of the operating system. Keep it familiar, but make it modern.
And boy did we have our work cut out for us. We adopted PAM (finally)
as projects we needed dropped support for pure shadow passwords. We switched
from ConsoleKit2 to elogind, making it much easier to support software
that targets that Other Init System and bringing us up-to-date with the
XDG standards. We added support for PipeWire as an alternate to PulseAudio,
and for Wayland sessions in addition to X11. Dropped Qt4 and moved entirely
to Qt5. Brought in Rust and Python 3. Added many, many new libraries to the
system to help support all the various additions. We’ve upgraded to two of
the finest desktop environments available today: Xfce 4.16, a fast and
lightweight but visually appealing and easy to use desktop environment, and
the KDE Plasma 5 graphical workspaces environment, version 5.23.5 (the
Plasma 25th Anniversary Edition). This also supports running under Wayland
or X11.

We still love Sendmail, but have moved it into the /extra directory and made
Postfix the default mail handler. The old imapd and ipop3d have been retired
and replaced by the much more featureful Dovecot IMAP and POP3 server.

The Slackware pkgtools (package management utilities) saw quite a bit of
development as well. File locking was implemented to prevent parallel
installs or upgrades from colliding, and the amount of data written to
storage minimized in order to avoid extra writes on SSD devices.

For the first time ever we have included a “make_world.sh” script that allows
automatically rebuilding the entire operating system from source. We also
made it a priority throughout the development cycle to ensure that nothing
failed to build. All the sources have been tested and found to build
properly. Special thanks to nobodino for spearheading this effort.

We have also included new scripts to easily rebuild the installer, and to
build the kernel packages. With the new ease of generating kernel packages,
we went on to build and test nearly every kernel that was released, finally
landing on the 5.15.x LTS series which we’ve used for this release. There
are also some sample config files to build 5.16 kernels included in the
/testing directory for anyone interested in using those kernels.”

Link to article