This repository was archived by the owner on Jan 26, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ version 0.11.1 (released 2024-08-30)
5+ * Fixed default TTY modes that are set when stdin is not connected to tty (#270)
6+ * Fixed zlib cleanup procedure, which could crash on i386
7+ * Various test fixes improving their stability
8+ * Fixed cygwin build
9+
410version 0.11.0 (released 2024-07-31)
511 * Deprecations and Removals:
612 * Dropped support for DSA
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
99include (DefineCMakeDefaults )
1010include (DefineCompilerFlags )
1111
12- project (libssh VERSION 0.11.00 LANGUAGES C CXX )
12+ project (libssh VERSION 0.11.1 LANGUAGES C CXX )
1313
1414# global needed variable
1515set (APPLICATION_NAME ${PROJECT_NAME} )
@@ -21,7 +21,7 @@ set(APPLICATION_NAME ${PROJECT_NAME})
2121# Increment AGE. Set REVISION to 0
2222# If the source code was changed, but there were no interface changes:
2323# Increment REVISION.
24- set (LIBRARY_VERSION "4.10.0 " )
24+ set (LIBRARY_VERSION "4.10.1 " )
2525set (LIBRARY_SOVERSION "4" )
2626
2727# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
Original file line number Diff line number Diff line change 1- 4.10.0
1+ 4.10.1
You can’t perform that action at this time.
0 commit comments