Skip to content

Commit 980b9d8

Browse files
prepare for release version 1.4.8
1 parent d3c80b8 commit 980b9d8

3 files changed

Lines changed: 24 additions & 4 deletions

File tree

ChangeLog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# wolfSSH v1.4.8 (Nov 4, 2021)
2+
3+
## New Feature Additions and Improvements
4+
5+
- Add remote port forwarding
6+
- Make loading user created keys into the examples easier
7+
- Add --with-wolfssl and use --prefix to look for wolfSSL
8+
- Updated the unsupported GlobalReq response
9+
10+
11+
## Fixes
12+
13+
- Fix for RSA public key auth
14+
- When decoding SFTP messages, fix the size checks so they don't wrap
15+
- Fix an issue where the testsuite and echoserver a socket failure
16+
- SFTP fix for getting attribute header
17+
- Fix for possible null dereference in SendKexDhReply
18+
- Remove reference to udp from test.h
19+
- Fixes to local port forwarding
20+
121
# wolfSSH v1.4.7 (July 23, 2021)
222

323
## 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.7],[support@wolfssl.com],[wolfssh],[https://www.wolfssl.com])
6+
AC_INIT([wolfssh],[1.4.8],[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([src/config.h])
2020

21-
WOLFSSH_LIBRARY_VERSION=12:2:3
21+
WOLFSSH_LIBRARY_VERSION=12:3:3
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.7"
39-
#define LIBWOLFSSH_VERSION_HEX 0x01004007
38+
#define LIBWOLFSSH_VERSION_STRING "1.4.8"
39+
#define LIBWOLFSSH_VERSION_HEX 0x01004008
4040

4141
#ifdef __cplusplus
4242
}

0 commit comments

Comments
 (0)