|
|
Subscribe / Log in / New account

GNU Stow 2.4.0 released

Version 2.4.0 of the GNU Stow symbolic-link manager has been released. This marks the first release for GNU Stow since 2019. Maintainer Adam Spires wrote:

I would like to sincerely apologise to all Stow users for this incredibly overdue release, the cadence of which is perhaps vaguely reminiscent of releases by the great Donald Knuth, except with none of the grace and deliberate planning.

Spires notes that this release "makes considerable efforts to make the internals more understandable and easy to maintain", and has put out a call for a co-maintainer.


From:  Adam Spiers <stow-AT-adamspiers.org>
To:  stow-devel mailing list <stow-devel-AT-gnu.org>, info-stow mailing list <info-stow-AT-gnu.org>, info-gnu-AT-gnu.org
Subject:  GNU Stow 2.4.0 released
Date:  Mon, 08 Apr 2024 00:11:51 +0100
Message-ID:  <yrr6uvmz2eohd5xfrzyjxqqgnptfewcwlmzqqkul2qrt4o2gxx@blpb6hsvhduc>
Archive-link:  Article

Hi all,

GNU Stow 2.4.0 is now finally available for download from 

    http://ftp.gnu.org/gnu/stow/

and also from the mirrors as soon as they catch up. 

You can see a list of mirrors at http://www.gnu.org/prep/ftp.html 
or use http://ftpmirror.gnu.org/stow/ which will automatically 
redirect to a nearby mirror. 

I would like to sincerely apologise to all Stow users for this 
incredibly overdue release, the cadence of which is perhaps vaguely 
reminiscent of releases by the great Donald Knuth, except with none of 
the grace and deliberate planning. 

Going forwards, I hope to avoid such long gaps between releases. 
Two concrete actions have been taken towards this goal. 

Firstly, I am putting out a call for a co-maintainer.  Details here: 

    https://savannah.gnu.org/bugs/index.php?65569

Secondly, this latest release makes considerable efforts to make the 
internals more understandable and easy to maintain.  Documentation, 
comments, function and variable names, and the test suite structure 
have all been improved in many places. 


But what is Stow?
=================

Stow is a symlink farm manager program which takes distinct sets 
of software and/or data located in separate directories on the 
filesystem, and makes them all appear to be installed in a single 
directory tree. 

While Stow has often been used to manage system-wide software 
installations, it also provides a clean mechanism for managing 
software and configuration files in users' home directories: 

    http://lists.gnu.org/archive/html/info-stow/2011-12/msg00...

More information is available at the homepage: 

    http://www.gnu.org/software/stow/

Below is a summary of the changes since the previous release, but 
please see NEWS and the git history for full details: 

    https://git.savannah.gnu.org/cgit/stow.git/tree/NEWS
    https://git.savannah.gnu.org/cgit/stow.git/log/


Changes in v2.4.0
=================

1. --dotfiles now works with directories
----------------------------------------

A long-standing bug preventing the --dotfiles option from working 
correctly with directories has been fixed. 

It should also works in combination with the --compat option. 


2. Eliminated a spurious warning on unstowing
---------------------------------------------

Version 2.3.1 introduced a benign but annoying warning when unstowing 
in certain circumstances.  It looked like this: 

    BUG in find_stowed_path? Absolute/relative mismatch between Stow dir X and path Y

This was caused by erroneous logic, and has now been fixed. 


3. Unstowing logic has been improved in other cases
---------------------------------------------------

Several other improvements have been made internally to the unstowing 
logic.  These changes should all be either invisible (except for 
changes to debug output) or improvements, but if you encounter any 
unexpected behaviour, please report it as directed in the manual. 


4. Improved debug output
------------------------

Extra output resulting from use of the -v / --verbose flag now appears 
in a more logical and understandable way. 


5. Janitorial tasks
-------------------

Users are not substantially affected by these changes, so the details 
have been omitted from this announcement, but again please see NEWS 
and the git history for full details via the above links. 


6. Various maintainer tweaks
----------------------------

Further improved the release process and its documentation in various 
minor ways. 


Happy hacking, 
Adam


to post comments

GNU Stow 2.4.0 released

Posted Apr 8, 2024 21:33 UTC (Mon) by mss (subscriber, #138799) [Link] (1 responses)

has put out a call for a co-maintainer

Be careful with that.

GNU Stow 2.4.0 released

Posted Apr 9, 2024 21:16 UTC (Tue) by edeloget (subscriber, #88392) [Link]

Dont worry. I know a guy who has some mainteneurship experience and who might be interested...

GNU Stow 2.4.0 released

Posted Apr 9, 2024 1:39 UTC (Tue) by cytochrome (subscriber, #58718) [Link]

Following in the footsteps of the great Donald Knuth, the next several version numbers for GNU Stow could be 2.44, 2.449, 2.4494, and 2.44948. Granted, √6 is not nearly as cool as π ,

GNU Stow 2.4.0 released

Posted Apr 10, 2024 0:47 UTC (Wed) by azz (subscriber, #371) [Link]

I use Stow dozens of times a day for package management - it's one of those tools that always just works reliably. Thanks Adam!


Copyright © 2024, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds