mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Updating release information.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25063 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7be850dbd6
commit
31a08ac175
5 changed files with 65 additions and 50 deletions
24
ANNOUNCE
24
ANNOUNCE
|
@ -1,7 +1,7 @@
|
|||
1 ANNOUNCE
|
||||
**********
|
||||
|
||||
This is version 1.1.0 of Gorm.
|
||||
This is version 1.2.0 of Gorm.
|
||||
|
||||
1.1 What is Gorm?
|
||||
=================
|
||||
|
@ -12,27 +12,17 @@ GNUstep Object Relationship Modeler).
|
|||
Gorm is a clone of the NeXTstep `Interface Builder' application for
|
||||
GNUstep.
|
||||
|
||||
1.2 Noteworthy changes in version `1.1.0'
|
||||
1.2 Noteworthy changes in version `1.2.0'
|
||||
=========================================
|
||||
|
||||
* Changed Gorm architecture to use NSDocument classes.
|
||||
* Corrections to some editors to not change seslection if connection
|
||||
is in progress.
|
||||
|
||||
* Abstracted model loading mechanism. This was done by implementing
|
||||
a set of "Loader" and "Builder" classes which handle filling in
|
||||
the data structures in Gorm and exporting them to external formats.
|
||||
* Force menu style to NSNextStepInterfaceStyle for editing purposes.
|
||||
|
||||
* Implemented GormNibWrapperLoader and GormNibWrapperBuilder for
|
||||
reading and writing Cocoa NIB files.
|
||||
* Correction for memory issue when closing document.
|
||||
|
||||
* Implemented GormGormWrapperLoader and GormGormWrapperBuilder for
|
||||
reading and writing GNUstep Gorm files
|
||||
|
||||
* Implemented GormGModelWrapperLoader for reading GNUstep gmodel
|
||||
files.
|
||||
|
||||
* Updated icon
|
||||
|
||||
* A number of bugs have been addressed in this release.
|
||||
* Minor bug fixes.
|
||||
|
||||
1.3 How can I get support for this software?
|
||||
============================================
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2007-03-17 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Version: 1.2.0
|
||||
|
||||
2007-03-08 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Palettes/3Containers/GormTabViewAttributesInspector.m (-ok:):
|
||||
|
@ -57,10 +61,10 @@
|
|||
|
||||
* English.lproj/GormDocument.gorm: Move initial position of
|
||||
Gorm document window back to the lower left of the screen.
|
||||
|
||||
|
||||
2006-11-23 11:03-EST Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Version: updated version requirements.
|
||||
* Version: 1.1.0 (also updated version requirements.)
|
||||
|
||||
2006-11-18 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
|
|
|
@ -4,6 +4,19 @@
|
|||
@include version.texi
|
||||
@end ifset
|
||||
|
||||
@section Noteworthy changes in version @samp{1.2.0}
|
||||
|
||||
@itemize @bullet
|
||||
@item Corrections to some editors to not change seslection if connection is in progress.
|
||||
@item Force menu style to NSNextStepInterfaceStyle for editing purposes.
|
||||
@item Correction for memory issue when closing document.
|
||||
@item Minor bug fixes.
|
||||
@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.1.0}
|
||||
|
||||
@itemize @bullet
|
||||
|
@ -16,10 +29,6 @@
|
|||
@item A number of bugs have been addressed in this release.
|
||||
@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.8}
|
||||
|
||||
This is a bugfix release.
|
||||
|
|
64
NEWS
64
NEWS
|
@ -1,4 +1,16 @@
|
|||
0.1 Noteworthy changes in version `1.1.0'
|
||||
0.1 Noteworthy changes in version `1.2.0'
|
||||
=========================================
|
||||
|
||||
* Corrections to some editors to not change seslection if connection
|
||||
is in progress.
|
||||
|
||||
* Force menu style to NSNextStepInterfaceStyle for editing purposes.
|
||||
|
||||
* Correction for memory issue when closing document.
|
||||
|
||||
* Minor bug fixes.
|
||||
|
||||
0.2 Noteworthy changes in version `1.1.0'
|
||||
=========================================
|
||||
|
||||
* Changed Gorm architecture to use NSDocument classes.
|
||||
|
@ -20,7 +32,7 @@
|
|||
|
||||
* A number of bugs have been addressed in this release.
|
||||
|
||||
0.2 Noteworthy changes in version `1.0.8'
|
||||
0.3 Noteworthy changes in version `1.0.8'
|
||||
=========================================
|
||||
|
||||
This is a bugfix release.
|
||||
|
@ -29,7 +41,7 @@ This is a bugfix release.
|
|||
|
||||
* Correction for handling non-string identifiers in tableviews.
|
||||
|
||||
0.3 Noteworthy changes in version `1.0.6'
|
||||
0.4 Noteworthy changes in version `1.0.6'
|
||||
=========================================
|
||||
|
||||
This is a bugfix release.
|
||||
|
@ -46,7 +58,7 @@ This is a bugfix release.
|
|||
* Changed formatting in some of the inspectors so that they are
|
||||
easier to navigate.
|
||||
|
||||
0.4 Noteworthy changes in version `1.0.4'
|
||||
0.5 Noteworthy changes in version `1.0.4'
|
||||
=========================================
|
||||
|
||||
This is a bugfix release.
|
||||
|
@ -61,7 +73,7 @@ This is a bugfix release.
|
|||
|
||||
* Corrected problem with standalone views
|
||||
|
||||
0.5 Noteworthy changes in version `1.0.2'
|
||||
0.6 Noteworthy changes in version `1.0.2'
|
||||
=========================================
|
||||
|
||||
This is a bugfix release.
|
||||
|
@ -70,7 +82,7 @@ This is a bugfix release.
|
|||
|
||||
* Corrected a minor problem in the custom class inspector.
|
||||
|
||||
0.6 Noteworthy changes in version `1.0.0'
|
||||
0.7 Noteworthy changes in version `1.0.0'
|
||||
=========================================
|
||||
|
||||
PLEASE NOTE: This version of Gorm requires base 1.11.1 and
|
||||
|
@ -89,7 +101,7 @@ gui 0.10.1 to be installed (gnustep-startup-0.13.0).
|
|||
|
||||
* Added documentation to GormCore
|
||||
|
||||
0.7 Noteworthy changes in version `0.11.0'
|
||||
0.8 Noteworthy changes in version `0.11.0'
|
||||
==========================================
|
||||
|
||||
* Improved implementation of canSubstituteForClass: the default
|
||||
|
@ -126,7 +138,7 @@ gui 0.10.1 to be installed (gnustep-startup-0.13.0).
|
|||
* Lots of bugfixes and usability changes are also included in this
|
||||
release.
|
||||
|
||||
0.8 Noteworthy changes in version `0.9.10'
|
||||
0.9 Noteworthy changes in version `0.9.10'
|
||||
==========================================
|
||||
|
||||
* Gorm now has a full implementation of canSubstituteForClass: which
|
||||
|
@ -157,8 +169,8 @@ gui 0.10.1 to be installed (gnustep-startup-0.13.0).
|
|||
|
||||
* A myriad of bug fixes.
|
||||
|
||||
0.9 Noteworthy changes in version `0.9.2'
|
||||
=========================================
|
||||
0.10 Noteworthy changes in version `0.9.2'
|
||||
==========================================
|
||||
|
||||
NOTE: This is mainly a bugfix release.
|
||||
|
||||
|
@ -178,7 +190,7 @@ NOTE: This is mainly a bugfix release.
|
|||
|
||||
* Various improvements in documentation
|
||||
|
||||
0.10 Noteworthy changes in version `0.9.0'
|
||||
0.11 Noteworthy changes in version `0.9.0'
|
||||
==========================================
|
||||
|
||||
* Images/Sounds can now be dragged into a matrix cell.
|
||||
|
@ -217,7 +229,7 @@ NOTE: This is mainly a bugfix release.
|
|||
|
||||
* Fixed a number of bugs.
|
||||
|
||||
0.11 Noteworthy changes in version `0.8.0'
|
||||
0.12 Noteworthy changes in version `0.8.0'
|
||||
==========================================
|
||||
|
||||
PLEASE NOTE: It is important for this release that you upgrade to Gorm
|
||||
|
@ -265,7 +277,7 @@ that it is known beyond a reasonable doubt.
|
|||
amount of time the user needs to spend fiddling with the font
|
||||
panel.
|
||||
|
||||
0.12 Noteworthy changes in version `0.7.7'
|
||||
0.13 Noteworthy changes in version `0.7.7'
|
||||
==========================================
|
||||
|
||||
* Important bugfixes in editor classes.
|
||||
|
@ -289,7 +301,7 @@ that it is known beyond a reasonable doubt.
|
|||
* Gorm will now show an alert panel when a model fails to load or
|
||||
test properly.
|
||||
|
||||
0.13 Noteworthy changes in version `0.7.6'
|
||||
0.14 Noteworthy changes in version `0.7.6'
|
||||
==========================================
|
||||
|
||||
This release is mainly a bugfix release for 0.7.5.
|
||||
|
@ -302,7 +314,7 @@ This release is mainly a bugfix release for 0.7.5.
|
|||
|
||||
* Important bugfixes for class inspector.
|
||||
|
||||
0.14 Noteworthy changes in version `0.7.5'
|
||||
0.15 Noteworthy changes in version `0.7.5'
|
||||
==========================================
|
||||
|
||||
* The 'reparent' feature in the class inspector. This allows the
|
||||
|
@ -323,7 +335,7 @@ This release is mainly a bugfix release for 0.7.5.
|
|||
* A way to restore a complete NSMenu if it's deleted (a new palette
|
||||
entry for NSMenu, not just an item)
|
||||
|
||||
0.15 Noteworthy changes in version `0.6.0'
|
||||
0.16 Noteworthy changes in version `0.6.0'
|
||||
==========================================
|
||||
|
||||
* Several major bugs corrected.
|
||||
|
@ -334,7 +346,7 @@ This release is mainly a bugfix release for 0.7.5.
|
|||
|
||||
* More descriptive title displayed when a class is being edited.
|
||||
|
||||
0.16 Noteworthy changes in version `0.5.0'
|
||||
0.17 Noteworthy changes in version `0.5.0'
|
||||
==========================================
|
||||
|
||||
* Enabled defer in NSWindow inspector.
|
||||
|
@ -353,7 +365,7 @@ This release is mainly a bugfix release for 0.7.5.
|
|||
|
||||
* Bug fixes, eliminated memory leak, code cleanup, etc.
|
||||
|
||||
0.17 Noteworthy changes in version `0.4.0'
|
||||
0.18 Noteworthy changes in version `0.4.0'
|
||||
==========================================
|
||||
|
||||
* New Menu and Menu Item inspectors.
|
||||
|
@ -375,7 +387,7 @@ This release is mainly a bugfix release for 0.7.5.
|
|||
|
||||
* Windows and Services menus now function correctly.
|
||||
|
||||
0.18 Noteworthy changes in version `0.3.1'
|
||||
0.19 Noteworthy changes in version `0.3.1'
|
||||
==========================================
|
||||
|
||||
* New custom class system.
|
||||
|
@ -386,7 +398,7 @@ This release is mainly a bugfix release for 0.7.5.
|
|||
|
||||
* Various bugfixes
|
||||
|
||||
0.19 Noteworthy changes in version `0.3.0'
|
||||
0.20 Noteworthy changes in version `0.3.0'
|
||||
==========================================
|
||||
|
||||
* Preferences added.
|
||||
|
@ -411,7 +423,7 @@ This release is mainly a bugfix release for 0.7.5.
|
|||
|
||||
* various bug fixes.
|
||||
|
||||
0.20 Noteworthy changes in version `0.2.5'.
|
||||
0.21 Noteworthy changes in version `0.2.5'.
|
||||
===========================================
|
||||
|
||||
Many fixes and improvements to make the app work better.
|
||||
|
@ -422,7 +434,7 @@ Many fixes and improvements to make the app work better.
|
|||
|
||||
* Re-add multiple selection via mouse drag.
|
||||
|
||||
0.21 Noteworthy changes in version `0.2.0' snapshot.
|
||||
0.22 Noteworthy changes in version `0.2.0' snapshot.
|
||||
====================================================
|
||||
|
||||
Gobs of improvements, mostly due to the hard work of Gregory John
|
||||
|
@ -447,7 +459,7 @@ Casamento and Pierre-Yves Rivaille. Thanks guys!
|
|||
|
||||
* gorm files were changed to directory wrappers for more flexibility.
|
||||
|
||||
0.22 Noteworthy changes in version `0.1.0'
|
||||
0.23 Noteworthy changes in version `0.1.0'
|
||||
==========================================
|
||||
|
||||
* load/parses class files for entry into class list.
|
||||
|
@ -466,7 +478,7 @@ Casamento and Pierre-Yves Rivaille. Thanks guys!
|
|||
|
||||
* Ability to change the font of some objects.
|
||||
|
||||
0.23 Noteworthy changes in version `0.0.3'
|
||||
0.24 Noteworthy changes in version `0.0.3'
|
||||
==========================================
|
||||
|
||||
* Create stub .m and .h files from new classes
|
||||
|
@ -482,7 +494,7 @@ Casamento and Pierre-Yves Rivaille. Thanks guys!
|
|||
|
||||
* Support for custom objects.
|
||||
|
||||
0.24 Noteworthy changes in version `0.0.2'
|
||||
0.25 Noteworthy changes in version `0.0.2'
|
||||
==========================================
|
||||
|
||||
* Add popup and pulldown menu controls
|
||||
|
@ -495,7 +507,7 @@ Casamento and Pierre-Yves Rivaille. Thanks guys!
|
|||
|
||||
* Much more fleshed out - too numerous to mention.
|
||||
|
||||
0.25 Noteworthy changes in version `0.0.1'
|
||||
0.26 Noteworthy changes in version `0.0.1'
|
||||
==========================================
|
||||
|
||||
* 8th December 1999
|
||||
|
|
2
Version
2
Version
|
@ -10,6 +10,6 @@ GNUSTEP_CORE_VERSION=0.12.0
|
|||
|
||||
# The version number of this release.
|
||||
MAJOR_VERSION=1
|
||||
MINOR_VERSION=1
|
||||
MINOR_VERSION=2
|
||||
SUBMINOR_VERSION=0
|
||||
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
||||
|
|
Loading…
Reference in a new issue