Version 1.21.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka
2022-04-22 11:11:05 +09:00
parent fdbe91600d
commit e12a7e0bb3
5 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2022-04-22 NIIBE Yutaka <gniibe@fsij.org>
* VERSION: 1.21.
* doc/chopstx.texi (VERSION): 1.21.
2022-04-21 NIIBE Yutaka <gniibe@fsij.org> 2022-04-21 NIIBE Yutaka <gniibe@fsij.org>
Backport the changes from master. Backport the changes from master.

10
NEWS
View File

@@ -1,6 +1,16 @@
NEWS - Noteworthy changes NEWS - Noteworthy changes
* Major changes in Chopstx 1.21
Released 2022-04-22
** Fix of struct chx_qh and struct chx_thread/pq/px.
Good compiler complains/warns for possible different size of
structures. To avoid this, access to the objects are fixed.
* Major changes in Chopstx 1.20 * Major changes in Chopstx 1.20
Released 2021-10-12 Released 2021-10-12

4
README
View File

@@ -1,6 +1,6 @@
Chopstx - Threads and only Threads Chopstx - Threads and only Threads
Version 1.20 Version 1.21
2021-10-12 2021-04-22
Niibe Yutaka Niibe Yutaka
Flying Stone Technology Flying Stone Technology

View File

@@ -1 +1 @@
release/1.20 release/1.21

View File

@@ -1,7 +1,7 @@
\input texinfo @c -*-texinfo-*- \input texinfo @c -*-texinfo-*-
@c %**start of header @c %**start of header
@setfilename chopstx.info @setfilename chopstx.info
@set VERSION 1.20 @set VERSION 1.21
@settitle Chopstx Reference Manual @settitle Chopstx Reference Manual
@c Unify some of the indices. @c Unify some of the indices.
@syncodeindex tp fn @syncodeindex tp fn