Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hack3ric committed Mar 19, 2024
1 parent 0b43f28 commit 075e178
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mimic (0.2.1-1) unstable; urgency=medium

* New upstream release.

-- Eric Long <i@hack3r.moe> Tue, 19 Mar 2024 18:31:55 +0800

mimic (0.2.0-2) unstable; urgency=medium

* Fix systemd service install
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/src/kmod/dkms.conf
@@ -1,6 +1,6 @@
PACKAGE_NAME="mimic"
PACKAGE_VERSION="0.2.0"
PACKAGE_VERSION="0.2.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 src/args.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "mimic.h"
#include "shared/gettext.h"

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

/* mimic (global options) */
Expand Down
2 changes: 1 addition & 1 deletion src/kmod/dkms.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="mimic"
PACKAGE_VERSION="0.2.0"
PACKAGE_VERSION="0.2.1"
MAKE[0]="make KERNEL_UNAME=$kernelver"
CLEAN="make clean"
BUILT_MODULE_NAME[0]="mimic"
Expand Down

0 comments on commit 075e178

Please sign in to comment.