Skip to content

Commit

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


[v3.2][] - 2024-12-03
---------------------

### Fixes

- Fix #8: ordering bug cause failure to detect address family in a basic
`msend -g ff0e::181 -I eth0`. Regression introduced in v3.1


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

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.1
VERSION ?= 3.2
NAME = mtools
PKG = $(NAME)-$(VERSION)
ARCHIVE = $(PKG).tar.gz
Expand Down

0 comments on commit 0ac216b

Please sign in to comment.