Skip to content

Commit ed751da

Browse files
authored
Merge pull request #443 from JacobBarthelmeh/release
prepare for release v1.4.11
2 parents 99fd7c9 + 8e118ef commit ed751da

3 files changed

Lines changed: 20 additions & 4 deletions

File tree

ChangeLog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# wolfSSH v1.4.11 (Aug 22, 2022)
2+
3+
## New Feature Additions and Improvements
4+
- Alpha version of SSHD implementation (--enable-sshd)
5+
- ECDSA key generation wrapper
6+
- Espressif port and component install
7+
- Improvements to detection of ECC RNG requirement
8+
9+
## Fixes
10+
- Handle receiving extended data type with SCP connections
11+
- Multiple non blocking fixes in SSH and SFTP use cases
12+
- Fix for handling '.' character in file name with SFTP
13+
- Windows build fix for SFTP with log timestamps enabled
14+
- Fix to handle listing large directories with SFTP LS function
15+
- Fix for checking path length when cleaning it (SFTP/SCP)
16+
117
# wolfSSH v1.4.10 (May 13, 2022)
218

319
## New Feature Additions and Improvements

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# All right reserved.
44

55
AC_COPYRIGHT([Copyright (C) 2014-2020 wolfSSL Inc.])
6-
AC_INIT([wolfssh],[1.4.10],[support@wolfssl.com],[wolfssh],[https://www.wolfssl.com])
6+
AC_INIT([wolfssh],[1.4.11],[support@wolfssl.com],[wolfssh],[https://www.wolfssl.com])
77
AC_PREREQ([2.63])
88
AC_CONFIG_AUX_DIR([build-aux])
99

@@ -18,7 +18,7 @@ AC_ARG_PROGRAM
1818
AC_CONFIG_MACRO_DIR([m4])
1919
AC_CONFIG_HEADERS([config.h])
2020

21-
WOLFSSH_LIBRARY_VERSION=12:4:4
21+
WOLFSSH_LIBRARY_VERSION=13:0:5
2222
# | | |
2323
# +------+ | +---+
2424
# | | |

wolfssh/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
extern "C" {
3636
#endif
3737

38-
#define LIBWOLFSSH_VERSION_STRING "1.4.10"
39-
#define LIBWOLFSSH_VERSION_HEX 0x01004010
38+
#define LIBWOLFSSH_VERSION_STRING "1.4.11"
39+
#define LIBWOLFSSH_VERSION_HEX 0x01004011
4040

4141
#ifdef __cplusplus
4242
}

0 commit comments

Comments
 (0)