mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-20 06:51:08 +00:00
61 lines
2.1 KiB
Text
61 lines
2.1 KiB
Text
1 Announcement
|
||
**************
|
||
|
||
The GNUstep Base Library, version 1.31.1, is now available.
|
||
|
||
1.1 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’.
|
||
|
||
1.2 Noteworthy changes in version ‘1.31.1’
|
||
==========================================
|
||
|
||
• This is a bugfix release correcting a missing KVO method when using
|
||
the ng runtime and an error in weak reference support when using
|
||
the gnu runtimeR, along with a few other minor fixes and
|
||
documentation improvements.
|
||
• The library version changes from 1.31.0 to 1.31.1
|
||
|
||
1.3 Where can you get it? How can you compile it?
|
||
=================================================
|
||
|
||
The gnustep-base-1.31.1.tar.gz distribution file has been placed at
|
||
<ftp://ftp.gnustep.org/pub/gnustep/core>.
|
||
|
||
It is accompanied by gnustep-base-1.31.1.tar.gz.sig, a PGP signature
|
||
which you can validate by putting both files in the same directory and
|
||
using:
|
||
|
||
gpg --verify gnustep-base-1.31.1.tar.gz.sig
|
||
|
||
Signature has been created using the key with the following
|
||
fingerprint:
|
||
|
||
83AA E47C E829 A414 6EF8 3420 CA86 8D4C 9914 9679
|
||
|
||
Read the INSTALL file or the GNUstep-HOWTO for installation
|
||
instructions.
|
||
|
||
1.4 Where do I send bug reports?
|
||
================================
|
||
|
||
Please log bug reports on the GNUstep project page
|
||
<http://savannah.gnu.org/bugs/?group=gnustep> or send bug reports to
|
||
<bug-gnustep@gnu.org>.
|
||
|
||
1.5 Obtaining GNUstep Software
|
||
==============================
|
||
|
||
Check out the GNUstep web site. (<http://www.gnustep.org/>) and the GNU
|
||
web site. (<http://www.gnu.org/>)
|