Skip to content

v1.4.2

Choose a tag to compare

@pcarana pcarana released this 26 Oct 16:42
v1.4.2
f8f97c4

The main updates of this release are:

  • Use a local workspace to store all files fetched via HTTP (includes RRDP, see #39).
  • Fix bug that could lead to keep stale data when the local cache directory was removed.
  • Create an official RPM package.

The public key to verify the tarball is here (it isn't certified yet).

Changes since v1.4.1:

  • Bug fixes

    • If the --local-repository was deleted in between validation cycles, stale data could be kept a long time. Now this doesn't happens, since the files are sync'd again via RRDP if they aren't found (if RRDP is supported and --http.priority is on top).
  • Updates

    • Create and use local workspaces for all the files fetched via HTTP, including RRDP resultant files; related to #39.
  • Docs