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:
Adam Fedor 2003-09-16 03:51:44 +00:00
parent 4c3841e93e
commit 3e5257b513
7 changed files with 23 additions and 12 deletions

View file

@ -1,7 +1,7 @@
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?
=====================================
@ -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
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.
* Add Markup file (Renaissance) support.
Bug fixes.
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>
Please log bug reports on the GNUstep project page

View file

@ -1,3 +1,7 @@
2003-09-15 Adam Fedor <fedor@gnu.org>
* Version 1.7.4
2003-09-15 Adam Fedor <fedor@gnu.org>
* Version: Add VERSION

View file

@ -9,6 +9,12 @@
The currently released version is @samp{@value{GNUSTEP-MAKE-VERSION}}.
@end ifclear
@section Changes in version @samp{1.7.4}
Bug fixes.
@ifclear ANNOUNCE-ONLY
@section Changes in version @samp{1.7.3}
@itemize @bullet
@ -16,8 +22,6 @@ The currently released version is @samp{@value{GNUSTEP-MAKE-VERSION}}.
@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.

2
FAQ
View file

@ -1,7 +1,7 @@
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
oriented questions.

View file

@ -1,7 +1,7 @@
GNUstep HOWTO
*************
Last Update: 22 August 2003
Last Update: 15 September 2003
This document explains how to build the different components of the
GNUstep core libraries and GNUstep Launchpad.

7
NEWS
View file

@ -1,7 +1,12 @@
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'
==========================

View file

@ -4,7 +4,7 @@
# The version number of this release.
GNUSTEP_MAKE_MAJOR_VERSION=1
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}
VERSION=${GNUSTEP_MAKE_VERSION}