Skip to content

Commit e232cdb

Browse files
committed
Updated URLs in the ANNOUNCE.
1 parent 857edd9 commit e232cdb

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

ANNOUNCE

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

1718
Alternatively, 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

2323
The runtime library is responsible for implementing the core features of the
2424
object 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
3232
supported by Clang and Étoilé's LanguageKit and is required for some of the
3333
newer 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

Comments
 (0)