-
Notifications
You must be signed in to change notification settings - Fork 132
Expand file tree
/
Copy pathANNOUNCE.2.2.1
More file actions
30 lines (20 loc) · 1.14 KB
/
ANNOUNCE.2.2.1
File metadata and controls
30 lines (20 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
GNUstep Objective-C Runtime 2.2.1
=================================
This a bugfix release for the second update to the second major release of
the GNUstep Objective-C runtime (a.k.a. libobjc2). This runtime was designed
to support the features of modern dialects of Objective-C for use with GNUstep and
other Objective-C programs.
Highlights of this release include:
- Various improvements for building and using libobjc2 on MinGW.
- Improved support for the PowerPC architecture.
- A fix for the detection of the tls-robin-map dependency.
You may obtain the code for this release from git and use the 2.2.1 branch:
https://github.com/gnustep/libobjc2.git
Alternatively, a tarball is available from:
https://github.com/gnustep/libobjc2/archive/v2.2.1.zip
https://github.com/gnustep/libobjc2/archive/v2.2.1.tar.gz
The runtime library is responsible for implementing the core features of the
object model, as well as exposing introspection features to the user. The
GNUstep runtime implements a superset of Apple's Objective-C Runtime APIs.
If you come across any problems, please file them in the issue tracker:
https://github.com/gnustep/libobjc2/issues