Skip to content

Commit

Permalink
bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed Jan 8, 2023
1 parent e13195b commit c6af8ef
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 5 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2022-01-08 Richard Frith-Macdonald <[email protected]>

* ChangeLog: Update for new release
* ANNOUNCE:
* NEWS:
* Documentation/ReleaseNotes.gsdoc:
* Documentation/news.texi:
Update release notes for 1.29.0 release.
* Version: bump to 1.29.0

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

* ChangeLog: Update for new release
Expand Down
8 changes: 8 additions & 0 deletions Documentation/ReleaseNotes.gsdoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ notice and this notice are preserved.
migrate to using a newer version of the library.
</p>

<section>
<heading>Version 1.29.0</heading>
<p>
Bugfix release to increment library version number to reflect ABI
changes which should have been noticed before 1.28.1 release.
</p>
</section>

<section>
<heading>Version 1.28.1</heading>
<p>
Expand Down
11 changes: 9 additions & 2 deletions Documentation/news.texi
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@ The currently released version of the library is
See the @url{ReleaseNotes.html} document for more information.
@end ifclear

This is a release focussing more on portability improvements and bugfixes, though it does contain some new features.
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.

@section Noteworthy changes in version @samp{1.29.0}

@itemize @bullet
@item Library version changed from 1.28 to 1.29
@end itemize

@ifclear ANNOUNCE-ONLY

@section Noteworthy changes in version @samp{1.28.1}

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

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

Aside from an assortment of bugfixes, this release includes a lot of
Expand Down
6 changes: 3 additions & 3 deletions Version
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ GCC_VERSION=4.0.0

# The version number of this release.
MAJOR_VERSION=1
MINOR_VERSION=28
SUBMINOR_VERSION=1
MINOR_VERSION=29
SUBMINOR_VERSION=0
# numeric value should match above
VERSION_NUMBER=128.1
VERSION_NUMBER=129.0
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
VERSION=${GNUSTEP_BASE_VERSION}

Expand Down

0 comments on commit c6af8ef

Please sign in to comment.