2001-11-07 03:31:23 +00:00
|
|
|
Announcement
|
|
|
|
************
|
|
|
|
|
2003-06-20 14:37:36 +00:00
|
|
|
The GNUstep Makefile Package version 1.7.1 is now available.
|
2001-11-07 03:31:23 +00:00
|
|
|
|
|
|
|
What is the GNUstep makefile package?
|
|
|
|
=====================================
|
|
|
|
|
|
|
|
The makefile package is a simple, powerful and extensible way to
|
|
|
|
write makefiles for a GNUstep-based project. It allows the user to
|
|
|
|
write a 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.
|
|
|
|
|
2003-03-23 06:53:16 +00:00
|
|
|
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
|
|
|
|
minor release numbers (1.4.1) are stable releases.
|
2002-11-20 04:25:18 +00:00
|
|
|
|
2003-06-20 14:37:36 +00:00
|
|
|
Changes in version `1.7.1'
|
|
|
|
==========================
|
|
|
|
|
|
|
|
Bug fixes.
|
|
|
|
|
2003-05-20 03:22:54 +00:00
|
|
|
Changes in version `1.7.0'
|
2003-02-17 03:00:52 +00:00
|
|
|
==========================
|
2002-11-20 04:25:18 +00:00
|
|
|
|
2003-05-20 03:22:54 +00:00
|
|
|
This version contains a major change in the location of certain
|
|
|
|
directories and installed files as detailed in the `filesystem.texi'
|
|
|
|
document. When installing this version for the first time, all old
|
|
|
|
directories and files in those directories will be moved to the new
|
|
|
|
locations automatically. However, you should update all GNUstep versions
|
|
|
|
on any machine you have them installed on in order to avoid any
|
|
|
|
incompatibilities.
|
2002-11-20 04:25:18 +00:00
|
|
|
|
2003-05-20 03:22:54 +00:00
|
|
|
Other changes:
|
2002-11-20 04:25:18 +00:00
|
|
|
|
2003-05-20 03:22:54 +00:00
|
|
|
* Support for preprocessed Info.plists.
|
2001-11-07 03:31:23 +00:00
|
|
|
|
|
|
|
Obtaining gnustep-make
|
|
|
|
======================
|
|
|
|
|
2003-06-20 14:37:36 +00:00
|
|
|
You can get the gstep-make-1.7.1.tar.gz distribution file at
|
2001-11-07 03:31:23 +00:00
|
|
|
<ftp://ftp.gnustep.org/pub/gnustep/core>
|
|
|
|
|
2003-03-23 06:53:16 +00:00
|
|
|
Please log bug reports on the GNUstep project page
|
|
|
|
<http://savannah.gnu.org/support/?group=gnustep> or send bug reports to
|
|
|
|
<bug-gnustep@gnu.org>.
|
2001-11-07 03:31:23 +00:00
|
|
|
|