Path to this page:
Subject: CVS commit: pkgsrc/devel/objfw
From: Jonathan Schleifer
Date: 2024-08-26 00:03:21
Message id: 20240825220321.EACC7FC74@cvs.NetBSD.org
Log Message:
Update devel/objfw to 1.1.7
ObjFW 1.1.6 -> ObjFW 1.1.7, 2024-08-25
* Fixes creating OFStrings from C strings with some encodings.
* Fixes creating an ASCII C string from an OFString that has been initialized
by passing an instance of a custom string class.
* Fixes OFINIFile not parsing `=` within `"` correctly.
* OFINIFile now allows comments and pairs before the first category.
* OFINIFile now allows # for comments.
* Hides some private symbols in the runtime library.
* Disables UNIX datagram sockets on Hurd as Hurd has incomplete support for
UNIX datagram sockets.
Files: