Skip to content

base-1_28_1

Compare
Choose a tag to compare
@rfm rfm released this 28 Dec 14:35
· 890 commits to master since this release

1 Announcement


The GNUstep Base Library, version 1.28.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'.

This is a release focussing more on portability improvements and
bugfixes, though it does contain some new features.

1.2 Noteworthy changes in version '1.28.1'

  • Many changes to make building and testcases work on ms-windows
    (particularly with the MSVC target and when using a strict C99
    compiler).
  • Support for native locking on ms-windows.
  • Support for overlapped I/O on ms-windows.
  • New timezone handling code to deal with v2+ of the timezone format.
  • TLS support for secure Distributed Objects connections.
  • Masking of sensitive information in http/https debug logs.
  • a variety of bugfixes.

1.3 Where can you get it? How can you compile it?

The gnustep-base-1.28.1.tar.gz distribution file has been placed at
ftp://ftp.gnustep.org/pub/gnustep/core.

It is accompanied by gnustep-base-1.28.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.28.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
[email protected].