mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
changelog entry
This commit is contained in:
parent
077133dda3
commit
cf1283ef14
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
2024-11-29 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* 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 <matviijarosh@gmail.com>
|
||||
|
||||
* 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 <rfm@gnu.org>
|
||||
|
||||
* Source/NSSocketPort.m: fix leak of data object when establishing a
|
||||
|
|
Loading…
Reference in a new issue