From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Wed, 20 Sep 2023 08:55:55 +0000 (+0100) Subject: Update RELEASE_NOTES.md X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fb99599d87f09a38497c698173b46ac901ec7ce;p=thirdparty%2Fnqptp.git Update RELEASE_NOTES.md --- diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b1b8fde..fab1b68 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,5 @@ +## Version: 1.2.5-dev-5-g475d7a1 +* Fixup for FreeBSD compilation error -- change the order of some of the `#include` files. ## Version: 1.2.5-dev-2-gb5321a8 * Stop using `setcap` on the `nqptp` binary at install time and instead use systemd's AmbientCapabilities to give the `nqptp` daemon the capability to access ports 319 and 320. Many thanks to [Hs_Yeah](https://github.com/Hs-Yeah) for the [PR](https://github.com/mikebrady/nqptp/pull/26). * Improve some error messages.