On Mon, Sep 11 2023, Jonathan Schleifer <[email protected]> wrote: > And here's an update to the just released 1.0.2 instead. This is 1.0.1 > with some additional fixes for macOS, so not important for OpenBSD. But > when updating anyway, why not update to the latest version :).
This diff and the previous one were likely mangled by your MUA. There are hints available: https://www.kernel.org/doc/html/latest/process/email-clients.html Or you may just send diffs as attachments (inline is still preferred). Using /usr/src/lib/check_sym I can spot: /usr/local/lib/libobjfwtls.so.0.0 --> /usr/obj/pobj/objfw-1.0.2/fake-amd64/usr/local/lib/libobjfwtls.so.0.0 Dynamic export changes: added: .objc_sel_nameof_isWaitingForDelimiter Applying blindly our rules for shared libraries, this would warrant a minor bump because of the additional interface. But maybe the initial '.' in the name means it's a local, private symbol? nm -g tells me it's a weak symbol so with public visibility. Insights welcome. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
