~lopin/network-manager-openconnect/+git/debian-salsa:upstream

Last commit made on 2023-06-13
Get this branch:
git clone -b upstream https://git.launchpad.net/~lopin/network-manager-openconnect/+git/debian-salsa

Branch merges

Branch information

Recent commits

89b9dc9... by Luca Boccassi

New upstream version 1.2.10

a28d393... by dwmw2

release: bump version to 1.2.10

1253902... by dwmw2

Update NEWS file for imminent 1.2.10 release

9a344f2... by dwmw2

Merge branch 'feature/openconnect_external_browser_callback' of ssh.gitlab.gnome.org:Binary-Eater/NetworkManager-openconnect

451e94c... by Yuri Chornoivan <email address hidden>

Update Ukrainian translation

a414c08... by dwmw2

Give stable links for translation hints

Use 'git blame' to find the commit (and filename and line) in which each
string was added, to avoid the churn of always changing it to the latest
commit each time we update the strings.

76cbeb0... by dwmw2

Update import-strings.sh

 • Change egrep to grep -E
 • Filter out obsolete translations when comparing openconnect po files
 • Reduce false positives when comparing openconnect-strings.txt

4725947... by dwmw2

Work around nm-applet sending QUIT too soon

a62e480... by dwmw2

Handle QUIT during connection attempt

If the connection is cancelled by NetworkManager, close the dialog
immediately.

Sadly this doesn't seem to work for timeouts. The connection will time
out but NetworkManager doesn't send a QUIT to the existing dialog until
*next* time I try to bring up the connection.

4a339f5... by dwmw2

Send \n\n termination even if there are no secrets to output

This was causing a failure to edit connections in nm-connection-editor and
gnome-control-center if they had no secrets at all.

Fixes: d0a85db8b593 ("auth-dialog: Don't exit early in non-interactive mode")