HOWTO-RELEASE: fix final step of bumping to next release version
[gnu-stow.git] / AUTHORS
blob58d7ad156c0c395d802c7f88afc50f6a2cc1b5c2
1 Stow was originally written by Bob Glickstein <bobg+stow@zanshin.com>,
2 Zanshin Software, Inc.
4 Gord Matzigkeit <gord@enci.ucalgary.ca> made some early contributions.
6 John Bazik wrote `fastcwd', the Perl subroutine for computing the
7 current working directory (later removed in 1.3.3).
9 Charles Briscoe-Smith <cpbs@debian.org> wrote the fix to prevent
10 stow -D / stow -R removing initially-empty directories (mentioned
11 in 1.3.3 section of NEWS).
13 Adam Lackorzynski <al10@inf.tu-dresden.de> wrote the fix to prevent
14 the generation of wrong links if there are links in the stow directory.
16 Stow was maintained by Guillaume Morin <gmorin@gnu.org> up to November
17 2007.  Guillaume originally imported the source code into the Savannah
18 CVS repository on 2001/12/24 with the tag "v1_3_2".  This history was
19 later imported into git as described below.
21 1.3.3 was the last release of the 1.x series.  The CVS history
22 contains a few commits after 1.3.3 preparing for a 1.3.4 release which
23 was never published (see the "import-cvs" tag in git).
25 Between 2007 and 2009, a small team of people collaborated on a
26 private in-house project on Stow:
28     https://lists.gnu.org/archive/html/stow-devel/2011-11/msg00003.html
30 Kahlil (Kal) Hodgson <kahlil@internode.on.net> performed a major
31 rewrite in order to implement:
33     1. deferred operations,
34     2. option parsing via Getopt::Long,
35     3. options to support shared files,
36     4. support for multiple operations per invocation,
37     5. default command line arguments via '.stowrc' and '~/.stowrc' files,
38     6. better cooperation between multiple stow directories,
39     7. a test suite (and support code) to ensure that everything still works.
41 As these changes required a dramatic reorganisation of the code, very
42 little was left untouched, and so Stow's major version number was
43 bumped up to 2.  Austin Wood <austin.wood@rmit.edu.au> and Chris
44 Hoobin <christopher.hoobin@rmit.edu.au> helped clean up the
45 documentation for the new 2.x.y series, and created the texi2man
46 script.
48 Kahlil obtained permission to donate these changes back to GNU.  The
49 Subversion history from this period is no longer accessible, so the
50 breakdown of the individual changes to the source code between 1.3.3
51 and the unreleased 2.0.2 version have been lost; however some details
52 are still visible in ChangeLog.OLD, which also acknowledges the
53 contributions of Geoffrey Giesemann and Emil Mikulc.
55 Sometime after this, Troy Will took over maintainership and imported
56 the unreleased 2.0.2 code base as the original root commit into
57 Savannah git repository.
59 On 25th November 2011, Adam Spiers <stow@adamspiers.org> took over
60 maintainership.  He imported the CVS history into the Savannah git
61 repository, grafting it onto the previous root commit imported by
62 Troy, and tagged this as v2.0.2:
64   https://lists.gnu.org/archive/html/stow-devel/2011-11/msg00001.html
65   https://lists.gnu.org/archive/html/stow-devel/2011-11/msg00002.html
67 refactored the backend code into new Stow.pm and Stow/Util.pm modules
68 providing an OO interface, tightened up the test suite, added support
69 for ignore lists, `make test', and distribution via CPAN, and cleaned
70 up numerous other minor issues.
72 These changes were included in 2.1.0, which was the first official
73 release since 1.3.3 in 2002.
75 Stow is currently maintained by Adam Spiers.