mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
(Noteworthy changes since version 0.1.14): New section.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@611 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8eb5d006da
commit
6bf97cbac3
1 changed files with 23 additions and 0 deletions
|
@ -6,6 +6,29 @@ The currently released version of the library is
|
|||
@samp{@value{OBJECTS_VERSION}}.
|
||||
@end ifset
|
||||
|
||||
@section Noteworthy changes since version @samp{0.1.14}
|
||||
|
||||
@itemize
|
||||
|
||||
@item Dynamic loading fixes for Solaris, thanks to Adam Fedor.
|
||||
|
||||
@item Fixes to Coder correct bugs with encoding/decoding wildly
|
||||
interconnected objects. (My application uses a "Suffix Tree" structure:
|
||||
a Tree, and a LinkedList that winds its way through the leaves of the
|
||||
tree; the LinkedList nodes also have pointers back to the tree nodes.)
|
||||
|
||||
@item NSTimeZone implemented, thanks to Peter Burka
|
||||
<peter@@bert.psyc.upei.ca>
|
||||
|
||||
@item NSData fixes, thanks to Adam Fedor.
|
||||
|
||||
@item NSObjCRuntime functions implemented. NSObject description methods
|
||||
implemented.
|
||||
|
||||
@item Bug fixes in NSString.
|
||||
|
||||
@end itemize
|
||||
|
||||
@section Noteworthy changes since version @samp{0.1.13}
|
||||
|
||||
@itemize
|
||||
|
|
Loading…
Reference in a new issue