mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 02:38:09 +09:00
Bump version to 0.8.7
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -10,7 +10,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
|
|||||||
include(DefineCMakeDefaults)
|
include(DefineCMakeDefaults)
|
||||||
include(DefineCompilerFlags)
|
include(DefineCompilerFlags)
|
||||||
|
|
||||||
project(libssh VERSION 0.8.6 LANGUAGES C)
|
project(libssh VERSION 0.8.7 LANGUAGES C)
|
||||||
|
|
||||||
# global needed variable
|
# global needed variable
|
||||||
set(APPLICATION_NAME ${PROJECT_NAME})
|
set(APPLICATION_NAME ${PROJECT_NAME})
|
||||||
|
|||||||
@@ -1,6 +1,12 @@
|
|||||||
ChangeLog
|
ChangeLog
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
version 0.8.7 (released 2019-02-25)
|
||||||
|
* Fixed handling extension flags in the server implementation
|
||||||
|
* Fixed exporting ed25519 private keys
|
||||||
|
* Fixed corner cases for rsa-sha2 signatures
|
||||||
|
* Fixed some issues with connector
|
||||||
|
|
||||||
version 0.8.6 (released 2018-12-24)
|
version 0.8.6 (released 2018-12-24)
|
||||||
* Fixed compilation issues with different OpenSSL versions
|
* Fixed compilation issues with different OpenSSL versions
|
||||||
* Fixed StrictHostKeyChecking in new knownhosts API
|
* Fixed StrictHostKeyChecking in new knownhosts API
|
||||||
|
|||||||
@@ -79,7 +79,7 @@
|
|||||||
/* libssh version */
|
/* libssh version */
|
||||||
#define LIBSSH_VERSION_MAJOR 0
|
#define LIBSSH_VERSION_MAJOR 0
|
||||||
#define LIBSSH_VERSION_MINOR 8
|
#define LIBSSH_VERSION_MINOR 8
|
||||||
#define LIBSSH_VERSION_MICRO 6
|
#define LIBSSH_VERSION_MICRO 7
|
||||||
|
|
||||||
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
|
#define LIBSSH_VERSION_INT SSH_VERSION_INT(LIBSSH_VERSION_MAJOR, \
|
||||||
LIBSSH_VERSION_MINOR, \
|
LIBSSH_VERSION_MINOR, \
|
||||||
|
|||||||
Reference in New Issue
Block a user