diff options
author | Gene C | 2025-03-20 16:43:43 -0400 |
---|---|---|
committer | Gene C | 2025-03-20 16:43:43 -0400 |
commit | 950e8ace528268260e528d92ffc207a8e4c27f41 (patch) | |
tree | 9f278be1e9feafd074a67c5ba5bd59ad63c7412f | |
parent | 44fe46cddc1065d0cb201e1763a48a2c9f74fda5 (diff) | |
download | aur-950e8ace528268260e528d92ffc207a8e4c27f41.tar.gz |
update project version 6.11.0
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | Changelog | 51 | ||||
-rw-r--r-- | PKGBUILD | 2 |
3 files changed, 38 insertions, 19 deletions
@@ -1,6 +1,6 @@ pkgbase = wg-client pkgdesc = Wireguard linux client (command line and gui) - pkgver = 6.10.1 + pkgver = 6.11.0 pkgrel = 1 url = https://github.com/gene-git/wg-client install = wg-client.install @@ -22,7 +22,7 @@ pkgbase = wg-client depends = libcap depends = python-pynotify depends = openssl>=3.0 - source = git+https://github.com/gene-git/wg-client#tag=6.10.1 + source = git+https://github.com/gene-git/wg-client#tag=6.11.0 validpgpkeys = 7CCA1BA66669F3273DB52678E5B81343AB9809E1 sha512sums = SKIP diff --git a/Changelog b/Changelog index 3f4382d67f59..286ed296ab1e 100644 --- a/Changelog +++ b/Changelog @@ -1,17 +1,36 @@ +------------------------------------------------------- + Changelog : wg-client + Tags : 6.7.0 ➙ 6.11.0 + : 2025-03-02 ➙ 2025-03-20 + : 6 tags. See Docs for full changelog +------------------------------------------------------- -#------------------------------------------------------- -# Changelog : wg-client -# version : 6.4.0 -> 6.10.1 -# : 6 tags back : see Docs for full changelog -#------------------------------------------------------- -* 2025-03-17 | Add Changelog to Arch package (pacman -Qc wg-client) -* 2025-03-17 | Change wg-fix-resolv: Ignore comments when comparing resolv.conf files. More efficient/correct when only change is a commented time stamp for example. resolv monitor: Increase maximum time to wait for wireguard to start before running the monitor. No reported issues with 5 seconds - no harm in being able to wait a bit longer if needed for some reason. Resolv monitor log when it starts -* 2025-03-09 | update Docs/Changelog.rst Docs/wg-client.pdf -* 2025-03-09 | Improve readme and fix typo in help message Additional self protections in kill_ssh() function Tidy some code. -* 2025-03-02 | update Docs/Changelog.rst Docs/wg-client.pdf -* 2025-03-02 | Improve logging when ssh listener exits. -* 2025-02-27 | update Docs/Changelog.rst Docs/wg-client.pdf -* 2025-02-27 | Improve ssh retry loop after ssh session is dropped Increase saved logs 2x10k to 5x100k wg-dn stops any ssh listener as well -* 2024-12-31 | update Docs/Changelog.rst Docs/wg-client.pdf -* 2024-12-31 | Git tags are now signed. Update SPDX tags Add git signing key to Arch Package Bump python vers -* 2024-12-23 | update Docs/Changelog.rst Docs/wg-client.pdf
\ No newline at end of file + 2025-03-20 : 6.11.0 + GUI Quit button - make saure stop resolv monitor before stopping wireguard + Wireguard will restore the correct rsolv.conf from resolv.conf.saved + Better Changelog format (for packaging/Changelog and Docs/Changelog.rst) + 2025-03-17 update Changelog and Docs/wg-client.pdf + + 2025-03-17 : 6.10.1 + Add Changelog to Arch package (pacman -Qc wg-client) + + 2025-03-17 : 6.10.0 + Change wg-fix-resolv: Ignore comments when comparing resolv.conf files. + More efficient/correct when only change is a commented time stamp for + example. + resolv monitor: Increase maximum time to wait for wireguard to start before + running the monitor. + No reported issues with 5 seconds - no harm in being able to wait a bit + longer if needed for some reason. + Resolv monitor log when it starts + 2025-03-09 update Docs/Changelog.rst Docs/wg-client.pdf + + 2025-03-09 : 6.8.0 + Improve readme and fix typo in help message + Additional self protections in kill_ssh() function + Tidy some code. + 2025-03-02 update Docs/Changelog.rst Docs/wg-client.pdf + + 2025-03-02 : 6.7.0 + Improve logging when ssh listener exits. + 2025-02-27 update Docs/Changelog.rst Docs/wg-client.pdf @@ -10,7 +10,7 @@ pkgname='wg-client' pkgdesc='Wireguard linux client (command line and gui)' _gitname='wg-client' -pkgver=6.10.1 +pkgver=6.11.0 pkgrel=1 url="https://github.com/gene-git/wg-client" |