Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hack3ric committed May 24, 2024
1 parent 51c28ef commit a3a811c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 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.2 (2024-05-24)

- Fix systemd service file, adding missing \[Install\] section
- Fix version display in Mimic CLI

## 0.4.1 (2024-05-24)

- Fix configuration file parsing
Expand Down
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
mimic (0.4.1-1) UNRELEASED; urgency=medium
mimic (0.4.2-1) unstable; urgency=medium

* New upstream release.

-- Eric Long <[email protected]> Fri, 24 May 2024 21:35:49 +0800

mimic (0.4.1-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.1"
PACKAGE_VERSION="0.4.2"
-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.1"
PACKAGE_VERSION="0.4.2"
MAKE[0]="make KERNEL_UNAME=$kernelver"
CLEAN="make clean"
BUILT_MODULE_NAME[0]="mimic"
Expand Down
2 changes: 1 addition & 1 deletion src/args.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "log.h"
#include "mimic.h"

const char* argp_program_version = "0.4.0";
const char* argp_program_version = "0.4.2";
const char* argp_program_bug_address = "https://github.com/hack3ric/mimic/issues";

/* mimic (global options) */
Expand Down

0 comments on commit a3a811c

Please sign in to comment.