Skip to content

Releases: abumq/licensepp

v1.2.0

24 Jul 06:08
Compare
Choose a tag to compare

Changelog

  • Re-added copy constructors with correct initializers (closes #29)

v1.1.0

20 Jul 11:04
Compare
Choose a tag to compare
  • Change C++ dependency to C++14 for tests
  • Using std::array instead of raw array
  • C bindings (special shout out to spotzai for PR)
  • Updated README and install/usage instructions etc

Fixed issue with RSA with secret (ripe)

24 Jan 11:55
b225797
Compare
Choose a tag to compare
Merge pull request #26 from vkresch/master

Update installation and fixing minor bugs

v1.0.5

30 Jan 04:39
5ba2703
Compare
Choose a tag to compare

Fixes

  • Add missing sstream header to BaseLicenseManager header

v1.0.4

10 Jan 04:21
9a10d65
Compare
Choose a tag to compare

Changelog

Updates

  • Use helper code to prevent duplication in BaseLicenseManager
  • BaseLicenseManager is now non-copyable

Packages Integrity

Package Checksums (SHA1)
liblicensepp-1.0.4-darwin_x86.tar.gz f6019c4734d5b2a1976908263fc6476fe540bf88

v1.0.3

09 Jan 22:30
59373bb
Compare
Choose a tag to compare

Changelog

Fixes

  • Fix date format across different timezones

Packages Integrity

Package Checksums (SHA1)
licensepp-1.0.3-darwin_x86.tar.gz f605e0415ca36bde363e8ce60fabde6385ff2c92
licensepp-1.0.3-linux_x86.tar.gz 03fc5c6486274b607b0a1af6b1be1d43ec9b9f45

v1.0.2

09 Jan 12:04
392bf81
Compare
Choose a tag to compare

Updates

  • Removed unnecessary zlib dependency
  • Static linking support

v1.0.1

09 Jan 11:14
b903a79
Compare
Choose a tag to compare

Updates

  • Docs update
  • Fix formatted expiry function for license

v1.0.0

09 Jan 04:50
0bc4486
Compare
Choose a tag to compare

Initial release