diff --git a/ChangeLog b/ChangeLog index aa0c0494..f1855877 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-01-25 05:21 Gregory John Casamento + + * Version 1.0.4 + 2006-01-21 00:19 Gregory John Casamento * GormCore/GormViewEditor.m: [GormViewEditor activate] do not send diff --git a/Documentation/news.texi b/Documentation/news.texi index 346bb06d..1d031ac8 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -4,6 +4,21 @@ @include version.texi @end ifset +@section Noteworthy changes in version @samp{1.0.4} + +This is a bugfix release. + +@itemize @bullet +@item Corrected some bug#15236 with window style mask settings. +@item Corrected bug#15236, which caused window fields in the inspector not to update when the field was being edited and a new window is selected. +@item Corrected bug #15178. +@item Corrected problem with standalone views +@end itemize + +@ifclear ANNOUNCE-ONLY +@c ==================================================================== +@c Keep the next line just below the list of changes in most recent version. + @section Noteworthy changes in version @samp{1.0.0} This is a bugfix release. @@ -13,10 +28,6 @@ This is a bugfix release. @item Corrected a minor problem in the custom class inspector. @end itemize -@ifclear ANNOUNCE-ONLY -@c ==================================================================== -@c Keep the next line just below the list of changes in most recent version. - @section Noteworthy changes in version @samp{1.0.0} PLEASE NOTE: This version of Gorm requires base 1.11.1 and diff --git a/GormCore/GormFilePrefsManager.m b/GormCore/GormFilePrefsManager.m index c4be1ce9..f9740764 100644 --- a/GormCore/GormFilePrefsManager.m +++ b/GormCore/GormFilePrefsManager.m @@ -83,7 +83,7 @@ NSString *formatVersion(int version) + (int) currentVersion { - return appVersion(1,0,2); + return appVersion(1,0,4); } - (void) awakeFromNib diff --git a/GormInfo.plist b/GormInfo.plist index e165f96b..d316f350 100644 --- a/GormInfo.plist +++ b/GormInfo.plist @@ -14,9 +14,9 @@ ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller"; ApplicationIcon = "Gorm.tiff"; ApplicationName = "Gorm"; - ApplicationRelease = "Gorm 1.0.2 (CVS)"; + ApplicationRelease = "Gorm 1.0.4 (Release)"; Authors = ("Gregory John Casamento ","Richard Frith-Macdonald ","Pierre-Yves Rivaille "); Copyright = "Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 FSF"; CopyrightDescription = "Released under the GNU General Public License 2.0"; - NSBuildVersion = "1.0.2 Nov 20 2005"; + NSBuildVersion = "1.0.4 Jan 25 2006"; } diff --git a/Version b/Version index 8074bd07..825cb1cd 100644 --- a/Version +++ b/Version @@ -11,5 +11,5 @@ GNUSTEP_CORE_VERSION=0.10.0 # The version number of this release. MAJOR_VERSION=1 MINOR_VERSION=0 -SUBMINOR_VERSION=2 +SUBMINOR_VERSION=4 VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}