From 17bc6363b216f8ce9a01bff00cc519e906d0a216 Mon Sep 17 00:00:00 2001 From: theraven Date: Mon, 4 Oct 2010 15:35:39 +0000 Subject: [PATCH] And another draft... --- ANNOUNCE | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ANNOUNCE b/ANNOUNCE index f966f63..d1fa595 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -5,6 +5,14 @@ This is the first official release of the GNUstep Objective-C runtime (a.k.a. libobjc2). This runtime was designed to support the features of Objective-C 2 for use with GNUstep and other Objective-C programs. +You may obtain the code for this release from subversion at the following +address: + +svn://svn.gna.org/svn/gnustep/libs/libobjc2/1.0 + +Source tarballs will be made available shortly after the release and +distributions are encouraged to provide binary versions. + 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 Apple's Objective-C Runtime APIs, and a small number