@@ -9,16 +9,16 @@ Objective-C programs. Highlights of this release include:
99- Added API for tracing, allowing interposition on all message sends matching a
1010 given selector.
1111
12- You may obtain the code for this release from subversion at the following
13- subversion branch:
12+ - Numerous bug fixes and stability improvements.
1413
15- svn://svn.gna.org/svn/gnustep/libs/libobjc2/releases/1.8
14+ You may obtain the code for this release from git and use the 1.8 branch:
15+
16+ https://github.com/gnustep/libobjc2.git
1617
1718Alternatively, a tarball is available from:
1819
19- http://download.gna.org/gnustep/libobjc2-1.8.txz
20- http://download.gna.org/gnustep/libobjc2-1.8.tar.bz2
21- http://download.gna.org/gnustep/libobjc2-1.8.tgz
20+ https://github.com/gnustep/libobjc2/archive/v1.8.zip
21+ https://github.com/gnustep/libobjc2/archive/v1.8.tar.gz
2222
2323The runtime library is responsible for implementing the core features of the
2424object model, as well as exposing introspection features to the user. The
@@ -32,5 +32,6 @@ with the FSF's GCC 4.2.1 Objective-C ABI and also implements a new ABI that is
3232supported by Clang and Étoilé's LanguageKit and is required for some of the
3333newer features.
3434
35- If you come across any problems, please report them to the GNUstep Developer
36- mailing list <gnustep-dev@gnu.org>.
35+ If you come across any problems, please file them in the issue tracker:
36+
37+ https://github.com/gnustep/libobjc2/issues
0 commit comments