mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Document changes
This commit is contained in:
parent
0243b4efec
commit
e7e7051acd
1 changed files with 27 additions and 0 deletions
27
ChangeLog
27
ChangeLog
|
@ -1,3 +1,30 @@
|
|||
2024-11-19 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* GSMime: fixed buffer overrun in rare circumstances when decoding
|
||||
an encoded word in a header.
|
||||
fix to cope with dealloc of uninitialised instances of GSMimeSMTPClient
|
||||
* GSTLS: clean up used resources on exit
|
||||
* NSCharacterSet: Fix retain count of cached character sets
|
||||
* NSDateFormatter: fix to cope with dealloc of uninitialised instances
|
||||
* NSFileManager: fix leak of enumerator when enumerating files at
|
||||
a directory specified by URL
|
||||
* NSHTTPCookie: fix buffer overrun parsing cookie header fields
|
||||
* NSInvocation: fix leak of type information memory when passing
|
||||
general struct argument/return values
|
||||
* NSNumberFormatter: fix to cope with dealloc of uninitialised instances
|
||||
* NSOperation: fix to cope with dealloc of uninitialised instances
|
||||
* NSPredicate: fix leaks of keypath and set expressions
|
||||
also fix leak of objects if exception occurs while scanning predicate
|
||||
string
|
||||
* NSPropertyList: fix leaks if exception occurs while parsing
|
||||
* NSRegularExpression: fix leaks if exception occurs while parsing
|
||||
* NSString: fix lead in dataUsingEncoding:allowLossyConversion:
|
||||
* NSTimeZone: fix retain cycle in absolute time zones
|
||||
fix leak of ICU calendar in -localizedName:locale:
|
||||
* NSURL: fix leaks when initialising with unparseable string etc
|
||||
* Testcases: fix many leaks so that most tests run to completion
|
||||
without any leaked memory.
|
||||
|
||||
2024-11-14 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSBundle.m: Restructure a bit to expose resource lookup
|
||||
|
|
Loading…
Reference in a new issue