mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Version 2.0.0
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25001 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
315dd88f38
commit
33951e8660
4 changed files with 34 additions and 12 deletions
4
ANNOUNCE
4
ANNOUNCE
|
@ -34,7 +34,9 @@ the `GNUstep-HOWTO' and `INSTALL' documents to find out new information
|
|||
about configuring and installing make.
|
||||
|
||||
If you are a developer, read the files `filesystem' and `make' for
|
||||
information on new and changed variables.
|
||||
information on new and changed variables. Read the `releasenotes' file
|
||||
for specific changes in this release and updates you will need to make
|
||||
to work with this version of make.
|
||||
|
||||
Various changes include:
|
||||
* New configure option `--with-layout' to choose different
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2007-04-12 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version 2.0.0
|
||||
|
||||
2007-04-12 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Documentation/news.texi: More updates.
|
||||
|
|
|
@ -19,7 +19,7 @@ traditional GNUstep layout.
|
|||
|
||||
Due to this change a number of variable names have been changed or
|
||||
deprecated. If you are a developer maintaining makefiles, you should
|
||||
check your makefiles for these variables. Most notibly, variabels such
|
||||
check your makefiles for these variables. Most notibly, variables such
|
||||
as @samp{GNUSTEP_SYSTEM_ROOT} no longer make any sense, as various
|
||||
directories that were previously in a traditional GNUstep system root
|
||||
directory exist accross multiple directories in disparate places in
|
||||
|
@ -31,10 +31,10 @@ information about configuring and installing make.
|
|||
|
||||
If you are a developer, read the files @file{filesystem} and
|
||||
@file{make} for information on new and changed variables. Read the
|
||||
@file{releasenotes} file for specific changes in this release and updates
|
||||
you will need to make to work with this version of make.
|
||||
@file{RELEASENOTES} file for specific changes in this release and updates
|
||||
you will need to make with this version of make.
|
||||
|
||||
Various changes include:
|
||||
Various changes include (See @file{RELEASENOTES} for more information):
|
||||
@itemize @bullet
|
||||
|
||||
@item New configure option @samp{--with-layout} to choose different
|
||||
|
@ -50,8 +50,7 @@ of gnustep-make that is being used
|
|||
installing a wrapper in the tools directory).
|
||||
@item Versioning of Microsoft Windows DLLs implemented.
|
||||
@item Use of @samp{GNUSTEP_SYSTEM_ROOT} and similar variables
|
||||
deprecated. Use instead @samp{GNUSTEP_INSTALLATION_DOMAIN} and
|
||||
@samp{SYSTEM} or @samp{LOCAL}
|
||||
deprecated.
|
||||
@item Implement use of GNU standard @samp{DESTDIR} variable.
|
||||
@item Object files are now placed in the @file{obj} directory.
|
||||
@item Static and profile libraries have the same name as normal libraries.
|
||||
|
|
27
NEWS
27
NEWS
|
@ -14,7 +14,7 @@ traditional GNUstep layout.
|
|||
|
||||
Due to this change a number of variable names have been changed or
|
||||
deprecated. If you are a developer maintaining makefiles, you should
|
||||
check your makefiles for these variables. Most notibly, variabels such
|
||||
check your makefiles for these variables. Most notibly, variables such
|
||||
as `GNUSTEP_SYSTEM_ROOT' no longer make any sense, as various
|
||||
directories that were previously in a traditional GNUstep system root
|
||||
directory exist accross multiple directories in disparate places in
|
||||
|
@ -25,9 +25,11 @@ the `GNUstep-HOWTO' and `INSTALL' documents to find out new information
|
|||
about configuring and installing make.
|
||||
|
||||
If you are a developer, read the files `filesystem' and `make' for
|
||||
information on new and changed variables.
|
||||
information on new and changed variables. Read the `RELEASENOTES' file
|
||||
for specific changes in this release and updates you will need to make
|
||||
with this version of make.
|
||||
|
||||
Various changes include:
|
||||
Various changes include (See `RELEASENOTES' for more information):
|
||||
* New configure option `--with-layout' to choose different
|
||||
filesystem layouts.
|
||||
|
||||
|
@ -41,13 +43,15 @@ information on new and changed variables.
|
|||
GNUstep filesystem and variables (Similar to programs like
|
||||
pkg-config).
|
||||
|
||||
* Better inline messages/help, including printing the version of
|
||||
gnustep-make that is being used
|
||||
|
||||
* Applications can be started now just using their name (by
|
||||
installing a wrapper in the tools directory).
|
||||
|
||||
* Versioning of Microsoft Windows DLLs implemented.
|
||||
|
||||
* Use of `GNUSTEP_SYSTEM_ROOT' and similar variables deprecated. Use
|
||||
instead `GNUSTEP_INSTALLATION_DOMAIN' and `SYSTEM' or `LOCAL'
|
||||
* Use of `GNUSTEP_SYSTEM_ROOT' and similar variables deprecated.
|
||||
|
||||
* Implement use of GNU standard `DESTDIR' variable.
|
||||
|
||||
|
@ -56,6 +60,19 @@ information on new and changed variables.
|
|||
* Static and profile libraries have the same name as normal
|
||||
libraries.
|
||||
|
||||
* Support for Admin Tools and Admin Apps directories
|
||||
|
||||
* RPM support rewritten
|
||||
|
||||
* Microsoft Windows support updated and extended
|
||||
|
||||
* Easy consistent way to link non-installed frameworks by using
|
||||
-Lpath_to_framework/xxx.framework/$GNUSTEP_TARGET_LDIR
|
||||
|
||||
* Versioning of library resources
|
||||
|
||||
* Fixed rebuilding .plist and .palette files
|
||||
|
||||
1.2 Changes in version `1.13.0'
|
||||
===============================
|
||||
|
||||
|
|
Loading…
Reference in a new issue