From bbf932d7d98d8e9651338355db435babded9d11e Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 11 Nov 2024 17:57:36 +0100 Subject: [PATCH] Update ChangeLog and bump version for v3.1 release Signed-off-by: Joachim Wiberg --- ChangeLog.md | 11 ++++++++++- Makefile | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 94ea569..7f46564 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/Makefile b/Makefile index 492f317..947f6ee 100644 --- a/Makefile +++ b/Makefile @@ -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