mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Updated release notes for gnustep-make
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32842 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
deba875741
commit
251ed4c7fa
3 changed files with 38 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-04-13 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Documentation/releasenotes.texi: Updated.
|
||||
* RELEASENOTES: Regenerated.
|
||||
|
||||
2011-04-12 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* target.make: Add workaround to pick up the right Objective-C
|
||||
|
|
|
@ -68,6 +68,22 @@ resource-set.make (you should use xxx_INSTALL_DIR instead) and
|
|||
GNUSTEP_GSWAPPS in gswapp.make (you should use GNUSTEP_WEB_APPS
|
||||
instead).
|
||||
|
||||
@item New Test Framework
|
||||
GNUstep-make now includes a test framework that can be used to easily
|
||||
write testcases for Objective-C software. The new releases of
|
||||
GNUstep-base and GNUstep-gui include regression test suites that use
|
||||
this test framework. Please check the README in the TestFramework
|
||||
directory for more information on how it works or how to use it.
|
||||
|
||||
@item objc.make is deprecated
|
||||
The file objc.make, which is used to compile Objective-C command-line
|
||||
tools without a Foundation library such as GNUstep base, is now
|
||||
deprecated. Please use tool.make instead.
|
||||
|
||||
@item --enable-absolute-install-paths is now the default on Darwin
|
||||
This makes it easier to use GNUstep with the gnu-gnu-gnu library combo
|
||||
on Apple Mac OS X.
|
||||
|
||||
@end table
|
||||
|
||||
@section Version 2.4.0
|
||||
|
|
17
RELEASENOTES
17
RELEASENOTES
|
@ -66,6 +66,23 @@ using a newer version of the make system.
|
|||
GNUSTEP_GSWAPPS in gswapp.make (you should use GNUSTEP_WEB_APPS
|
||||
instead).
|
||||
|
||||
`New Test Framework'
|
||||
GNUstep-make now includes a test framework that can be used to
|
||||
easily write testcases for Objective-C software. The new releases
|
||||
of GNUstep-base and GNUstep-gui include regression test suites
|
||||
that use this test framework. Please check the README in the
|
||||
TestFramework directory for more information on how it works or
|
||||
how to use it.
|
||||
|
||||
`objc.make is deprecated'
|
||||
The file objc.make, which is used to compile Objective-C
|
||||
command-line tools without a Foundation library such as GNUstep
|
||||
base, is now deprecated. Please use tool.make instead.
|
||||
|
||||
`--enable-absolute-install-paths is now the default on Darwin'
|
||||
This makes it easier to use GNUstep with the gnu-gnu-gnu library
|
||||
combo on Apple Mac OS X.
|
||||
|
||||
|
||||
1.2 Version 2.4.0
|
||||
=================
|
||||
|
|
Loading…
Reference in a new issue