Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 2.09 KB

NEWS.md

File metadata and controls

47 lines (37 loc) · 2.09 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Fixed

  • Fix case in Makefile when install directory does not exist

Removed

  • Dropped the claim that we support OpenLDAP older than 2.3, which was not true since 3597ac91334dbaa912db391f5e9fd7a15a643686

1.2.5 - 2019-01-06

Changed

  • CPPFLAGS, CFLAGS and LDFLAGS can now be overridden on the make command line. It is not longer necessary to edit the config file.

Removed

  • We no longer export a lualdap global variable, in accordance with Lua 5.2 module rules (#8)
  • Remove support for Lua 5.0 by including an external file outside the source directory
    • Support for Lua 5.1 and 5.2 continues through our inclusion of lua-compat-5.3 (see release notes for v1.2.4-rc1)

1.2.4 - 2019-01-02

Added

  • Build system additions to accomodate Debian

1.2.4-rc1 - 2018-12-22

Added

  • Lua 5.3 compatibility
  • Support specifying a URI in hostname argument to open_simple()

Changed

Fixed

  • C89 compatibility
  • Fix two credentials-related segfaults in open_simple()