Skip to content

Commit e753b97

Browse files
committed
Finish announcement for 2.1 release.
1 parent f78b684 commit e753b97

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

ANNOUNCE

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
GNUstep Objective-C Runtime 2.1
22
=================================
33

4-
This is first update to the second major release of the GNUstep Objective-C
4+
This is the first update to the second major release of the GNUstep Objective-C
55
runtime (a.k.a. libobjc2). This runtime was designed to support the features
66
of modern dialects of Objective-C for use with GNUstep and other Objective-C
77
programs.
88

9+
*NOTE:* This is the first release to use submodules. If you are downloading
10+
the sources from git, please make sure that you do a recursive clone. If you
11+
forget, the build system will give you instructions to correct this.
12+
Tarballs from GitHub do not include submodules, so if you are downloading the
13+
tarball then you will need to download the submodule separately.
14+
15+
916
Highlights of this release include:
1017

1118
- Numerous improvements to the Objective-C++ exception interoperation code.
@@ -53,6 +60,16 @@ Alternatively, a tarball is available from:
5360
https://github.com/gnustep/libobjc2/archive/v2.1.zip
5461
https://github.com/gnustep/libobjc2/archive/v2.1.tar.gz
5562

63+
The submodule is available from:
64+
65+
https://github.com/Tessil/robin-map/archive/757de82.zip
66+
https://github.com/Tessil/robin-map/archive/757de82.tar.gz
67+
68+
This will extract as robin-map-757de829927489bee55ab02147484850c687b620.
69+
You must move the contents of that directory into third_party/robin_map in the
70+
libobjc2 tree.
71+
72+
5673
The runtime library is responsible for implementing the core features of the
5774
object model, as well as exposing introspection features to the user. The
5875
GNUstep runtime implements a superset of Apple's Objective-C Runtime APIs.

0 commit comments

Comments
 (0)