mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-10-27 11:21:07 -04:00
Bump version to 0.8.0
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
#### Version history:
|
#### Version history:
|
||||||
|
|
||||||
###### 0.7.3
|
###### 0.8.0
|
||||||
|
- Implement support for multipacket responses
|
||||||
- Add support to Valve style rcon authentication
|
- Add support to Valve style rcon authentication
|
||||||
- Change maximum packet size to correct value (4096 -> 4106)
|
- Change maximum packet size to correct value (4096 -> 4106)
|
||||||
- Print auth failed message to stderr instead of stdout
|
- Print auth failed message to stderr instead of stdout
|
||||||
|
|||||||
2
mcrcon.1
2
mcrcon.1
@ -1,7 +1,7 @@
|
|||||||
.\" Process this file with
|
.\" Process this file with
|
||||||
.\" groff -man -Tascii mcrcon.1
|
.\" groff -man -Tascii mcrcon.1
|
||||||
.\"
|
.\"
|
||||||
.TH MCRCON 1 "November 2024" "Version 0.7.3"
|
.TH MCRCON 1 "November 2024" "Version 0.8.0"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mcrcon \- send rcon commands to a Minecraft server
|
mcrcon \- send rcon commands to a Minecraft server
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|||||||
2
mcrcon.c
2
mcrcon.c
@ -41,7 +41,7 @@
|
|||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define VERSION "0.7.3"
|
#define VERSION "0.8.0"
|
||||||
#define IN_NAME "mcrcon"
|
#define IN_NAME "mcrcon"
|
||||||
#define VER_STR IN_NAME" "VERSION" (built: "__DATE__" "__TIME__")"
|
#define VER_STR IN_NAME" "VERSION" (built: "__DATE__" "__TIME__")"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user