diff --git a/ChangeLog b/ChangeLog index 0351780..bf528e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,3 @@ -2003-05-20 Richard Frith-Macdonald - - * init.c: Replace last change with Nicola's improved version. - -2003-05-12 Richard Frith-Macdonald - - * init.c: When performing superclass lookups, check to see if the - link to the superclass is already resolved and just use it if it is. - This prevents the bug of passing a class to the lookup function - rather than a string (potential crasher). - 2003-02-20 Alexandre Oliva * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to diff --git a/ChangeLog.GNUstep b/ChangeLog.GNUstep index aea2432..d577f82 100644 --- a/ChangeLog.GNUstep +++ b/ChangeLog.GNUstep @@ -1,3 +1,18 @@ +2003-05-20 Adam Fedor + + * GNUmakefile (VERSION): 1.3.0 + +2003-05-20 Richard Frith-Macdonald + + * init.c: Replace last change with Nicola's improved version. + +2003-05-12 Richard Frith-Macdonald + + * init.c: When performing superclass lookups, check to see if the + link to the superclass is already resolved and just use it if it is. + This prevents the bug of passing a class to the lookup function + rather than a string (potential crasher). + 2003-04-11 Richard Frith-Macdonald * libobjc.def: Add some symbols diff --git a/GNUmakefile b/GNUmakefile index 3d164e1..4607819 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -26,7 +26,7 @@ include $(GNUSTEP_MAKEFILES)/common.make PACKAGE_NAME = gnustep-objc -VERSION=1.2.3 +VERSION=1.3.0 CVS_MODULE_NAME = objc