-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openfortivpn 1.23.0 #1266
openfortivpn 1.23.0 #1266
Conversation
CHANGELOG.md
Outdated
|
||
* [-] Support older mac0S versions that lack vdprintf() | ||
* [-] Patch certificate login error for FortiOS 7.4.4 | ||
* [-] Fix size and initialisation for array `data` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, I suggest you remove this line, because this PR reworks the code from the previous PR.
* [-] Fix size and initialisation for array `data` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, makes sense. Updated.
fef235b
to
829acf3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would just add #1267
Done 👌
Otherwise that's OK with me.
Thanks!
EDIT: Because of #1267, I also adapted:
* [-] Support older mac0S versions that lack vdprintf()
* [-] Patch certificate login error for FortiOS 7.4.4
-* [-] Clear otp after initial run
+* [-] Clear OTP after run
* [+] Support SAML login authentication
CHANGELOG.md
Outdated
|
||
* [-] Support older mac0S versions that lack vdprintf() | ||
* [-] Patch certificate login error for FortiOS 7.4.4 | ||
* [-] Fix size and initialisation for array `data` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, makes sense. Updated.
829acf3
to
ba251d0
Compare
ba251d0
to
e729d74
Compare
Fine by me. |
@DimitriPapadopoulos @mrbaseman are you OK with this?
Would you prefer to include more changes in this release?
If not, are you OK with the changelog?
Thanks in advance!