From e4e2c8180a79b20413a1c5eebdb17004735318d0 Mon Sep 17 00:00:00 2001 From: fedor Date: Mon, 15 Aug 2005 15:50:38 +0000 Subject: [PATCH] Version 1.4.0 git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/libobjc/trunk@21637 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog.GNUstep | 4 ++++ GNUmakefile | 2 +- README.GNUstep | 7 +++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog.GNUstep b/ChangeLog.GNUstep index b80f6bf..5d21344 100644 --- a/ChangeLog.GNUstep +++ b/ChangeLog.GNUstep @@ -1,3 +1,7 @@ +2005-08-15 Adam Fedor + + * Version 1.4.0 + 2005-08-12 Adam Fedor * init.c (objc_init_statics): Initialize all statics. diff --git a/GNUmakefile b/GNUmakefile index 4fdb757..5b68217 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -26,7 +26,7 @@ include $(GNUSTEP_MAKEFILES)/common.make PACKAGE_NAME = gnustep-objc -VERSION=1.3.0 +VERSION=1.4.0 CVS_MODULE_NAME = objc diff --git a/README.GNUstep b/README.GNUstep index 2fc14d7..3dd88d3 100644 --- a/README.GNUstep +++ b/README.GNUstep @@ -27,6 +27,13 @@ make install ------------------------------------------------------------------------ Changes: ------------------------------------------------------------------------ +Version 1.4.0 +------------- +Fix the protocol initizization bug, various other protocol bugs. +Don't use dllexport on mingw. +Various memory leak fixes. +Work on OpenBSD and NetBSD. + Version 1.3.0 ------------- Add conditional threads on win32. Other win32 fixes.