Version 1.8.0

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/branches/freeze-1_8_0@17718 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-09-26 03:01:26 +00:00
parent b3d1e7f9b1
commit d07391716e
8 changed files with 40 additions and 14 deletions

View file

@ -1,7 +1,7 @@
Announcement
************
The GNUstep Makefile Package version 1.7.4 is now available.
The GNUstep Makefile Package version 1.8.0 is now available.
What is the GNUstep makefile package?
=====================================
@ -13,18 +13,22 @@ associated with configuration, building, installation, and packaging.
It also allows the user to easily create cross-compiled binaries.
Note that versions that have a odd minor release number (the second
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), while even
minor release numbers (1.4.1) are stable releases.
Changes in version `1.7.4'
Changes in version `1.8.0'
==========================
Bug fixes.
Read the NEWS file for a complete list of changes since the last
stable release. The major difference from 1.6.0 is that the locations
of 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.
Obtaining gnustep-make
======================
You can get the gstep-make-1.7.4.tar.gz distribution file at
You can get the gstep-make-1.8.0.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-25 Adam Fedor <fedor@gnu.org>
* Version 1.8.0
2003-09-25 Adam Fedor <fedor@gnu.org>
* target.make (darwin): Fix up bundle flags for GNU compiler.

View file

@ -9,12 +9,20 @@
The currently released version is @samp{@value{GNUSTEP-MAKE-VERSION}}.
@end ifclear
@section Changes in version @samp{1.8.0}
Read the NEWS file for a complete list of changes since the last stable
release. The major difference from 1.6.0 is that the locations of 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.
@ifclear ANNOUNCE-ONLY
@section Changes in version @samp{1.7.4}
Bug fixes.
@ifclear ANNOUNCE-ONLY
@section Changes in version @samp{1.7.3}
@itemize @bullet

View file

@ -378,6 +378,7 @@ Windows).
* Problems with Alt key::
* Problems with gcc3::
* Problems with fonts::
* No Makefile::
@end menu
@node Problems compiling (loading shared libs), Problems compiling (GNUstep Internal Error), Troubleshooting, Troubleshooting
@ -447,7 +448,7 @@ Mouse Preferences. Then use another value for the "Mouse grab modifier"
Don't forget you need to update binutils and libc also.
@node Problems with fonts, , Problems with gcc3, Troubleshooting
@node Problems with fonts, No Makefile, Problems with gcc3, Troubleshooting
@subsection Problems with fonts
Why do the characters get changed to asterisks ('*')?
@ -479,7 +480,7 @@ better. When compiling gnustep-back, start with
./configure --enable-graphics=art
@end example
@node No Makefile, , Problems with gcc3, Troubleshooting
@node No Makefile, , Problems with fonts, Troubleshooting
@subsection No Makefile
I tried to compile something and I get:

2
FAQ
View file

@ -1,7 +1,7 @@
GNUstep Frequently Asked Questions with Answers
***********************************************
Last updated 15 September 2003. Please send corrections to
Last updated 25 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: 15 September 2003
Last Update: 25 September 2003
This document explains how to build the different components of the
GNUstep core libraries and GNUstep Launchpad.

11
NEWS
View file

@ -1,7 +1,16 @@
NEWS
****
The currently released version is `1.7.4'.
The currently released version is `1.8.0'.
Changes in version `1.8.0'
==========================
Read the NEWS file for a complete list of changes since the last
stable release. The major difference from 1.6.0 is that the locations
of 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.
Changes in version `1.7.4'
==========================

View file

@ -3,8 +3,8 @@
# The version number of this release.
GNUSTEP_MAKE_MAJOR_VERSION=1
GNUSTEP_MAKE_MINOR_VERSION=7
GNUSTEP_MAKE_SUBMINOR_VERSION=4
GNUSTEP_MAKE_MINOR_VERSION=8
GNUSTEP_MAKE_SUBMINOR_VERSION=0
GNUSTEP_MAKE_VERSION=${GNUSTEP_MAKE_MAJOR_VERSION}.${GNUSTEP_MAKE_MINOR_VERSION}.${GNUSTEP_MAKE_SUBMINOR_VERSION}
VERSION=${GNUSTEP_MAKE_VERSION}