Skip to content

Releases: cedadev/nlds

NLDS 1.0.5

16 Dec 12:15
Compare
Choose a tag to compare

This is a heavily refactored version of NLDS, after it failed its initial beta-test.
The main changes are:

  • Retry mechanism has been removed
  • PathDetails contains details of the Storage Locations and this is passed around in the messages. This has simplified things a lot!
  • The tape prepare stage uses the delayed message queue to wait for the prepare to be complete.
  • Lots of little changes, bug fixes and enhancements to make the code more human readable, more modular and less cut-and-pastey.
  • More understandable config, removed some unused options and provided templates for all config aspects plus a script to create configs.

This is the release candidate for the production version v1.0

1.0.0

12 Mar 16:51
fd19d7e
Compare
Choose a tag to compare

This constitutes the NLDS at initial release.

What's Changed

New Contributors

Full Changelog: 0.1.1...1.0.0

Pre-release of NLDS

14 Mar 12:17
88b8618
Compare
Choose a tag to compare
Pre-release of NLDS Pre-release
Pre-release

This is a pre-release / preview version of NLDS with functionality complete from a user point of view, but no tape backup system implemented.