Skip to content

Commit cc517e2

Browse files
committed
Update changelongs and bump version for v2.5 release
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
1 parent 2e73405 commit cc517e2

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

ChangeLog.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ChangeLog
44
All notable changes to the project are documented in this file.
55

66

7-
[v2.5][UNRELEASED]
8-
------------------
7+
[v2.5][] - 202-02-23
8+
--------------------
99

1010
- Add Dockerfile, thanks to Graeme Lawes
1111
- FreeBSD support, by Ryan Libby
@@ -95,7 +95,8 @@ OnTime AS and later at Westermo. Based on the work by David Stevens
9595
and developed further by Joachim Nilsson, on his spare time.
9696

9797

98-
[UNRELEASED]: https://github.com/troglobit/mcjoin/compare/v2.4...HEAD
98+
[UNRELEASED]: https://github.com/troglobit/mcjoin/compare/v2.5...HEAD
99+
[v2.5]: https://github.com/troglobit/mcjoin/compare/v2.4...v2.5
99100
[v2.4]: https://github.com/troglobit/mcjoin/compare/v2.3...v2.4
100101
[v2.3]: https://github.com/troglobit/mcjoin/compare/v2.2...v2.3
101102
[v2.2]: https://github.com/troglobit/mcjoin/compare/v2.1...v2.2

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT(mcjoin, 2.5-beta1, https://github.com/troglobit/mcjoin/issues,, https://github.com/troglobit/mcjoin/)
1+
AC_INIT(mcjoin, 2.5, https://github.com/troglobit/mcjoin/issues,, https://github.com/troglobit/mcjoin/)
22
AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
33

44
AC_CONFIG_SRCDIR([mcjoin.c])

debian/changelog

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
mcjoin (2.5) unstable; urgency=medium
22

33
* New upstream release.
4+
* New and changed command like options.
5+
* Fixes possible file descriptor leaks.
6+
* Improved error detection on startup, i.e., no default interface,
7+
or interface has no IP address (yet).
48

5-
-- Joachim Nilsson <troglobit@gmail.com> Sat, 08 Feb 2020 17:29:05 +0100
9+
-- Joachim Nilsson <troglobit@gmail.com> Sun, 23 Feb 2020 06:44:03 +0100
610

711
mcjoin (2.4) unstable; urgency=medium
812

0 commit comments

Comments
 (0)