mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Version 1.7.1
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@16963 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9e5ed75ab9
commit
fd19bac925
7 changed files with 28 additions and 13 deletions
9
ANNOUNCE
9
ANNOUNCE
|
@ -1,7 +1,7 @@
|
|||
Announcement
|
||||
************
|
||||
|
||||
The GNUstep Makefile Package version 1.7.0 is now available.
|
||||
The GNUstep Makefile Package version 1.7.1 is now available.
|
||||
|
||||
What is the GNUstep makefile package?
|
||||
=====================================
|
||||
|
@ -16,6 +16,11 @@ 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'
|
||||
==========================
|
||||
|
||||
Bug fixes.
|
||||
|
||||
Changes in version `1.7.0'
|
||||
==========================
|
||||
|
||||
|
@ -34,7 +39,7 @@ incompatibilities.
|
|||
Obtaining gnustep-make
|
||||
======================
|
||||
|
||||
You can get the gstep-make-1.7.0.tar.gz distribution file at
|
||||
You can get the gstep-make-1.7.1.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-06-20 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version 1.7.1
|
||||
|
||||
2003-06-18 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* target.make (openbsd): Enable shared libs, use -fPIC not -fpic.
|
||||
|
|
|
@ -9,6 +9,10 @@
|
|||
The currently released version is @samp{@value{GNUSTEP-MAKE-VERSION}}.
|
||||
@end ifclear
|
||||
|
||||
@section Changes in version @samp{1.7.1}
|
||||
|
||||
Bug fixes.
|
||||
|
||||
@section Changes in version @samp{1.7.0}
|
||||
|
||||
This version contains a major change in the location of certain
|
||||
|
|
13
FAQ
13
FAQ
|
@ -1,7 +1,7 @@
|
|||
GNUstep Frequently Asked Questions with Answers
|
||||
***********************************************
|
||||
|
||||
Last updated 19 May 2003. Please send corrections to
|
||||
Last updated 20 June 2003. Please send corrections to
|
||||
<gnustep-maintainer@gnu.org>. Also look at the user FAQ for more user
|
||||
oriented questions.
|
||||
|
||||
|
@ -12,11 +12,10 @@ Is it easy to port OPENSTEP programs to GNUstep?
|
|||
------------------------------------------------
|
||||
|
||||
It is probably easy for simple programs. There are some portability
|
||||
tools to make this easier
|
||||
(<http://www.gnustep.org/resources/sources.html>), or rewrite the
|
||||
Makefiles yourself. You will also have to translate the NIB files (if
|
||||
there are any) to GNUstep model files using the nib2gmodel program
|
||||
(from <ftp://ftp.gnustep.org/pub/gnustep/dev-apps>).
|
||||
tools to make this easier, or rewrite the Makefiles yourself. You will
|
||||
also have to translate the NIB files (if there are any) to GNUstep
|
||||
model files using the nib2gmodel program (from
|
||||
<ftp://ftp.gnustep.org/pub/gnustep/dev-apps>).
|
||||
|
||||
How about porting between Cocoa and GNUstep?
|
||||
--------------------------------------------
|
||||
|
@ -499,5 +498,3 @@ What is the relationship between the Display Ghostscript Server and X Windows?
|
|||
|
||||
Display Ghostscript runs on top of X Windows.
|
||||
|
||||
All trademarks mentioned on in this FAQ belong to their owners.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
GNUstep HOWTO
|
||||
*************
|
||||
|
||||
Last Update: 19 May 2003
|
||||
Last Update: 20 June 2003
|
||||
|
||||
This document explains how to build the different components of the
|
||||
GNUstep core libraries and GNUstep Launchpad.
|
||||
|
|
7
NEWS
7
NEWS
|
@ -1,7 +1,12 @@
|
|||
NEWS
|
||||
****
|
||||
|
||||
The currently released version is `1.7.0'.
|
||||
The currently released version is `1.7.1'.
|
||||
|
||||
Changes in version `1.7.1'
|
||||
==========================
|
||||
|
||||
Bug fixes.
|
||||
|
||||
Changes in version `1.7.0'
|
||||
==========================
|
||||
|
|
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=0
|
||||
GNUSTEP_MAKE_SUBMINOR_VERSION=1
|
||||
GNUSTEP_MAKE_VERSION=${GNUSTEP_MAKE_MAJOR_VERSION}.${GNUSTEP_MAKE_MINOR_VERSION}.${GNUSTEP_MAKE_SUBMINOR_VERSION}
|
||||
|
||||
|
|
Loading…
Reference in a new issue