Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Release 2.0.0

Compare
Choose a tag to compare
@jelu jelu released this 10 Jun 13:19
· 30 commits to develop since this release

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/