From c5727814b51933c57b67da5513d773b0e793f691 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 26 Aug 2024 11:30:31 +0200 Subject: [PATCH] net/upnp: wrap up version --- net/upnp/pkg-descr | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net/upnp/pkg-descr b/net/upnp/pkg-descr index 283b27ae7..366e0cb68 100644 --- a/net/upnp/pkg-descr +++ b/net/upnp/pkg-descr @@ -7,6 +7,11 @@ WWW: https://miniupnp.tuxfamily.org/ Plugin Changelog ================ +1.6 + +* Fix port maps not listed without description (contributed by Self-Hosting-Group) +* Move to compatible newwanip_map event + 1.5 * Enable STUN and allow LAN subnet override (contributed by Tawmu)