Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit e832281

Browse files
committed
Bump version to 0.10.4
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
1 parent e0c2f28 commit e832281

4 files changed

Lines changed: 433 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
CHANGELOG
22
=========
33

4+
version 0.10.4 (released 2022-09-07)
5+
* Fixed issues with KDF on big endian
6+
47
version 0.10.3 (released 2022-09-05)
58
* Fixed possible infinite loop in known hosts checking
69

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
1010
include(DefineCMakeDefaults)
1111
include(DefineCompilerFlags)
1212

13-
project(libssh VERSION 0.10.3 LANGUAGES C)
13+
project(libssh VERSION 0.10.4 LANGUAGES C)
1414

1515
# global needed variable
1616
set(APPLICATION_NAME ${PROJECT_NAME})
@@ -22,7 +22,7 @@ set(APPLICATION_NAME ${PROJECT_NAME})
2222
# Increment AGE. Set REVISION to 0
2323
# If the source code was changed, but there were no interface changes:
2424
# Increment REVISION.
25-
set(LIBRARY_VERSION "4.9.3")
25+
set(LIBRARY_VERSION "4.9.4")
2626
set(LIBRARY_SOVERSION "4")
2727

2828
# 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.9.3
1+
4.9.4

0 commit comments

Comments
 (0)