First workable version
Pre-release
Pre-release
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 forBUILD_SINGLE_THREADED
andUSER_SUPPLIED_PATCHLEVEL
CTest
although we don't currently matchstdout
yet, just theexit()
codeCPack
has been tested with the generatorsDEB
,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.