Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/davidrg/ckwin
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrg committed Nov 9, 2024
2 parents 5bf0367 + ce90773 commit 0bef512
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ env:
# fine, so we've switched back to zlib.net.
ZLIB_VERSION: 1.3.1
# Expected filename: https://github.com/openssl/openssl/releases/download/openssl-${{env.OPENSSL_VERSION}}/openssl-${{env.OPENSSL_VERSION}}.tar.gz
OPENSSL_VERSION: 3.0.15
OPENSSL_VERSION: 3.4.0
# OpenSSL 3.0 and 3.1 aren't properly compatible with Windows on ARM, so we've
# got to use 3.2 or newer for that.
OPENSSL_ARM_VERSION: 3.3.2
OPENSSL_ARM_VERSION: 3.4.0
# Exoected filename: ${{env.LIBSSH_SOURCE}}libssh-${{env.LIBSSH_VERSION}}.tar.xz
LIBSSH_SOURCE: https://www.libssh.org/files/0.10/
LIBSSH_VERSION: 0.10.6
Expand Down
3 changes: 2 additions & 1 deletion doc/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ by OpenSSH on modern versions of windows, add the command

### Minor Enhancements and other changes
* All executables (*.exe, *.dll) now have proper versioninfo resources
* Upgraded to OpenSSL 3.0.15 which fixes a number of bugs and security issues
* Upgraded to OpenSSL 3.4 which fixes a number of bugs and security issues and
is supported until October 2026.
* K95G no longer opens COM1 by default. If you still want this behaviour, add
`set port com1` to your k95custom.ini
* The command `set gui toolbar off` has been renamed to
Expand Down

0 comments on commit 0bef512

Please sign in to comment.