mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
re-add entry for recent fixes
This commit is contained in:
parent
8e343cc71e
commit
691d1eaafe
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-19 Matvii Jarosh <matviijarosh@gmail.com>
|
||||
|
||||
* Header/Foundation/NSGeometry.h: fixed NSRectEdge and
|
||||
|
|
Loading…
Reference in a new issue