mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Updated release notes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@28710 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a54ba0fde0
commit
229dc82b00
3 changed files with 24 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2009-09-19 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Documentation/releasenotes.texi: Updated release notes for the
|
||||
rename of the info files.
|
||||
* RELEASENOTES: Regenerated.
|
||||
|
||||
2009-09-19 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
Renamed all info files by adding a gnustep- prefix so that there
|
||||
|
|
|
@ -7,6 +7,15 @@ migrate to using a newer version of the make system.
|
|||
@section Version 2.2.1
|
||||
@table @samp
|
||||
|
||||
@item info files renamed adding a gnustep- prefix
|
||||
To prevent conflicts with other documentation, all the gnustep-make
|
||||
info files have been renamed adding a gnustep- prefix. For example,
|
||||
to access the GNUstep faq using info, you now need to type 'info
|
||||
gnustep-faq' instead of 'info faq'. Please note that this info
|
||||
documentation is in the core/make/Documentation subdirectory and at
|
||||
the moment is not automatically installed unless you explicitly go in
|
||||
that subdirectory and install it.
|
||||
|
||||
@item debug=yes no longer strips -O2
|
||||
gnustep-make no longer strips the -Ox optimization flag when compiling
|
||||
C/Objective-C/C++/Objective-C++ code with debug=yes; as a consequence,
|
||||
|
|
|
@ -8,6 +8,15 @@ using a newer version of the make system.
|
|||
1.1 Version 2.2.1
|
||||
=================
|
||||
|
||||
`info files renamed adding a gnustep- prefix'
|
||||
To prevent conflicts with other documentation, all the gnustep-make
|
||||
info files have been renamed adding a gnustep- prefix. For
|
||||
example, to access the GNUstep faq using info, you now need to
|
||||
type 'info gnustep-faq' instead of 'info faq'. Please note that
|
||||
this info documentation is in the core/make/Documentation
|
||||
subdirectory and at the moment is not automatically installed
|
||||
unless you explicitly go in that subdirectory and install it.
|
||||
|
||||
`debug=yes no longer strips -O2'
|
||||
gnustep-make no longer strips the -Ox optimization flag when
|
||||
compiling C/Objective-C/C++/Objective-C++ code with debug=yes; as
|
||||
|
|
Loading…
Reference in a new issue