-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release-chore: Bump version to 2.9.0 and update release notes.
- Loading branch information
Showing
7 changed files
with
213 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 Announcement | ||
************** | ||
|
||
The GNUstep Makefile Package version 2.8.0 is now available. | ||
The GNUstep Makefile Package version 2.9.0 is now available. | ||
|
||
1.1 What is the GNUstep Makefile Package? | ||
========================================= | ||
|
@@ -12,36 +12,43 @@ 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. | ||
|
||
1.2 Changes in version '2.8.0' | ||
1.2 Changes in version '2.9.0' | ||
============================== | ||
|
||
* Better library combo and ABI detection: gnustep-make will now | ||
attempt to detect the optimal library combo and ABI supported by | ||
the installed compiler and Objective-C runtime library. Explicit | ||
selection of the runtime ABI is now possible using the | ||
'--with-runtime-abi' configure option. | ||
* Better check for objc runtime on Windows. | ||
|
||
* Full support for the gnustep-2.0 Objective-C ABI. | ||
* Split linker flags to better support partial linking: 'ALL_LDFLAGS' | ||
is now a combination of 'FINAL_LDFLAGS' and 'ALL_LDFLAGS'. | ||
|
||
* Support for creating a Git tag and creating a tarball from a git | ||
tag using the 'git-tag' and 'git-dist' targets. | ||
* Better support for newer gcc versions. | ||
|
||
* Support for creating a Mercurial tag and creating a tarball from a | ||
hg tag using the 'hg-tag' and 'hg-dist' targets. | ||
* Add support for storyboard files. | ||
|
||
* Dropped legacy Rhapsody and FreeBSD-out support. | ||
* Increase autoconf version to 2.65 and make autoconf handle | ||
Objective-C++ and OBJCXX variables directly. | ||
|
||
* Fix bug that prevented ARC from getting used. | ||
|
||
* Link subproject object files directly instead of first merging them | ||
into 'subproject.o'. | ||
|
||
* Support building on Windows with Clang MSVC target. | ||
|
||
* Improve mingw64 support: for instance, adopt the triplet used by | ||
the mingw-w64 project rather than using the one returned by | ||
autoconf. Fixes building Gorm. | ||
|
||
1.3 Obtaining gnustep-make | ||
========================== | ||
|
||
You can get the gnustep-make-2.8.0.tar.gz distribution file at | ||
You can get the gnustep-make-2.9.0.tar.gz distribution file at | ||
<ftp://ftp.gnustep.org/pub/gnustep/core> | ||
|
||
It is accompanied by gnustep-make-2.8.0.tar.gz.sig, a PGP signature | ||
It is accompanied by gnustep-make-2.9.0.tar.gz.sig, a PGP signature | ||
which you can validate by putting both files in the same directory and | ||
using: | ||
|
||
gpg --verify gnustep-make-2.8.0.tar.gz.sig | ||
gpg --verify gnustep-make-2.9.0.tar.gz.sig | ||
|
||
Signature has been created using the key with the following | ||
fingerprint: | ||
|
@@ -51,14 +58,14 @@ fingerprint: | |
Read the INSTALL file or the GNUstep-HOWTO for installation | ||
instructions. | ||
|
||
1.5 Where do I send bug reports? | ||
1.4 Where do I send bug reports? | ||
================================ | ||
|
||
Please log bug reports on the GNUstep project page | ||
<http://savannah.gnu.org/bugs/?group=gnustep> or send bug reports to | ||
<[email protected]>. | ||
|
||
1.6 Obtaining GNUstep Software | ||
1.5 Obtaining GNUstep Software | ||
============================== | ||
|
||
Check out the GNUstep web site. (<http://www.gnustep.org/>) and the GNU | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
2021-03-21 Ivan Vucica <[email protected]> | ||
|
||
* ANNOUNCE: | ||
* NEWS: | ||
* RELEASENOTES: | ||
* Documentation/news.texi: | ||
* Documentation/releasenotes.texi: | ||
Update release notes for 2.9.0. | ||
* Version: | ||
Bump version to 2.9.0. | ||
|
||
2021-03-09 Frederik Seiffert <[email protected]> | ||
|
||
* target.make: | ||
|
@@ -7,6 +18,27 @@ | |
* configure.ac: | ||
Fix CFLAGS for Windows MSVC. | ||
|
||
2021-03-06 Richard Frith-Macdonald <[email protected]> | ||
|
||
* Instance/application.make: | ||
* configure: | ||
* configure.ac: | ||
* jni.make: | ||
* rules.make: | ||
* target.make: | ||
Adopt the triplet used by the mingw-w64 project (where the OS is always | ||
mingw32 and we differentiate 64bit Windows using the vendor part), | ||
rather than the one returned by autoconf. Scrap most of the code to | ||
differentiate between the two systems. | ||
|
||
2021-02-25 Richard Frith-Macdonald <[email protected]> | ||
|
||
* configure: | ||
* configure.ac: | ||
Convert mingw-w64's triplet (cpu-w64-mingw32) which looks like mingw32 | ||
back to standard form. | ||
|
||
|
||
2021-02-12 Frederik Seiffert <[email protected]> | ||
|
||
* common.make: Silence PATH warning on Windows MSVC. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.