From d3b1038a8d4e2c8476fed2ab15e877ca81644fc2 Mon Sep 17 00:00:00 2001 From: theraven Date: Sun, 20 Mar 2011 21:42:49 +0000 Subject: [PATCH] Updated ANNOUNCE for (not yet released) 1.3 release. --- ANNOUNCE | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 68d0a2f..f2894c9 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,20 +1,22 @@ -GNUstep Objective-C Runtime 1.1 +GNUstep Objective-C Runtime 1.3 =============================== -This is the second official release of the GNUstep Objective-C runtime (a.k.a. +This is the fourth 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. This release contains -minor bug fixes and provides compatibility with synthesised declared properties -from GCC 4.6 and recent versions of clang. +several bug fixes and includes a unified exception model, providing the same +features as Apple's Modern runtime for Objective-C++ code, specifically the +ability to throw Objective-C objects with @throw() or throw() and catch them +with @catch() or catch(). You may obtain the code for this release from subversion at the following subversion branch: -svn://svn.gna.org/svn/gnustep/libs/libobjc2/1.1 +svn://svn.gna.org/svn/gnustep/libs/libobjc2/1.3 Alternatively, a tarball is available from: -http://download.gna.org/gnustep/libobjc2-1.1.tar.bz2 +http://download.gna.org/gnustep/libobjc2-1.3.tar.bz2 The runtime library is responsible for implementing the core features of the object model, as well as exposing introspection features to the user. The