ObjFW  Check-in [0a07dab4ee]

Overview
Comment:ChangeLog: Adjust release date for 1.0.3
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 0a07dab4ee0890e393aa3495fbf81361ff6fb5d9a5f43ba2b4855b7359219160
User & Date: js on 2023-09-14 19:11:00
Other Links: manifest | tags
Context
2023-09-14
21:04
Similar User-Agent/Server in OFHTTP{Client,Server} check-in: 02f4bdcb94 user: js tags: trunk
19:11
Merge trunk into 1.0 branch check-in: cd3c6c1274 user: js tags: 1.0
19:11
ChangeLog: Adjust release date for 1.0.3 check-in: 0a07dab4ee user: js tags: trunk
19:10
Increase patch level for ObjFW library check-in: 34486a1c21 user: js tags: trunk
Changes

Modified ChangeLog from [8eb890e35f] to [445cbee3bb].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Legend:
 * Changes of existing features or bugfixes
 + New features

This file only contains the most significant changes.

ObjFW 1.0.2 -> ObjFW 1.0.3, 2023-09-16
 * Fixes -[OFConcreteData initWithItemSize:] not setting freeWhenDone to true,
   which resulted in a memory leak
 * Fixes -[OFData initWithContentsOfIRI:] freeing the buffer in @catch instead
 of @finally, which resulted in a memory leak

ObjFW 1.0.1 -> ObjFW 1.0.2, 2023-09-11
 * The build system has been updated to fix building .frameworks and to build
   them differently for macOS and iOS

ObjFW 1.0 -> ObjFW 1.0.1, 2023-09-10
 * Hanging connections with OFTLSStream have been fixed when using OpenSSL






|



|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Legend:
 * Changes of existing features or bugfixes
 + New features

This file only contains the most significant changes.

ObjFW 1.0.2 -> ObjFW 1.0.3, 2023-09-14
 * Fixes -[OFConcreteData initWithItemSize:] not setting freeWhenDone to true,
   which resulted in a memory leak
 * Fixes -[OFData initWithContentsOfIRI:] freeing the buffer in @catch instead
   of @finally, which resulted in a memory leak

ObjFW 1.0.1 -> ObjFW 1.0.2, 2023-09-11
 * The build system has been updated to fix building .frameworks and to build
   them differently for macOS and iOS

ObjFW 1.0 -> ObjFW 1.0.1, 2023-09-10
 * Hanging connections with OFTLSStream have been fixed when using OpenSSL