Skip to content

Commit

Permalink
Release version 0.4.4
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Schmitz <[email protected]>
  • Loading branch information
mattthias committed Apr 29, 2022
1 parent 77a5374 commit 18a3565
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2022-04-29 Matthias Schmitz <[email protected]>
* tag version 0.4.4
* Use meson to build
* Add interface detection for Linux:
slurm defaults now to the only non-loopback and up interface.
If more than one interface up it quits with a warning.
* Increase the maximum length of an interface name to match the length
of newer Linux kernels.
* Make slurm work again on FreeBSD, OpenBSD and MacOS

2015-08-16 Matthias Schmitz <[email protected]>
* tag version 0.4.3
* switch to cmake as build system
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ HP-UX and Solaris.

## slurm was tested on:
- Debian GNU/Linux 10/11 (buster/bullseye)
- FreeBSD 12
- CentOS 7/8
- FreeBSD 12
- OpenBSD 6.9
- MacOS 12 (Monterey)

## Compiling:
- Install meson and libncurses6-dev e.g.:
Expand Down
4 changes: 2 additions & 2 deletions config.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define PACKAGE_VERSION "0.4.3+git"
#define VERSION "0.4.3+git"
#define PACKAGE_VERSION "0.4.4"
#define VERSION "0.4.4"

0 comments on commit 18a3565

Please sign in to comment.