Skip to content
This repository has been archived by the owner on Aug 4, 2019. It is now read-only.

Releases: repsheet/librepsheet

2.2.0

04 Aug 16:41
Compare
Choose a tag to compare

This release renames OK to LIBREPSHEET_OK to avoid a conflict with Apache's definition of OK.

2.1.0

03 Aug 15:05
Compare
Choose a tag to compare

Small fix to report() to remove dangling free. Added blacklist_reason() to fetch reason strings from Redis.

2.0.0

25 Jul 17:32
Compare
Choose a tag to compare

This release introduces new functionality and breaking API changes. It now supports looking up an actor by user as well as by IP address. It also adds a function that allows you to ask for the status of an actor and get a reply versus having to process the response and determine what the state is. All functions that query Redis now return an integer response signaling the success for failure of the query, preventing segfaults at the library level and allowing consumers of librepsheet to handle the failure gracefully.

1.0.0

19 May 21:20
Compare
Choose a tag to compare

Initial Release