Skip to content

Commit

Permalink
Update ChangeLog and bump version for v3.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Nov 11, 2024
1 parent ac92a57 commit bbf932d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,21 @@ Change Log
All relevant changes are documented in this file.


[v3.1][] - UNRELEASED
[v3.1][] - 2024-11-11
---------------------

### Changes
- Add optional `-s ADDR` argument for SSM to `mreceive`, issue #3
- Add support for quiet (`-q`) mode operation
- Add credit to original authors in README and man pages
- Refactor the option parsers to use `getopt(3)`
- Major refactoring and coding style cleanup, splitting the code base up
in more files, renaming internal APIs, all to be able to use RFC3678
style APIs for source filtering, issue #3

### Fixes
- Boundary checking, max number of interfaces, internal buffer lengths
- Fixes for building on non-Linux systems, tested on FreeBSD 11.0


[v3.0][] - 2024-02-24
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*-Makefile-*- for mtools
# Originally from http://www.cs.virginia.edu/~mngroup/software/

VERSION ?= 3.0
VERSION ?= 3.1
NAME = mtools
PKG = $(NAME)-$(VERSION)
ARCHIVE = $(PKG).tar.gz
Expand Down

0 comments on commit bbf932d

Please sign in to comment.