Skip to content

Commit c6af8ef

Browse files
committed
bugfix release
1 parent e13195b commit c6af8ef

File tree

4 files changed

+30
-5
lines changed

4 files changed

+30
-5
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2022-01-08 Richard Frith-Macdonald <[email protected]>
2+
3+
* ChangeLog: Update for new release
4+
* ANNOUNCE:
5+
* NEWS:
6+
* Documentation/ReleaseNotes.gsdoc:
7+
* Documentation/news.texi:
8+
Update release notes for 1.29.0 release.
9+
* Version: bump to 1.29.0
10+
111
2022-12-28 Richard Frith-Macdonald <[email protected]>
212

313
* ChangeLog: Update for new release

Documentation/ReleaseNotes.gsdoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ notice and this notice are preserved.
2929
migrate to using a newer version of the library.
3030
</p>
3131

32+
<section>
33+
<heading>Version 1.29.0</heading>
34+
<p>
35+
Bugfix release to increment library version number to reflect ABI
36+
changes which should have been noticed before 1.28.1 release.
37+
</p>
38+
</section>
39+
3240
<section>
3341
<heading>Version 1.28.1</heading>
3442
<p>

Documentation/news.texi

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

14-
This is a release focussing more on portability improvements and bugfixes, though it does contain some new features.
14+
This is a bugfix release increasing the library version number to reflect ABI change that should have been included when the previous release was made.
15+
16+
@section Noteworthy changes in version @samp{1.29.0}
17+
18+
@itemize @bullet
19+
@item Library version changed from 1.28 to 1.29
20+
@end itemize
21+
22+
@ifclear ANNOUNCE-ONLY
1523

1624
@section Noteworthy changes in version @samp{1.28.1}
1725

@@ -25,7 +33,6 @@ This is a release focussing more on portability improvements and bugfixes, thoug
2533
@item a variety of bugfixes.
2634
@end itemize
2735

28-
@ifclear ANNOUNCE-ONLY
2936
@section Noteworthy changes in version @samp{1.28.0}
3037

3138
Aside from an assortment of bugfixes, this release includes a lot of

Version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ GCC_VERSION=4.0.0
66

77
# The version number of this release.
88
MAJOR_VERSION=1
9-
MINOR_VERSION=28
10-
SUBMINOR_VERSION=1
9+
MINOR_VERSION=29
10+
SUBMINOR_VERSION=0
1111
# numeric value should match above
12-
VERSION_NUMBER=128.1
12+
VERSION_NUMBER=129.0
1313
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
1414
VERSION=${GNUSTEP_BASE_VERSION}
1515

0 commit comments

Comments
 (0)