From 95d8c2f84d5e5083787e09a676d16a545505103f Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Wed, 31 Mar 2021 16:19:33 +0100 Subject: [PATCH] Fix stray close paren in changelog Signed-off-by: David Woodhouse --- www/changelog.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)
  • -- 2.50.1