Skip to content

rel-20151221

Compare
Choose a tag to compare
@wahern wahern released this 21 Dec 10:54
· 338 commits to master since this release

liblua-openssl (20151221-0) unstable; urgency=low

  • Add :tohex and :todec methods to bignums, and make metamethods accessible directly. (daurnimator)
  • Add __idiv metamethod for Lua 5.3. (daurnimator)
  • Add :tobin method to bignums. (daurnimator)
  • Add :getParameters method to pkeys. (daurnimator)
  • Fix build when SSLv3 support is not present.