Releases: DNS-OARC/dsp
Release 2.0.1
Minor fixes to Automake/Autoconf files, such as:
- Fix #17: add DESTDIR
autoreconf
include fixconfigure
Perl program check- Update m4 scripts to latest version
https://www.dns-oarc.net/files/dsc/dsp-2.0.1.tar.gz
sha256: 56911f2f28ce8d8c600e457319f57bb630a64f2a89895c6d80452c847b48b029
Packages are available at: https://dev.dns-oarc.net/packages/
cb5b223 Package
b7ef042 Funding
44f0f9f Prepare SPEC for OSB/COPR
e5d8987 RPM spec and various automake fixes
d42557b Fix #17: add DESTDIR
3358d7f Add Travis-CI build status
f839d0f Fix travis script, only expand dir and test.
52b5ca3 Add debian/ubuntu package files
Release 2.0.0
This is a major release in a sense but almost no code have been changed. The Presenter can now be configured and installed with configure
, see configure --help
for more information and README.md if you have an existing installation and wish to continue to use the old paths.
https://www.dns-oarc.net/files/dsc/dsp-2.0.0.tar.gz
sha256: f56e28ebd2f963c1281a5019c7aa89c69d544166f94348d0cec215e567eff7de
Major changes:
- Restructure repository to only contain the Presenter for DSC.
- Use of Automake and rework of the Makefiles
- Moved the Perl library into it's own repository p5-DSC.
- Make all paths configurable via configure and use defaults more in line with FHS 3.0.
- Continuous Integration testing using Travis-CI and Jenkins
- Testing on Ubuntu, Debian, CentOS, FreeBSD and OpenBSD
Path Changes
The following paths have been changed, $old
is considered /usr/local/dsc
and the new uses configure
path, see configure --help
for a full list of these paths and their default.
Pre 2.0.0 | 2.0.0+ | Comment |
---|---|---|
$old/cache/ | $localstatedir/cache/dsp/ | |
$old/data/ | $localstatedir/lib/dsc/ | |
$old/etc/ | $etcdir/dsp/ | |
$old/libexec/ | $libdir/cgi-bin/ | CGI bins only |
$old/libexec/ | $libexecdir/dsp/ | |
$old/share/html | $datarootdir/dsp/html/ | |
$old/var/log | $localstatedir/log/dsp/ |