111 Announcement
22**************
33
4- The GNUstep Makefile Package version 2.8 .0 is now available.
4+ The GNUstep Makefile Package version 2.9 .0 is now available.
55
661.1 What is the GNUstep Makefile Package?
77=========================================
@@ -12,36 +12,43 @@ project without having to deal with the complex issues associated with
1212configuration, building, installation, and packaging. It also allows
1313the user to easily create cross-compiled binaries.
1414
15- 1.2 Changes in version '2.8 .0'
15+ 1.2 Changes in version '2.9 .0'
1616==============================
1717
18- * Better library combo and ABI detection: gnustep-make will now
19- attempt to detect the optimal library combo and ABI supported by
20- the installed compiler and Objective-C runtime library. Explicit
21- selection of the runtime ABI is now possible using the
22- '--with-runtime-abi' configure option.
18+ * Better check for objc runtime on Windows.
2319
24- * Full support for the gnustep-2.0 Objective-C ABI.
20+ * Split linker flags to better support partial linking: 'ALL_LDFLAGS'
21+ is now a combination of 'FINAL_LDFLAGS' and 'ALL_LDFLAGS'.
2522
26- * Support for creating a Git tag and creating a tarball from a git
27- tag using the 'git-tag' and 'git-dist' targets.
23+ * Better support for newer gcc versions.
2824
29- * Support for creating a Mercurial tag and creating a tarball from a
30- hg tag using the 'hg-tag' and 'hg-dist' targets.
25+ * Add support for storyboard files.
3126
32- * Dropped legacy Rhapsody and FreeBSD-out support.
27+ * Increase autoconf version to 2.65 and make autoconf handle
28+ Objective-C++ and OBJCXX variables directly.
29+
30+ * Fix bug that prevented ARC from getting used.
31+
32+ * Link subproject object files directly instead of first merging them
33+ into 'subproject.o'.
34+
35+ * Support building on Windows with Clang MSVC target.
36+
37+ * Improve mingw64 support: for instance, adopt the triplet used by
38+ the mingw-w64 project rather than using the one returned by
39+ autoconf. Fixes building Gorm.
3340
34411.3 Obtaining gnustep-make
3542==========================
3643
37- You can get the gnustep-make-2.8 .0.tar.gz distribution file at
44+ You can get the gnustep-make-2.9 .0.tar.gz distribution file at
3845<ftp://ftp.gnustep.org/pub/gnustep/core>
3946
40- It is accompanied by gnustep-make-2.8 .0.tar.gz.sig, a PGP signature
47+ It is accompanied by gnustep-make-2.9 .0.tar.gz.sig, a PGP signature
4148which you can validate by putting both files in the same directory and
4249using:
4350
44- gpg --verify gnustep-make-2.8 .0.tar.gz.sig
51+ gpg --verify gnustep-make-2.9 .0.tar.gz.sig
4552
4653 Signature has been created using the key with the following
4754fingerprint:
@@ -51,14 +58,14 @@ fingerprint:
5158 Read the INSTALL file or the GNUstep-HOWTO for installation
5259instructions.
5360
54- 1.5 Where do I send bug reports?
61+ 1.4 Where do I send bug reports?
5562================================
5663
5764Please log bug reports on the GNUstep project page
5865<http://savannah.gnu.org/bugs/?group=gnustep> or send bug reports to
59666067
61- 1.6 Obtaining GNUstep Software
68+ 1.5 Obtaining GNUstep Software
6269==============================
6370
6471Check out the GNUstep web site. (<http://www.gnustep.org/>) and the GNU
0 commit comments