Skip to content

First workable version

Pre-release
Pre-release
Compare
Choose a tag to compare
@vanrein vanrein released this 29 Jan 22:16
· 74 commits to master since this release

LillyDAP can now be used to receive and send data. Receiving goes all the way down to callbacks, sending starts at the level of LDAPMessage.

We added a (seemingly mature) CMakeLists.txt with support for

  • CMake with options for BUILD_SINGLE_THREADED and USER_SUPPLIED_PATCHLEVEL
  • CTest although we don't currently match stdout yet, just the exit() code
  • CPack has been tested with the generators DEB, RPM, NSIS — which seem to work

The versioning scheme for ARPA2 reserve only major/minor numbers for the software release process, with additional RCn, alphaN or betaN versions that may be overruled by the packager. This is the use of USER_SUPPLIED_PATCHLEVEL which refers to the Git patchlevel by default, including progress since the last tagged version. You must not have local changes to the source code if you want to use this.