scsh-install-lib/NEWS

39 lines
1.4 KiB
Plaintext

Recent changes to install-lib -*- outline -*-
* Changes in version 1.1.2 (released 2004-07-08)
By default, skip installation of all packages which are already
installed (and report these packages in the final message). The
"--force" option must be used to force their re-installation.
* Changes in version 1.1.1 (released 2004-06-13)
Changed the way "--destdir" is interpreted: now, it is a prefix for
the installation prefix, whereas before it was the root of the
installation prefix. In some cases, this implies a slightly different
behaviour, which corresponds more to the de facto standard.
* Changes in version 1.1 (released 2004-05-22)
The installation library itself is now installed as a scsh package
called "install-lib". The "scsh-install-pkg" script is just a wrapper
around this library.
As a consequence, the meaning of the "--prefix" option passed to the
installation script changed: it is now the prefix to use to install
the "install-lib" package. All the files but the wrapper script are
installed below this prefix, according to the chosen layout. The
wrapper script itself is put in the directory specified by the
"--bindir" option.
To comply with the packaging policy, some files were also renamed.
Most importantly, the name of the documentation changed from
"proposal.pdf" to "install-lib.pdf".
* Version 1.0 (released 2004-04-01)
First public release.