Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hack3ric committed May 24, 2024
1 parent c32a683 commit 6dc4578
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for Mimic

## 0.4.1 (2024-05-24)

- Fix configuration file parsing
- Make trace output more visible on certain terminals

## 0.4.0 (2024-05-24)

- Variable congestion window to better mimic real TCP
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mimic (0.4.1-1) UNRELEASED; urgency=medium

* New upstream release.

-- Eric Long <[email protected]> Fri, 24 May 2024 13:13:31 +0800

mimic (0.4.0-1) unstable; urgency=medium

* New upstream release.
Expand Down
2 changes: 1 addition & 1 deletion debian/patches/dkms-use-debian-hack.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
+++ b/kmod/dkms.conf
@@ -1,6 +1,6 @@
PACKAGE_NAME="mimic"
PACKAGE_VERSION="0.4.0"
PACKAGE_VERSION="0.4.1"
-MAKE[0]="make KERNEL_UNAME=$kernelver"
+MAKE[0]="make KERNEL_UNAME=$kernelver DEBIAN_HACK_RESOLVE_BTFIDS_PATH=/usr/lib/mimic/resolve_btfids"
CLEAN="make clean"
Expand Down
2 changes: 1 addition & 1 deletion kmod/dkms.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="mimic"
PACKAGE_VERSION="0.4.0"
PACKAGE_VERSION="0.4.1"
MAKE[0]="make KERNEL_UNAME=$kernelver"
CLEAN="make clean"
BUILT_MODULE_NAME[0]="mimic"
Expand Down

0 comments on commit 6dc4578

Please sign in to comment.