Path to this page:
Subject: CVS commit: pkgsrc/devel/objfw
From: Jonathan Schleifer
Date: 2024-02-18 16:04:26
Message id: 20240218150426.44E4DF9F4@cvs.NetBSD.org
Log Message:
Update devel/objfw to 1.0.9
ObjFW 1.0.8 -> ObjFW 1.0.9, 2024-02-18
* Fixes OFGZIPStream reading the size and CRC32 incorrectly when either spans
multiple reads.
* Fixes a type mismatch in OFMapTable that could cause problems on big endian
systems when uint32_t and unsigned long have a different size.
* Fixes the default implementation of -[initWithKeys:arguments:] for custom
dictionaries.
* Improves detection of mutation during enumeration in
-[enumerateKeysAndObjectsUsingBlock:].
* Minor documentation fixes.
Files: