mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Version 1.7.3
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@17524 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f169c339f3
commit
1a6204e703
7 changed files with 30 additions and 14 deletions
12
ANNOUNCE
12
ANNOUNCE
|
@ -1,7 +1,7 @@
|
|||
Announcement
|
||||
************
|
||||
|
||||
The GNUstep Makefile Package version 1.7.2 is now available.
|
||||
The GNUstep Makefile Package version 1.7.3 is now available.
|
||||
|
||||
What is the GNUstep makefile package?
|
||||
=====================================
|
||||
|
@ -16,19 +16,17 @@ It also allows the user to easily create cross-compiled binaries.
|
|||
number, y, in x.y.z) are unstable releases (like 1.5.2), which even
|
||||
minor release numbers (1.4.1) are stable releases.
|
||||
|
||||
Changes in version `1.7.1'
|
||||
Changes in version `1.7.3'
|
||||
==========================
|
||||
|
||||
-enable-flattened (Flat directory structure) is on by default.
|
||||
* Adds library combo to Headers directory if not flattened.
|
||||
|
||||
* On WIN32 use HOMEPATH in preference to USERPROFILE
|
||||
|
||||
* netbsd and openbsd compile fixes.
|
||||
* Add Markup file (Renaissance) support.
|
||||
|
||||
Obtaining gnustep-make
|
||||
======================
|
||||
|
||||
You can get the gstep-make-1.7.2.tar.gz distribution file at
|
||||
You can get the gstep-make-1.7.3.tar.gz distribution file at
|
||||
<ftp://ftp.gnustep.org/pub/gnustep/core>
|
||||
|
||||
Please log bug reports on the GNUstep project page
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2003-08-23 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version 1.7.3
|
||||
|
||||
2003-08-22 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* configure.ac: On netbsd, Use -Wl to pass linker options.
|
||||
|
|
|
@ -9,6 +9,15 @@
|
|||
The currently released version is @samp{@value{GNUSTEP-MAKE-VERSION}}.
|
||||
@end ifclear
|
||||
|
||||
@section Changes in version @samp{1.7.3}
|
||||
|
||||
@itemize @bullet
|
||||
@item Adds library combo to Headers directory if not flattened.
|
||||
@item Add Markup file (Renaissance) support.
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Changes in version @samp{1.7.2}
|
||||
|
||||
--enable-flattened (Flat directory structure) is on by default.
|
||||
|
@ -18,8 +27,6 @@ The currently released version is @samp{@value{GNUSTEP-MAKE-VERSION}}.
|
|||
@item netbsd and openbsd compile fixes.
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Changes in version @samp{1.7.1}
|
||||
|
||||
Bug fixes.
|
||||
|
|
2
FAQ
2
FAQ
|
@ -1,7 +1,7 @@
|
|||
GNUstep Frequently Asked Questions with Answers
|
||||
***********************************************
|
||||
|
||||
Last updated 22 July 2003. Please send corrections to
|
||||
Last updated 22 August 2003. Please send corrections to
|
||||
<gnustep-maintainer@gnu.org>. Also look at the user FAQ for more user
|
||||
oriented questions.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
GNUstep HOWTO
|
||||
*************
|
||||
|
||||
Last Update: 22 July 2003
|
||||
Last Update: 22 August 2003
|
||||
|
||||
This document explains how to build the different components of the
|
||||
GNUstep core libraries and GNUstep Launchpad.
|
||||
|
|
11
NEWS
11
NEWS
|
@ -1,9 +1,16 @@
|
|||
NEWS
|
||||
****
|
||||
|
||||
The currently released version is `1.7.2'.
|
||||
The currently released version is `1.7.3'.
|
||||
|
||||
Changes in version `1.7.1'
|
||||
Changes in version `1.7.3'
|
||||
==========================
|
||||
|
||||
* Adds library combo to Headers directory if not flattened.
|
||||
|
||||
* Add Markup file (Renaissance) support.
|
||||
|
||||
Changes in version `1.7.2'
|
||||
==========================
|
||||
|
||||
-enable-flattened (Flat directory structure) is on by default.
|
||||
|
|
2
Version
2
Version
|
@ -4,6 +4,6 @@
|
|||
# The version number of this release.
|
||||
GNUSTEP_MAKE_MAJOR_VERSION=1
|
||||
GNUSTEP_MAKE_MINOR_VERSION=7
|
||||
GNUSTEP_MAKE_SUBMINOR_VERSION=2
|
||||
GNUSTEP_MAKE_SUBMINOR_VERSION=3
|
||||
GNUSTEP_MAKE_VERSION=${GNUSTEP_MAKE_MAJOR_VERSION}.${GNUSTEP_MAKE_MINOR_VERSION}.${GNUSTEP_MAKE_SUBMINOR_VERSION}
|
||||
|
||||
|
|
Loading…
Reference in a new issue