Skip to content

v1.4.1

Compare
Choose a tag to compare
@pcarana pcarana released this 29 Sep 14:25
v1.4.1
f9c2570

This release fixes a couple of bugs found at v1.4.0:

  • Memory leak due to a bad structure release.
  • Bad lock usage when storing an error'd repository URI.

The issue #41 was a consequence of one of these bugs.

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

Changes since v1.3.0:

  • Bug fixes

    • Use the adequate function to release a temporary URI structure (this bug was causing a memory leak).
    • Request write lock whenever a new error'd URI is stored, the lock is used from the start to the end of the transaction.
  • Docs

    • Add missing parenthesis at Logging section.