diff options
author | Allen Winter <allen.winter@kdab.com> | 2022-01-16 09:35:17 -0500 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2022-01-16 09:37:32 -0500 |
commit | 905cbb44d02c8e8f922099432cc6b6a1beeddd88 (patch) | |
tree | 6e221e30ca4d295b8f19fbfad0e47b23a5d960c4 /ReleaseNotes.txt | |
parent | d7e46baed224ca54e448fd506c9271e7da21b28f (diff) | |
download | libical-git-905cbb44d02c8e8f922099432cc6b6a1beeddd88.tar.gz |
buildsystem - replace our ancient FindBDB with more modern FindBerkeleyDB
Copied from https://github.com/sum01/FindBerkeleyDB
This file has an "unlicense"
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r-- | ReleaseNotes.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index c7bd29de..2be88400 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -5,6 +5,7 @@ Version 3.0.13 (UNRELEASED): ---------------------------- * icalcomponent_get_dtend() return icaltime_null_time(), unless called on VEVENT, VAVAILABILITY or VFREEBUSY * icalcomponent_get_duration() for VTODO calculate with DUE instead of DTEND + * Replace CMake FindBDB with FindBerleyDB (https://github.com/sum01/FindBerkeleyDB) Version 3.0.12 (08 December 2021): ---------------------------------- |