From 666c2493ecb6b95b4871885db20ba85726005acf Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Fri, 25 Dec 2015 09:16:08 +0000 Subject: [PATCH] Work in progress tweaks to the release announcement. --- ANNOUNCE | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 9d1029b..928662b 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,4 +1,4 @@ -GNUstep Objective-C Runtime 1.8 +GNUstep Objective-C Runtime 1.x =============================== This the ninth official release of the GNUstep Objective-C runtime (a.k.a. @@ -6,19 +6,19 @@ libobjc2). This runtime was designed to support the features of modern dialects of Objective-C for use with GNUstep and other Objective-C programs. Highlights of this release include: -- Added API for tracing, allowing interposition on all message sends matching a - given selector. +- Improved the dispatch table representation to improve performance and cache + usage on the fast path. -- Numerous bug fixes and stability improvements. +- Numerous improvements to the interaction between runtime functions and ARC. -You may obtain the code for this release from git and use the 1.8 branch: +You may obtain the code for this release from git and use the 1.x branch: https://github.com/gnustep/libobjc2.git Alternatively, a tarball is available from: -https://github.com/gnustep/libobjc2/archive/v1.8.zip -https://github.com/gnustep/libobjc2/archive/v1.8.tar.gz +https://github.com/gnustep/libobjc2/archive/v1.x.zip +https://github.com/gnustep/libobjc2/archive/v1.x.tar.gz The runtime library is responsible for implementing the core features of the object model, as well as exposing introspection features to the user. The