ObjFW  Check-in [17e7a7e4b7]

Overview
Comment:Update ChangeLog
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 1.1
Files: files | file ages | folders
SHA3-256: 17e7a7e4b762065e592a782e627fd652879ef3442867984b54ab7af887b3db3b
User & Date: js on 2024-04-14 09:52:28
Other Links: branch diff | manifest | tags
Context
2024-04-14
10:10
Merge trunk into 1.1 branch check-in: 1643015adf user: js tags: 1.1
09:52
Update ChangeLog check-in: 17e7a7e4b7 user: js tags: 1.1
09:50
Merge trunk into 1.1 branch check-in: 9991eaba2b user: js tags: 1.1
Changes

Modified ChangeLog from [86f10ebc8c] to [c7b973ddeb].

20
21
22
23
24
25
26


27
28
29
30
31
32
33
 + OFLHAArchive now supports header level 3
 + OFLHAArchive now supports extracting -lhx-, -lz4- and -pm0- files
 * OFLHAArchive no longer defaults to ISO 8859-1
 + New class OFZooArchive for extracting and creating Zoo files
 * The schemes for archive IRI handlers have been renamed
 * The schemes for archive IRI handlers now look for the rightmost `!`,
   which allows for chaining with less quoting


 * Fixes getting non-existent xattrs in OFFileManager
 * Objects on Windows, MS-DOS and 32 bit Solaris now get properly aligned so
   that SIMD can be used on ivars
 * Fixes parsing of signed numbers in MessagePack
 * Fixes a memory leak in OFTarArchive
 + Adds support for typed extended file attributes (only on Haiku)
 + Adds support for extended file attributes on Haiku, NetBSD and FreeBSD







>
>







20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
 + OFLHAArchive now supports header level 3
 + OFLHAArchive now supports extracting -lhx-, -lz4- and -pm0- files
 * OFLHAArchive no longer defaults to ISO 8859-1
 + New class OFZooArchive for extracting and creating Zoo files
 * The schemes for archive IRI handlers have been renamed
 * The schemes for archive IRI handlers now look for the rightmost `!`,
   which allows for chaining with less quoting
 * Fixes -[OFMutableArray replaceObjectIdenticalTo:withObject:] being
   inconsistent with -[OFMutableArray replaceObject:withObject:].
 * Fixes getting non-existent xattrs in OFFileManager
 * Objects on Windows, MS-DOS and 32 bit Solaris now get properly aligned so
   that SIMD can be used on ivars
 * Fixes parsing of signed numbers in MessagePack
 * Fixes a memory leak in OFTarArchive
 + Adds support for typed extended file attributes (only on Haiku)
 + Adds support for extended file attributes on Haiku, NetBSD and FreeBSD