Skip to content

Commit

Permalink
Dec 2022 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed Dec 28, 2022
1 parent 6b6217f commit f0e0036
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2022-12-28 Richard Frith-Macdonald <[email protected]>

* ANNOUNCE:
* NEWS:
* RELEASENOTES:
* Documentation/news.texi:
* Documentation/releasenotes.texi:
Update announcement and release notes for 2.9.1.
* Version: Bump version to 2.9.1.

2022-12-05 Richard Frith-Macdonald <[email protected]>

* TestFramework/gnustep-tests.in: use the -a option to force grep
Expand Down
14 changes: 12 additions & 2 deletions Documentation/news.texi
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@
The currently released version is @samp{@value{GNUSTEP-MAKE-VERSION}}.
@end ifclear

@section Changes in version @samp{2.9.1}

@itemize

@item Add workaround for Clang bug on Windows MSVC when tests contain no Objective-C constructs.

@item Various fixes for minor issues introduced in the test framework by parallelisation mof testcase execution.

@end itemize

@ifclear ANNOUNCE-ONLY

@section Changes in version @samp{2.9.0}

@itemize
Expand Down Expand Up @@ -38,8 +50,6 @@ Gorm.

@end itemize

@ifclear ANNOUNCE-ONLY

@section Changes in version @samp{2.8.0}

@itemize
Expand Down
10 changes: 10 additions & 0 deletions Documentation/releasenotes.texi
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ The release notes include descriptions of API changes, behavior
changes and other information that might help developers and users
migrate to using a newer version of the make system.

@section Version 2.9.1

Test framework has workaround for clang issues when building with MSCV.

A few minor test framework issues inroduced by the parallelisation rewrite are fixed.

A bug in the PASS_MATCH macro is fixed.

The test framework makefiles now automatically add the framework header directory to the compiler flags, so testcases can be more reliably built by invoking make directly (rather than via the gnustep-tests script).

@section Version 2.9.0

We have improved support for newer GCC versions (GCC9 and newer).
Expand Down
2 changes: 1 addition & 1 deletion Version
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# The version number of this release.
GNUSTEP_MAKE_MAJOR_VERSION=2
GNUSTEP_MAKE_MINOR_VERSION=9
GNUSTEP_MAKE_SUBMINOR_VERSION=0
GNUSTEP_MAKE_SUBMINOR_VERSION=1
GNUSTEP_MAKE_VERSION=${GNUSTEP_MAKE_MAJOR_VERSION}.${GNUSTEP_MAKE_MINOR_VERSION}.${GNUSTEP_MAKE_SUBMINOR_VERSION}

0 comments on commit f0e0036

Please sign in to comment.