Version 1.13.0

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@23342 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2006-08-28 14:24:35 +00:00
parent 73ffb584cf
commit 707470d320
7 changed files with 65 additions and 34 deletions

View file

@ -1,7 +1,7 @@
Announcement
************
The GNUstep Makefile Package version 1.12.0 is now available.
The GNUstep Makefile Package version 1.13.0 is now available.
What is the GNUstep makefile package?
=====================================
@ -12,15 +12,23 @@ project without having to deal with the complex issues associated with
configuration, building, installation, and packaging. It also allows
the user to easily create cross-compiled binaries.
Changes in version `1.12.0'
Changes in version `1.13.0'
===========================
Minor fixes.
Debug libraries now have the same name as normal libraries (i.e. no "_d"
suffix). This reduces the possiblity of multiple libraries being loaded
into the same executable.
Added dragonfly OS to make targets.
Spaces and backslashes are no longer allowed in paths used by the
make package (e.g. with Windows OS). The libraries can still use native
paths.
Obtaining gnustep-make
======================
You can get the gstep-make-1.12.0.tar.gz distribution file at
You can get the gstep-make-1.13.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 @@
2006-08-28 Adam Fedor <fedor@gnu.org>
* Version 1.13.0
2006-08-24 Adam Fedor <fedor@gnu.org>
* common.make: Remove 'd' suffix for debug libraries.

View file

@ -633,7 +633,8 @@ gdnc doesn't work. If you recompile the kernel then it starts working.
@node Suse/Intel, Suse 7.x/PPC, Suse 6.x/Intel, Machine Specific
@section Suse/Intel (@emph{Supported})
GNUstep has been tested on version 7.0, 8.0, 8.1, 8.2, 9.0, 9.1, and 9.3 of Suse
GNUstep has been tested on version 7.0, 8.0, 8.1, 8.2, 9.0, 9.1, 9.3, and
10.1 of Suse
@table @var
@item Recommended compiler
@ -645,7 +646,7 @@ Compile with --threads-enabled (non-standard).
None
@item Special Instructions
None.
Suse 10.1 does not work with the x11 backend.
@end table

10
FAQ
View file

@ -1,7 +1,7 @@
GNUstep Frequently Asked Questions with Answers
***********************************************
Last updated 13 March 2006. Please send corrections to
Last updated 28 August 2006. Please send corrections to
<gnustep-maintainer@gnu.org>. Also look at the user FAQ for more user
oriented questions.
@ -317,9 +317,9 @@ How do I start writing tests?
You can write testcases - where the libraries fail tests, you could
either fix the problem, or add it to the task list.
To write testcases, you need to use anonymous CVS to install the
latest GNUstep snapshots you can find. Then checkout the
'gnustep/dev-apps/test/Testsuite' module from CVS.
To write testcases, you need to use svn to install the latest
GNUstep sourcecode you can find. Then checkout the
'gnustep/tools/testsuite' module from svn.
How do I start writing applications?
------------------------------------
@ -338,7 +338,7 @@ of it (the FAQ and the Documentation) are actually generated from files
in the individual GNUstep packages.
If you want to update the FAQ or documentation - grab the latest
snapshot of the GNUstep core you can find, update it from the CVS
snapshot of the GNUstep core you can find, update it from the svn
repository, and work with the contents of the appropriate documentation
directory.

View file

@ -1,7 +1,7 @@
GNUstep HOWTO
*************
Last Update: 13 March 2006
Last Update: 28 August 2006
This document explains how to build the different components of the
GNUstep core libraries and GNUstep Launchpad.
@ -125,7 +125,7 @@ are required.
GNUstep and WindowMaker work together to provide a consistant
interface. Although it is not required, GNUstep will work much
better if you use it with the WindowMaker window manager. Get
WindowMaker from <http://www.windowmaker.org>.
WindowMaker from <http://www.windowmaker.info>.
`gnustep-objc package (for gcc version < 3.0 ONLY or MINGW/Cygwin) (RECOMMENDED)'
Note: Do not install this library unless you are sure you need it.
@ -371,15 +371,17 @@ than previous versions.
Compiler notes: If a recommended compiler is not listed, take note
of the following information before choosing the compiler you use.
EGCS OR GCC < 2.95
Might work, but few people use these now.
Most likely will not work and is not supported.
GCC 2.95.X
Probably the oldest compiler that GNUstep is regularly tested with.
Support for this compiler is deprecated as of Aug 2006. Mostly
likely it will work in the near future and bug fixes will be
accepted, but any bugs are considered non-critical.
GCC 2.96
Not an official gcc release. Some versions (Redhat, Mandrake) have
problems that prevent GNUstep from being compiled correctly and
cause mysterious errors.
cause mysterious errors. Not supported.
GCC 3.0.X
A fairly good compiler. Recommended.
@ -728,16 +730,20 @@ EXTRA LIBS NEEDED
SPECIAL INSTRUCTIONS
See <http://www.netwinder.org/~patrix>
OpenBSD 3.x (_Unsupported,Obsolete_)
=====================================
OpenBSD 3.9 (_Unsupported_)
============================
OSF/Alpha (_Unstable_)
=======================
Information for version 3.9 (2006/08/13)
Ports at <http://mail.rochester.edu/~asveikau/gnustep-openbsd/>
OSF/Alpha (_Needs Testing, Unstable_)
======================================
Information is for Version 3.2C
RECOMMENDED COMPILER
egcs-1.1.1/1.1.2, gcc-2.95
Unknown
EXTRA LIBS NEEDED
Unknown
@ -793,9 +799,8 @@ Solaris 2.[678]/Sparc (_Supported_)
Tested on Solaris version 6, 7, and 8
RECOMMENDED COMPILER
gcc 3.2.1 or greater gcc 2.95.3. Version 2.95.2 has several bugs
that GNUstep tickles. gcc 3.04. Not 3.1 - does not compile parts
of GNUstep.
gcc 3.2.1 or greater gcc 3.04. Not 3.1 - does not compile parts of
GNUstep.
EXTRA LIBS NEEDED
tiff, Don't use the one in /usr/openwin
@ -857,8 +862,8 @@ SPECIAL INSTRUCTIONS
Suse/Intel (_Supported_)
========================
GNUstep has been tested on version 7.0, 8.0, 8.1, 8.2, 9.0, 9.1, and
9.3 of Suse
GNUstep has been tested on version 7.0, 8.0, 8.1, 8.2, 9.0, 9.1, 9.3,
and 10.1 of Suse
RECOMMENDED COMPILER
The default compiler that comes with Susu is fine. Also gcc2.95.x,
@ -869,7 +874,7 @@ EXTRA LIBS NEEDED
None
SPECIAL INSTRUCTIONS
None.
Suse 10.1 does not work with the x11 backend.
Suse 7.x/PPC (_Unsupported_)
@ -1018,13 +1023,13 @@ SPECIAL INSTRUCTIONS
Yellowdog/PowerPC (_Unsupported_)
=================================
Getting Libraries via Anonymous CVS
***********************************
Getting Libraries via SVN
*************************
If you didn't get one of the snapshots, or if you want to be sure to
stay on the bleading edge, then you should get the libraries via CVS. Go
to <http://savannah.gnu.org/cvs/?group_id=99> for information on how to
get anonymous CVS access.
stay on the bleading edge, then you should get the libraries via SVN. Go
to <http://www.gnustep.org/resources/sources.html> for information on
how to get the sourcecode.
If you haven't already done so, change to the directory, where you
want the source to reside. To get a list of potential modules to check

15
NEWS
View file

@ -1,7 +1,20 @@
NEWS
****
The currently released version is `1.12.0'.
The currently released version is `1.13.0'.
Changes in version `1.13.0'
===========================
Debug libraries now have the same name as normal libraries (i.e. no "_d"
suffix). This reduces the possiblity of multiple libraries being loaded
into the same executable.
Added dragonfly OS to make targets.
Spaces and backslashes are no longer allowed in paths used by the
make package (e.g. with Windows OS). The libraries can still use native
paths.
Changes in version `1.12.0'
===========================

View file

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