Skip to content

Commit 1a8c439

Browse files
committed
Update version changes
1 parent 43b2dc6 commit 1a8c439

File tree

1 file changed

+44
-1
lines changed

1 file changed

+44
-1
lines changed

NEWS

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,47 @@
1-
Changes in PLibSYS 0.0.1
1+
Changes in plibsys 0.0.2
2+
========================
3+
4+
* Rename project to lower case letters
5+
* Move to LGPL license
6+
* Print routine names in warning and error output
7+
* Add CMake option PLIBSYS_TESTS to disable tests completely
8+
* Add ability to use general model for read-write locks explicitly
9+
10+
* New API:
11+
New hashing algorithms: SHA-256/224, SHA-512/384, SHA-3
12+
Add routines to get and set last native error codes
13+
14+
* New supported platforms and compilers:
15+
OpenVMS on Alpha and IA64 (DEC C)
16+
Tru64 on Alpha (Compaq, GCC)
17+
Linux on PPC64le (IBM XL C, GCC)
18+
Syllable (GCC)
19+
20+
* AppVeyor:
21+
Add parallel builds for Microsoft compilers
22+
Add LLVM (x64) build
23+
Add MinGW 4.9, 5.4 and 6.2 builds
24+
Add MSYS64 (x64) build
25+
Add MSYS64 (MinGW x86) build
26+
Add Cygwin (x86, x64) builds
27+
Add OpenWatcom 1.9 build
28+
29+
* Travis:
30+
Move to container-based builds
31+
Add GCC 4.9, 5.4 and 6.x builds (x86, x64) for Linux
32+
Add Clang 3.6, 3.7 and 3.8 builds (x64) for Linux
33+
Add GCC 4.9, 5.4 and 6.x builds (x64) for macOS
34+
Add Xcode 6.4, 7.3 and 8 builds (x64) for macOS
35+
36+
* Boost:
37+
Backport changes from 1.62 to fix warnings with GCC 6.x
38+
39+
* Fixes:
40+
Fix race condition on Solaris when creating a TLS key
41+
Fix potential leak on SCO when creating a TLS key
42+
Fix building tests in QNX
43+
44+
Changes in plibsys 0.0.1
245
========================
346

447
* Initial release

0 commit comments

Comments
 (0)