|
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 |
2 | 45 | ======================== |
3 | 46 |
|
4 | 47 | * Initial release |
0 commit comments