Skip to content

Commit

Permalink
openfortivpn 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored and adrienverge committed Nov 8, 2023
1 parent 505af3a commit 26a1fe6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ Releases
This high level changelog is usually updated when a release is tagged.
On the master branch there may be changes that are not (yet) described here.

### 1.21.0

* [~] fix "Peer refused to agree to his IP address" message, again
* [~] deprecate option --plugin
* [-] better masking of password in logs
* [-] break on reading 0 from ppp pty, for non-Linux systems

### 1.20.5

* [-] revert previous fix from 1.20.4, make it optional
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.63])
AC_INIT([openfortivpn], [1.20.5])
AC_INIT([openfortivpn], [1.21.0])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE([foreign subdir-objects])

Expand Down

0 comments on commit 26a1fe6

Please sign in to comment.