From: David Woodhouse Date: Wed, 31 Mar 2021 15:19:33 +0000 (+0100) Subject: Fix stray close paren in changelog X-Git-Tag: v8.20~317 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=95d8c2f84d5e5083787e09a676d16a545505103f;p=users%2Fdwmw2%2Fopenconnect.git Fix stray close paren in changelog Signed-off-by: David Woodhouse --- diff --git a/www/changelog.xml b/www/changelog.xml index 3027ee71..1c0bb153 100644 --- a/www/changelog.xml +++ b/www/changelog.xml @@ -27,7 +27,7 @@
  • Allow --servercert to be specified multiple times in order to accept server certificates matching more than one possible fingerprint (!162, #25)
  • Add insecure debugging build mode for developers (!112)
  • Demangle default routes sent as split routes by GlobalProtect (!118)
  • -
  • Improve GlobalProtect login argument decoding (!143)
  • ) +
  • Improve GlobalProtect login argument decoding (!143)
  • Add detection of authentication expiration date, intended to allow front-ends to cache and reuse authentication cookies/sessions (!156)
  • Small bug fixes and clarification of many logging messages.
  • Support more Juniper login forms, including some SSO forms (!171)