Skip to content

Commit 6307e47

Browse files
committed
Bugfix release 1.31.1
1 parent db20d02 commit 6307e47

File tree

6 files changed

+141
-99
lines changed

6 files changed

+141
-99
lines changed

ANNOUNCE

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
1 Announcement
22
**************
33

4-
The GNUstep Base Library, version 1.31.0, is now available.
4+
The GNUstep Base Library, version 1.31.1, is now available.
55

66
1.1 What is the GNUstep Base Library?
77
=====================================
@@ -18,20 +18,26 @@ portion of the OpenStep standard (the Foundation library).
1818
There is more information available at the GNUstep homepage at
1919
‘http://www.gnustep.org’.
2020

21-
1.2 Noteworthy changes in version ‘1.30.0
21+
1.2 Noteworthy changes in version ‘1.31.1
2222
==========================================
2323

24+
• This is a bugfix release correcting a missing KVO method when using
25+
the ng runtime and an error in weak reference support when using
26+
the gnu runtimeR, along with a few other minor fixes and
27+
documentation improvements.
28+
• The library version changes from 1.31.0 to 1.31.1
29+
2430
1.3 Where can you get it? How can you compile it?
2531
=================================================
2632

27-
The gnustep-base-1.31.0.tar.gz distribution file has been placed at
33+
The gnustep-base-1.31.1.tar.gz distribution file has been placed at
2834
<ftp://ftp.gnustep.org/pub/gnustep/core>.
2935

30-
It is accompanied by gnustep-base-1.31.0.tar.gz.sig, a PGP signature
36+
It is accompanied by gnustep-base-1.31.1.tar.gz.sig, a PGP signature
3137
which you can validate by putting both files in the same directory and
3238
using:
3339

34-
gpg --verify gnustep-base-1.31.0.tar.gz.sig
40+
gpg --verify gnustep-base-1.31.1.tar.gz.sig
3541

3642
Signature has been created using the key with the following
3743
fingerprint:

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2025-02-28 Richard Frith-Macdonald <[email protected]>
2+
3+
* ChangeLog:
4+
* Version:
5+
* ANNOUNCE:
6+
* NEWS:
7+
* Documentation/ReleaseNotes.gsdoc:
8+
* Documentation/news.texi:
9+
Bugfix 1.31.1 release.
10+
111
2025-02-22 Richard Frith-Macdonald <[email protected]>
212

313
* Source/ObjectiveC2/weak.m: Comment out unnecessary code which does

Documentation/ReleaseNotes.gsdoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,15 @@ notice and this notice are preserved.
2828
</p>
2929

3030
<section>
31-
<heading>Version 1.30.0</heading>
31+
<heading>Version 1.31.1</heading>
32+
<p>Bugfix realease correcting a missing KVO method when using the
33+
ng runtime and an error in weak referece support when using the
34+
gnu runtime.
35+
</p>
36+
</section>
37+
38+
<section>
39+
<heading>Version 1.31.0</heading>
3240
<p>
3341
</p>
3442

Documentation/news.texi

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ The currently released version of the library is
1111
See the @url{ReleaseNotes.html} document for more information.
1212
@end ifclear
1313

14+
@section Noteworthy changes in version @samp{1.31.1}
15+
16+
@itemize @bullet
17+
@item This is a bugfix release correcting a missing KVO method when using
18+
the ng runtime and an error in weak reference support when using the gnu
19+
runtimeR, along with a few other minor fixes and documentation improvements.
20+
@item The library version changes from 1.31.0 to 1.31.1
21+
@end itemize
22+
23+
@ifclear ANNOUNCE-ONLY
24+
1425
@section Noteworthy changes in version @samp{1.31.0}
1526

1627
@itemize @bullet
@@ -68,8 +79,6 @@ See the @url{ReleaseNotes.html} document for more information.
6879

6980
@end itemize
7081

71-
@ifclear ANNOUNCE-ONLY
72-
7382
@section Noteworthy changes in version @samp{1.30.0}
7483

7584
@itemize @bullet

0 commit comments

Comments
 (0)