Version 2.0.6

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@26647 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2008-06-15 04:08:53 +00:00
parent 57414b35e4
commit 2595a435cd
5 changed files with 69 additions and 55 deletions

View file

@ -1,7 +1,7 @@
1 Announcement
**************
The GNUstep Makefile Package version 2.0.5 is now available.
The GNUstep Makefile Package version 2.0.6 is now available.
1.1 What is the GNUstep makefile package?
=========================================
@ -12,26 +12,19 @@ project without having to deal with the complex issues associated with
configuration, building, installation, and packaging. It also allows
the user to easily create cross-compiled binaries.
1.2 Changes in version `2.0.5'
1.2 Changes in version `2.0.6'
==============================
* Update C++ and ObjC++ support so that g++ and proper flags are
automatically used.
* Fixed some spurious rebuilds of plists, and framework headers.
* Added a new filesystem layout for Apple Mac OS X and use this by
default on this system.
* Added the -enable-absolute-install-paths option for Darwin systems.
* NEEDS_GUI variable added to determine linking behavior against gui
library.
* New option -enable-strict-v2-mode to test for obsolete variables.
* ~/GNUstep/GNUstep.sh is no longer sourced.
* Install GNUstep.conf in /etc/GNUstep/GNUstep.conf on all systems.
1.3 Obtaining gnustep-make
==========================
You can get the gstep-make-2.0.5.tar.gz distribution file at
You can get the gstep-make-2.0.6.tar.gz distribution file at
`ftp://ftp.gnustep.org/pub/gnustep/core'
Please log bug reports on the GNUstep project page

View file

@ -1,3 +1,7 @@
2008-06-14 Adam Fedor <fedor@gnu.org>
* Version 2.0.6
2008-06-11 Nicola Pero <nicola.pero@meta-innovation.com>
* Documentation/make.texi: Renamed to gnustep-make.texi.

View file

@ -9,6 +9,16 @@
The currently released version is @samp{@value{GNUSTEP-MAKE-VERSION}}.
@end ifclear
@section Changes in version @samp{2.0.6}
@itemize @bullet
@item Fixed some spurious rebuilds of plists, and framework headers.
@item Added the --enable-absolute-install-paths option for Darwin systems.
@item Install GNUstep.conf in /etc/GNUstep/GNUstep.conf on all systems.
@end itemize
@ifclear ANNOUNCE-ONLY
@section Changes in version @samp{2.0.5}
@itemize @bullet
@ -19,8 +29,6 @@ The currently released version is @samp{@value{GNUSTEP-MAKE-VERSION}}.
@item ~/GNUstep/GNUstep.sh is no longer sourced.
@end itemize
@ifclear ANNOUNCE-ONLY
@section Changes in version @samp{2.0.4}
Fixed a bug finding relative paths on Windows (during configuration).

87
NEWS
View file

@ -1,9 +1,18 @@
1 NEWS
******
The currently released version is `2.0.5'.
The currently released version is `2.0.6'.
1.1 Changes in version `2.0.5'
1.1 Changes in version `2.0.6'
==============================
* Fixed some spurious rebuilds of plists, and framework headers.
* Added the -enable-absolute-install-paths option for Darwin systems.
* Install GNUstep.conf in /etc/GNUstep/GNUstep.conf on all systems.
1.2 Changes in version `2.0.5'
==============================
* Update C++ and ObjC++ support so that g++ and proper flags are
@ -19,28 +28,28 @@ The currently released version is `2.0.5'.
* ~/GNUstep/GNUstep.sh is no longer sourced.
1.2 Changes in version `2.0.4'
1.3 Changes in version `2.0.4'
==============================
Fixed a bug finding relative paths on Windows (during configuration).
1.3 Changes in version `2.0.3'
1.4 Changes in version `2.0.3'
==============================
New man pages for tools. Better uninstallation of files Add Windows
installer makefile for Applications.
1.4 Changes in version `2.0.2'
1.5 Changes in version `2.0.2'
==============================
Update license to GPLv3.
1.5 Changes in version `2.0.1'
1.6 Changes in version `2.0.1'
==============================
Bug fixes in filesystem layout and framework installation.
1.6 Changes in version `2.0.0'
1.7 Changes in version `2.0.0'
==============================
The Makefile package has had a major makover which befits a major
@ -110,7 +119,7 @@ with this version of make.
* Fixed rebuilding .plist and .palette files
1.7 Changes in version `1.13.0'
1.8 Changes in version `1.13.0'
===============================
Debug libraries now have the same name as normal libraries (i.e. no "_d"
@ -123,13 +132,13 @@ into the same executable.
make package (e.g. with Windows OS). The libraries can still use native
paths.
1.8 Changes in version `1.12.0'
1.9 Changes in version `1.12.0'
===============================
Minor fixes.
1.9 Changes in version `1.11.2'
===============================
1.10 Changes in version `1.11.2'
================================
The `GNUstep.conf' file is now viewed as the essential determination of
the install location for GNUstep libraries, tools and other files.
@ -158,7 +167,7 @@ rules.
files in the xxx_OBJCC_FILES variable, and put extra ObjC++ flags in
xxx_OBJCCFLAGS or ADDITIONAL_OBJCCFLAGS.
1.10 Changes in version `1.11.1'
1.11 Changes in version `1.11.1'
================================
Part of the previous change was reversed. Now libobjc is still linked
@ -169,7 +178,7 @@ there is no need to recompile all applications again.
Compilation of GNUstep on cygwin was revampled and fixed due to a
lot of work by Tom MacSween.
1.11 Changes in version `1.11.0'
1.12 Changes in version `1.11.0'
================================
NOTE: The libobjc library is now linked in with the base library and
@ -192,7 +201,7 @@ apps when switching to this new version.
* Support for xxx_WINDRES_FILES on MinGW was implemented.
1.12 Changes in version `1.10.0'
1.13 Changes in version `1.10.0'
================================
* a GNUsteprc file is now automatically created and installed in
@ -211,14 +220,14 @@ apps when switching to this new version.
configure to enable use of built in objc exceptions with compilers
that support it.
1.13 Changes in version `1.9.2'
1.14 Changes in version `1.9.2'
===============================
* Application and Bundles use the latest convention on Apple.
* Improve/Simplify dependency checking when making docs
1.14 Changes in version `1.9.1'
1.15 Changes in version `1.9.1'
===============================
* Remove `--disable-import' option
@ -227,7 +236,7 @@ apps when switching to this new version.
* Framework version and naming clarified.
1.15 Changes in version `1.9.0'
1.16 Changes in version `1.9.0'
===============================
* Support for building in a separate build dir.
@ -236,7 +245,7 @@ apps when switching to this new version.
* List of classes in a framework gets written to the plist file.
1.16 Changes in version `1.8.0'
1.17 Changes in version `1.8.0'
===============================
Read the NEWS file for a complete list of changes since the last stable
@ -245,19 +254,19 @@ certain directories have changed. Generally this will not cause a
problem unless your GNUstep directory is shared by multiple machines
running this and earlier (1.6.x) versions of the software.
1.17 Changes in version `1.7.4'
1.18 Changes in version `1.7.4'
===============================
Bug fixes.
1.18 Changes in version `1.7.3'
1.19 Changes in version `1.7.3'
===============================
* Adds library combo to Headers directory if not flattened.
* Add Markup file (Renaissance) support.
1.19 Changes in version `1.7.2'
1.20 Changes in version `1.7.2'
===============================
-enable-flattened (Flat directory structure) is on by default.
@ -266,12 +275,12 @@ Bug fixes.
* netbsd and openbsd compile fixes.
1.20 Changes in version `1.7.1'
1.21 Changes in version `1.7.1'
===============================
Bug fixes.
1.21 Changes in version `1.7.0'
1.22 Changes in version `1.7.0'
===============================
This version contains a major change in the location of certain
@ -286,7 +295,7 @@ incompatibilities.
* Support for preprocessed Info.plists.
1.22 Changes in version `1.6.0'
1.23 Changes in version `1.6.0'
===============================
Make now configures by default for only one system. To compile and run
@ -300,7 +309,7 @@ configure argument -enable-multi-platform.
* More efficient checks for re-making a project.
1.23 Changes in version `1.5.1'
1.24 Changes in version `1.5.1'
===============================
* Framework support rewritten, also supports multiple names.
@ -320,17 +329,17 @@ configure argument -enable-multi-platform.
* API change: TOOL_INSTALL_DIR.
1.24 Changes in version `1.5.0'
1.25 Changes in version `1.5.0'
===============================
* Add NetBSD Elf support
1.25 Changes in version `1.4.0'
1.26 Changes in version `1.4.0'
===============================
* Update Darwin/GNU gcc and Irix targets
1.26 Changes in version `1.3.4'
1.27 Changes in version `1.3.4'
===============================
This is a first prerelease version for 1.4.
@ -343,14 +352,14 @@ This is a first prerelease version for 1.4.
* Add verbosity levels. Use make messages=yes for full messages.
1.27 Changes in version `1.3.3'
1.28 Changes in version `1.3.3'
===============================
* Recognizes XXX_STANDARD_INSTALL=no to not do installation.
* Updated instructions for MingW/MSYS installation.
1.28 Changes in version `1.3.2'
1.29 Changes in version `1.3.2'
===============================
* Instructions for building on Windows with MSYS
@ -361,7 +370,7 @@ This is a first prerelease version for 1.4.
* Continued reorganization.
1.29 Changes in version `1.3.0'
1.30 Changes in version `1.3.0'
===============================
The package has gone through an extensive reorganization to break up
@ -384,7 +393,7 @@ effect, it also increased the speed of the code by at least a factor of
* Fixes for MacOSX, MingW
1.30 Changes in version `1.2.1'
1.31 Changes in version `1.2.1'
===============================
* the source distribution code has been rewritten to be more general
@ -402,7 +411,7 @@ effect, it also increased the speed of the code by at least a factor of
* various bug fixes and minor improvements.
1.31 Changes in version `1.2.0'
1.32 Changes in version `1.2.0'
===============================
* The core rules and internals of gnustep-make have been
@ -430,7 +439,7 @@ effect, it also increased the speed of the code by at least a factor of
* Much improved Windows path support
1.32 Changes in version `1.0.1'
1.33 Changes in version `1.0.1'
===============================
* Support for Java tools.
@ -441,7 +450,7 @@ effect, it also increased the speed of the code by at least a factor of
* Fixes to run on FreeBSD, Solaris.
1.33 Changes in version `1.0.0'
1.34 Changes in version `1.0.0'
===============================
* Optimizations that in many cases more than double the speed.
@ -452,14 +461,14 @@ effect, it also increased the speed of the code by at least a factor of
* Better checking for mingw and cygwin
1.34 Changes in version `0.9.2'
1.35 Changes in version `0.9.2'
===============================
* HOWTO and faq files moved from core package to here
* Configurable GNUSTEP_LOCAL_ROOT and GNUSTEP_NETWORK_ROOT
1.35 Changes in version `0.9.1'
1.36 Changes in version `0.9.1'
===============================
Make has been reoganized so that it only relies on libraries and other
@ -474,7 +483,7 @@ simplifies compilation and packaging.
* RPM support rewritten from scratch.
1.36 Changes in version `0.9.0'
1.37 Changes in version `0.9.0'
===============================
ffcall library is highly recommended for use with the GNUstep base
@ -491,7 +500,7 @@ package. See the INSTALL file.
* Added support for Frameworks
1.37 Noteworthy changes in version `0.6.6'
1.38 Noteworthy changes in version `0.6.6'
==========================================
The GNUstep system libraries are now installed in a separate system root

View file

@ -4,7 +4,7 @@
# The version number of this release.
GNUSTEP_MAKE_MAJOR_VERSION=2
GNUSTEP_MAKE_MINOR_VERSION=0
GNUSTEP_MAKE_SUBMINOR_VERSION=5
GNUSTEP_MAKE_SUBMINOR_VERSION=6
GNUSTEP_MAKE_VERSION=${GNUSTEP_MAKE_MAJOR_VERSION}.${GNUSTEP_MAKE_MINOR_VERSION}.${GNUSTEP_MAKE_SUBMINOR_VERSION}