mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-25 07:01:12 +00:00
Version 1.7.4
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/branches/freeze-1_8_0@17679 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4c3841e93e
commit
3e5257b513
7 changed files with 23 additions and 12 deletions
10
ANNOUNCE
10
ANNOUNCE
|
@ -1,7 +1,7 @@
|
||||||
Announcement
|
Announcement
|
||||||
************
|
************
|
||||||
|
|
||||||
The GNUstep Makefile Package version 1.7.3 is now available.
|
The GNUstep Makefile Package version 1.7.4 is now available.
|
||||||
|
|
||||||
What is the GNUstep makefile package?
|
What is the GNUstep makefile package?
|
||||||
=====================================
|
=====================================
|
||||||
|
@ -16,17 +16,15 @@ 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
|
number, y, in x.y.z) are unstable releases (like 1.5.2), which even
|
||||||
minor release numbers (1.4.1) are stable releases.
|
minor release numbers (1.4.1) are stable releases.
|
||||||
|
|
||||||
Changes in version `1.7.3'
|
Changes in version `1.7.4'
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
* Adds library combo to Headers directory if not flattened.
|
Bug fixes.
|
||||||
|
|
||||||
* Add Markup file (Renaissance) support.
|
|
||||||
|
|
||||||
Obtaining gnustep-make
|
Obtaining gnustep-make
|
||||||
======================
|
======================
|
||||||
|
|
||||||
You can get the gstep-make-1.7.3.tar.gz distribution file at
|
You can get the gstep-make-1.7.4.tar.gz distribution file at
|
||||||
<ftp://ftp.gnustep.org/pub/gnustep/core>
|
<ftp://ftp.gnustep.org/pub/gnustep/core>
|
||||||
|
|
||||||
Please log bug reports on the GNUstep project page
|
Please log bug reports on the GNUstep project page
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2003-09-15 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
|
* Version 1.7.4
|
||||||
|
|
||||||
2003-09-15 Adam Fedor <fedor@gnu.org>
|
2003-09-15 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
* Version: Add VERSION
|
* Version: Add VERSION
|
||||||
|
|
|
@ -9,6 +9,12 @@
|
||||||
The currently released version is @samp{@value{GNUSTEP-MAKE-VERSION}}.
|
The currently released version is @samp{@value{GNUSTEP-MAKE-VERSION}}.
|
||||||
@end ifclear
|
@end ifclear
|
||||||
|
|
||||||
|
@section Changes in version @samp{1.7.4}
|
||||||
|
|
||||||
|
Bug fixes.
|
||||||
|
|
||||||
|
@ifclear ANNOUNCE-ONLY
|
||||||
|
|
||||||
@section Changes in version @samp{1.7.3}
|
@section Changes in version @samp{1.7.3}
|
||||||
|
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
|
@ -16,8 +22,6 @@ The currently released version is @samp{@value{GNUSTEP-MAKE-VERSION}}.
|
||||||
@item Add Markup file (Renaissance) support.
|
@item Add Markup file (Renaissance) support.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
@ifclear ANNOUNCE-ONLY
|
|
||||||
|
|
||||||
@section Changes in version @samp{1.7.2}
|
@section Changes in version @samp{1.7.2}
|
||||||
|
|
||||||
--enable-flattened (Flat directory structure) is on by default.
|
--enable-flattened (Flat directory structure) is on by default.
|
||||||
|
|
2
FAQ
2
FAQ
|
@ -1,7 +1,7 @@
|
||||||
GNUstep Frequently Asked Questions with Answers
|
GNUstep Frequently Asked Questions with Answers
|
||||||
***********************************************
|
***********************************************
|
||||||
|
|
||||||
Last updated 22 August 2003. Please send corrections to
|
Last updated 15 September 2003. Please send corrections to
|
||||||
<gnustep-maintainer@gnu.org>. Also look at the user FAQ for more user
|
<gnustep-maintainer@gnu.org>. Also look at the user FAQ for more user
|
||||||
oriented questions.
|
oriented questions.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
GNUstep HOWTO
|
GNUstep HOWTO
|
||||||
*************
|
*************
|
||||||
|
|
||||||
Last Update: 22 August 2003
|
Last Update: 15 September 2003
|
||||||
|
|
||||||
This document explains how to build the different components of the
|
This document explains how to build the different components of the
|
||||||
GNUstep core libraries and GNUstep Launchpad.
|
GNUstep core libraries and GNUstep Launchpad.
|
||||||
|
|
7
NEWS
7
NEWS
|
@ -1,7 +1,12 @@
|
||||||
NEWS
|
NEWS
|
||||||
****
|
****
|
||||||
|
|
||||||
The currently released version is `1.7.3'.
|
The currently released version is `1.7.4'.
|
||||||
|
|
||||||
|
Changes in version `1.7.4'
|
||||||
|
==========================
|
||||||
|
|
||||||
|
Bug fixes.
|
||||||
|
|
||||||
Changes in version `1.7.3'
|
Changes in version `1.7.3'
|
||||||
==========================
|
==========================
|
||||||
|
|
2
Version
2
Version
|
@ -4,7 +4,7 @@
|
||||||
# The version number of this release.
|
# The version number of this release.
|
||||||
GNUSTEP_MAKE_MAJOR_VERSION=1
|
GNUSTEP_MAKE_MAJOR_VERSION=1
|
||||||
GNUSTEP_MAKE_MINOR_VERSION=7
|
GNUSTEP_MAKE_MINOR_VERSION=7
|
||||||
GNUSTEP_MAKE_SUBMINOR_VERSION=3
|
GNUSTEP_MAKE_SUBMINOR_VERSION=4
|
||||||
GNUSTEP_MAKE_VERSION=${GNUSTEP_MAKE_MAJOR_VERSION}.${GNUSTEP_MAKE_MINOR_VERSION}.${GNUSTEP_MAKE_SUBMINOR_VERSION}
|
GNUSTEP_MAKE_VERSION=${GNUSTEP_MAKE_MAJOR_VERSION}.${GNUSTEP_MAKE_MINOR_VERSION}.${GNUSTEP_MAKE_SUBMINOR_VERSION}
|
||||||
VERSION=${GNUSTEP_MAKE_VERSION}
|
VERSION=${GNUSTEP_MAKE_VERSION}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue