Skip to content

Releases: erlangpack/bcrypt

1.2.2

23 Apr 09:40
564b39e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.1...1.2.2

1.2.1

05 Apr 08:19
9708a61
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.2.1

1.2.0

28 Feb 14:38
c3e26f9
Compare
Choose a tag to compare

This release builds on OTP26-rc1.

What's Changed

New Contributors

Full Changelog: 1.1.5...1.2.0

1.1.5

08 Oct 19:19
deabd51
Compare
Choose a tag to compare

Fix a problem where the pool boy arguments were wrongly set. #26

1.1.4

14 Jul 10:30
3634f2f
Compare
Choose a tag to compare

Fix a problem with compilation if the abs path of bcrypt has spaces in it.

1.1.2

10 Aug 06:56
0ee9f80
Compare
Choose a tag to compare

Fix for build on OpenBSD, with thanks to @DavidAlphaFox

1.1.0

20 May 07:43
90b3dad
Compare
Choose a tag to compare

Main changes:

  • Compatible with OTP 23
  • Removes erl_interface, because of this the minimum OTP version is now 21.3.
  • Use poolboy for pooling the NIF, with thanks to @elanfs

1.0.3

05 May 12:42
d18e2fc
Compare
Choose a tag to compare
Fix linking on newer SmartOS versions (#7)

Newer SmartOS versions require the 'xnet' library to be explicitly
declared to the linker. While this might not be needed on plain Solaris
this is good form non the less (since bcrypt uses symbols from the net
library).

1.0.2

28 Sep 12:54
Compare
Choose a tag to compare
  • Fix linking on SmartOS/Illumos/Solaris (#3).

1.0.1

15 Aug 08:59
Compare
Choose a tag to compare
  • Fixed compilation on Solaris (#2).