-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2024-11-29 Richard Frith-Macdonald <[email protected]> | ||
|
||
* Source/NSURLProtocol.m: fix leaks due to retain loops. | ||
* Source/Additions/NSObject+GNUstepBase.m: fix issues in new | ||
-trackOownership mechanism to log tracked instances at exist and to | ||
handle cases where we track instances of a class and instances of | ||
its subclasses. | ||
|
||
2024-11-26 Matvii Jarosh <[email protected]> | ||
|
||
* NSByteOrder.h: fix NSSwappedFloat and NSSwappedDouble | ||
|
@@ -18,6 +26,7 @@ | |
* type_encoding.m: add test NSINSETS_ENCODING_PREFIX. | ||
* GSConcreteValueTamplate.m: add GSEdgeInsetsValue. | ||
* GSConcreteValue.m: add TYPE_ORDER 6. | ||
|
||
2024-11-24 Richard Frith-Macdonald <[email protected]> | ||
|
||
* Source/NSSocketPort.m: fix leak of data object when establishing a | ||
|