From 5a21dd130049162987856b9a3d0d60a573434529 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Fri, 7 Aug 2015 12:33:41 +0100 Subject: [PATCH] Added 1.8.1 release announcement. --- ANNOUNCE | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 9d1029bf..17e83ae6 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,15 +1,15 @@ -GNUstep Objective-C Runtime 1.8 -=============================== +GNUstep Objective-C Runtime 1.8.1 +================================= -This the ninth official release of the GNUstep Objective-C runtime (a.k.a. -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: +This a bugfix release for the ninth official release of the GNUstep Objective-C +runtime (a.k.a. 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. +- Better build system detection of LLVM not being present -- Numerous bug fixes and stability improvements. +- Fix for a bug causing corruption of runtime state when hidden classes are + deallocated. You may obtain the code for this release from git and use the 1.8 branch: