diff options
| author | Andreas Schneider <asn@samba.org> | 2017-10-12 16:47:49 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@samba.org> | 2017-10-13 10:46:17 +0200 |
| commit | 230a8a002b2017e76f5acb3c19ad919914e5d9fc (patch) | |
| tree | 001056c30a3ce9f97bbb3957a5c336b0e2b0a9af | |
| parent | c7774174beffe9a8d29dd4fb38bbed43ece1cecd (diff) | |
| download | socket_wrapper-230a8a002b2017e76f5acb3c19ad919914e5d9fc.tar.gz socket_wrapper-230a8a002b2017e76f5acb3c19ad919914e5d9fc.tar.xz socket_wrapper-230a8a002b2017e76f5acb3c19ad919914e5d9fc.zip | |
Bump version to 1.1.8socket_wrapper-1.1.8
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
| -rw-r--r-- | CMakeLists.txt | 4 | ||||
| -rw-r--r-- | ChangeLog | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d7c12e..f332cac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(APPLICATION_NAME ${PROJECT_NAME}) set(APPLICATION_VERSION_MAJOR "1") set(APPLICATION_VERSION_MINOR "1") -set(APPLICATION_VERSION_PATCH "7") +set(APPLICATION_VERSION_PATCH "8") set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}") @@ -19,7 +19,7 @@ set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINO # Increment AGE. Set REVISION to 0 # If the source code was changed, but there were no interface changes: # Increment REVISION. -set(LIBRARY_VERSION "0.1.7") +set(LIBRARY_VERSION "0.1.8") set(LIBRARY_SOVERSION "0") # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked @@ -1,6 +1,16 @@ ChangeLog ========== +version 1.1.8 (released 2017-10-13) + * Added support for openat() + * Added support for open64() and fopen64() + * Always enabled logging support + * Increased maximum for wrapped interfaces to 64 + * Improved fd duplication code + * Fixed strict-aliasing issues + * Fixed some use after free issues + * Fixed issues on ppc64le + version 1.1.7 (released 2016-05-20) * Added support for accept4() * Added support for OpenBSD |
