Bump version to 1.4.2 master socket_wrapper-1.4.2
authorAndreas Schneider <asn@samba.org>
Thu, 29 Jun 2023 11:37:19 +0000 (13:37 +0200)
committerAndreas Schneider <asn@samba.org>
Thu, 29 Jun 2023 11:37:19 +0000 (13:37 +0200)
Reviewed-by: Stefan Metzmacher <metze@samba.org>
CHANGELOG
CMakeLists.txt

index 0e1d39cc28e85c5a21ade35468b4b8635085d532..48192d5518fba611fceb85eba5d06aa204de819a 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,9 @@
 CHANGELOG
 =========
 
+version 1.4.2 (released 2023-06-29)
+  * Fixed LFS issues on 32bit platforms
+
 version 1.4.1 (released 2023-06-21)
   * Fixed issue with fnctl() on 32bit
   * Added openat64() to detect stale fds
index 02fe340746cade0469b03e85eca537d082b412fc..5b235d7c3b2aa08e9eb70203069ec68b4f5b5089 100644 (file)
@@ -11,7 +11,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
 include(DefineCMakeDefaults)
 include(DefineCompilerFlags)
 
-project(socket_wrapper VERSION 1.4.1 LANGUAGES C)
+project(socket_wrapper VERSION 1.4.2 LANGUAGES C)
 
 # global needed variables
 set(APPLICATION_NAME ${PROJECT_NAME})