Skip to content

Commit 854795c

Browse files
committed
libssh 0.11.1
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Sahana Prasad <sahana@redhat.com>
1 parent da064c9 commit 854795c

File tree

4 files changed

+454
-3
lines changed

4 files changed

+454
-3
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
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+
410
version 0.11.0 (released 2024-07-31)
511
* Deprecations and Removals:
612
* Dropped support for DSA

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
99
include(DefineCMakeDefaults)
1010
include(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
1515
set(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")
2525
set(LIBRARY_SOVERSION "4")
2626

2727
# where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked

src/ABI/current

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.10.0
1+
4.10.1

0 commit comments

Comments
 (0)