summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortcaiazzi2024-03-27 16:36:30 +0000
committertcaiazzi2024-03-27 16:36:30 +0000
commit275b291546ebbf89cc8d8e46355ed2230a0edbda (patch)
treef633347e4ad4e0ccbaaae6a5bf4620646c5e6f84
parent33e3bf59730b48bdb34c4be0ad61961cd6126d5d (diff)
downloadaur-275b291546ebbf89cc8d8e46355ed2230a0edbda.tar.gz
Bump to v3.7.4-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--kathara.changelog12
3 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d40e14e62da4..92b402e446e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kathara
pkgdesc = A lightweight container-based network emulation tool.
- pkgver = 3.7.3
+ pkgver = 3.7.4
pkgrel = 1
url = https://www.kathara.org/
install = kathara.install
@@ -15,7 +15,7 @@ pkgbase = kathara
optdepends = docker: for running network scenarios in a local environment
optdepends = xterm: for opening devices terminals
optdepends = tmux: for devices terminals multiplexing
- source = https://github.com/KatharaFramework/Kathara/archive/refs/tags/3.7.3.tar.gz
+ source = https://github.com/KatharaFramework/Kathara/archive/refs/tags/3.7.4.tar.gz
md5sums = SKIP
pkgname = kathara
diff --git a/PKGBUILD b/PKGBUILD
index 1484a317e1cc..9078505c968c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=kathara
-pkgver=3.7.3
+pkgver=3.7.4
pkgrel=1
pkgdesc="A lightweight container-based network emulation tool."
arch=('any')
diff --git a/kathara.changelog b/kathara.changelog
index 6848ad9849b7..df20b1a1ec2d 100644
--- a/kathara.changelog
+++ b/kathara.changelog
@@ -1,8 +1,6 @@
-Mon, 18 Mar 2024 19:23:06 +0000 Tommaso Caiazzi <tommasocaiazzi@gmail.com>
+Wed, 27 Mar 2024 16:36:25 +0000 Tommaso Caiazzi <tommasocaiazzi@gmail.com>
-* Release v3.7.3
- * New CLI UI using "rich" library!
- * (Docker) Show progress during Docker image pull, similarly to the official "docker pull" command
- * (Docker) It is now correctly possible to specify a "linux/amd64" image on Apple Silicon (which can be run using Rosetta)
- * Add "gnome-terminal" as official supported terminal emulator
- * Several API improvements and bug fixes \ No newline at end of file
+* Release v3.7.4
+ * (Docker) Fix "rp_filter" on "eth0" that was causing startup errors on some distributions
+ * (Megalos) Fix watch methods while starting/stopping devices that were causing "lstart"/"lclean" to hang indefinitely
+ * Minor fixes \ No newline at end of file