Skip to content

Releases: oz123/mh

Release v1.4.0

09 Sep 17:12
v1.4.0
2f0442e

Choose a tag to compare

Allow rule names with digits (e.g. foo-1-bar or r2d2).

Release v1.3.3

07 Aug 07:15
v1.3.3
bd939a1

Choose a tag to compare

Just a bug fix release.

Due to compatibility issue with Mac OSX, a bug that truncated the strings was introduced and now fixed.

The following build artifacts are supplied:

Linux static binary for amd64, install with:

curl -L https://github.com/oz123/mh/releases/download/v1.3.3/mh-linux-x86_64 -O
sudo mv mh-linux-x86_64 /usr/local/bin/mh  && sudo chmod 775 /usr/local/bin/mh

Or if you prefer a Debian package, which includes a man page:

curl -L  https://github.com/oz123/mh/releases/download/v1.3.3/mh_1.3.3-1_amd64.deb -O
sudo apt install -y libpcre2-8-0 && dpkg -i mh_1.3.3-1_amd64.deb

Mac OS X Users, use brew to install libpcre2:

brew install libpcre2

For legacy Mac OS X users:

curl -L  https://github.com/oz123/mh/releases/download/v1.3.3/mh-darwin-x86_64-apple-macos11 -O
sudo mv mh-darwin-x86_64-apple-macos11 /usr/local/bin/mh  && sudo chmod 775 /usr/local/bin/mh

For newer Mac OS X running on arm64 CPUs:

curl -L https://github.com/oz123/mh/releases/download/v1.3.3/mh-darwin-arm64 -O
sudo mv mh-darwin-arm64 /usr/local/bin/ && sudo chmod 775 /usr/local/bin/mh

Release v1.3.2

24 Jul 18:17
v1.3.2
2de9ed7

Choose a tag to compare

The following build artifacts are supplied:

Linux static binary for amd64, install with:

curl -L https://github.com/oz123/mh/releases/download/v1.3.2/mh-linux-x86_64 -O
sudo mv mh-linux-x86_64 /usr/local/bin/mh  && sudo chmod 775 /usr/local/bin/mh

Or if you prefer a Debian package, which includes a man page:

curl -L  https://github.com/oz123/mh/releases/download/v1.3.2/mh_1.3.2-1_amd64.deb -O
sudo apt install -y libpcre2-8-0 && dpkg -i mh_1.3.2-1_amd64.deb

Mac OS X Users, use brew to install libpcre2:

brew install libpcre2

For legacy Mac OS X users:

curl -L  https://github.com/oz123/mh/releases/download/v1.3.2/mh-darwin-x86_64-apple-macos11 -O
sudo mv mh-darwin-x86_64-apple-macos11 /usr/local/bin/mh  && sudo chmod 775 /usr/local/bin/mh

For newer Mac OS X running on arm64 CPUs:

curl -L https://github.com/oz123/mh/releases/download/v1.3.2/mh-darwin-arm64 -O
sudo mv mh-darwin-arm64 /usr/local/bin/ && sudo chmod 775 /usr/local/bin/mh

v1.1.1 GTD

27 Jun 09:11
v1.1.1
1407504

Choose a tag to compare

Target names were truncated, this is now fixed.

Now with static build

27 Jun 07:46
v1.1.0
9b2a980

Choose a tag to compare

Aside of tiny bug fixes, this release adds a static build.

v1.0.3 - Tests, and build improvements

29 May 20:36
bb14d3c

Choose a tag to compare

Makefile fixes

Allow user to override CFLAGS and move libs LIBS

Add debian package and linux bianry

17 Jul 13:22
v1.0.1
bec9e66

Choose a tag to compare

v1.0.1

Add debian package, multiple tiny C style fixes

Initial release

11 Jul 17:30
v1.0
c69481f

Choose a tag to compare

In the hope this is useful for some else too.