diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | doc/chopstx.texi | 2 |
5 files changed, 17 insertions, 4 deletions
@@ -1,3 +1,8 @@ +2016-10-13 NIIBE Yutaka <gniibe@fsij.org> + + * VERSION: 1.2. + * doc/chopstx.texi (VERSION): 1.2. + 2016-10-12 NIIBE Yutaka <gniibe@fsij.org> * chopstx.c (chopstx_join, chopstx_cancel): chopstx_join is @@ -1,6 +1,14 @@ NEWS - Noteworthy changes +* Major changes in Chopstx 1.2 + + Released 2016-10-13 + +** Fix: chopstx_join +chopstx_join is now cancellation point. + + * Major changes in Chopstx 1.1 Released 2016-07-01 @@ -1,6 +1,6 @@ Chopstx - Threads and only Threads - Version 1.1 - 2016-07-01 + Version 1.2 + 2016-10-13 Niibe Yutaka Flying Stone Technology @@ -1 +1 @@ -release/1.1 +release/1.2 diff --git a/doc/chopstx.texi b/doc/chopstx.texi index 0550b09..95794df 100644 --- a/doc/chopstx.texi +++ b/doc/chopstx.texi @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename chopstx.info -@set VERSION 1.1 +@set VERSION 1.2 @settitle Chopstx Reference Manual @c Unify some of the indices. @syncodeindex tp fn |