mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13831 72102866-910b-0410-8b05-ffd578937521
51 lines
1.6 KiB
Text
51 lines
1.6 KiB
Text
Announcement
|
|
************
|
|
|
|
The GNUstep Base Library, version 1.3.3, is now available.
|
|
|
|
What is the GNUstep Base Library?
|
|
=================================
|
|
|
|
The GNUstep Base Library is a library of general-purpose,
|
|
non-graphical Objective C objects. For example, it includes classes
|
|
for strings, object collections, byte streams, typed coders,
|
|
invocations, notifications, notification dispatchers, moments in time,
|
|
network ports, remote object messaging support (distributed objects),
|
|
and event loops.
|
|
|
|
It provides functionality that aims to implement the non-graphical
|
|
portion of the OpenStep standard (the Foundation library).
|
|
|
|
There is more information available at the GNUstep homepage at
|
|
`http://www.gnustep.org'.
|
|
|
|
Noteworthy changes in version `1.3.3'
|
|
=====================================
|
|
|
|
Note there are interface and binary changes in this release that
|
|
require you to recompile all applications and tools that use
|
|
gnustep-base.
|
|
|
|
* Rewrite of NSURL (NOTE: Requires recompilation of all apps!)
|
|
|
|
* NSMapTable fix (also requires recompilation).
|
|
|
|
* Hack to avoid bug in gcc 3.1
|
|
|
|
* MacOSX compatibility changes: -dealloc, NSLog
|
|
|
|
* Add NSZombie class.
|
|
|
|
* GC improvements
|
|
|
|
* Support for system-wide .GNUsteprc
|
|
|
|
Where can you get it? How can you compile it?
|
|
==============================================
|
|
|
|
The gnustep-base-1.3.3.tar.gz distribution file has been placed on
|
|
`ftp.gnustep.org' in `pub/gnustep/core'.
|
|
|
|
The library requires gcc 2.8.0 or higher. See the `GNUstep-HOWTO'
|
|
file for more instructions about compiling and installing the library.
|
|
|