]> err.no Git - sope/blob - ANNOUNCE
d39277048e6f16e9fff4601e73019eeaf704700b
[sope] / ANNOUNCE
1 Announcement
2 ************
3
4 The GNUstep Makefile Package version 1.10.0 is now available.
5
6 What is the GNUstep makefile package?
7 =====================================
8
9 The makefile package is a simple, powerful and extensible way to write
10 makefiles for a GNUstep-based project.  It allows the user to write a
11 project without having to deal with the complex issues associated with
12 configuration, building, installation, and packaging.  It also allows
13 the user to easily create cross-compiled binaries.
14
15 Changes in version `1.10.0'
16 ===========================
17
18    * a GNUsteprc file is now automatically created and installed in
19      $GNUSTEP_SYSTEM_ROOT, which sets the system-wide default for the
20      user root directory (default=~/GNUstep, which can be overriden
21      with the `--with-user-root' argument to configure, or by modifying
22      GNUsteprc after configuration.)
23
24    * make_services is not run by GNUstep.sh anymore. You must run this
25      manually now (see the gnustep-gui documentation).
26
27    * Palettes use a plist instead of a strings format file now for the
28      palette.table file.
29
30    * You can use the `--enable-native-objc-exceptions' argument to
31      configure to enable use of built in objc exceptions with compilers
32      that support it.
33
34 Obtaining gnustep-make
35 ======================
36
37 You can get the gstep-make-1.10.0.tar.gz distribution file at
38 <ftp://ftp.gnustep.org/pub/gnustep/core>
39
40    Please log bug reports on the GNUstep project page
41 <http://savannah.gnu.org/bugs/?group=gnustep> or send bug reports to
42 <bug-gnustep@gnu.org>.
43