-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare the release package for 17.0.0 (#82)
* Modify the default value of server parameters for the version 17.0.0. * Update the version number string. Add short descriptions in NEWS. * Add cmake related files to the distribution target of automake. * Update NEWS and README.md
- Loading branch information
1 parent
1ee159f
commit 9745a25
Showing
14 changed files
with
162 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2022-04-02 Hidehisa Akiyama <[email protected]> | ||
|
||
* CMakeLists.txt: | ||
* NEWS: | ||
* configure.ac: | ||
- update a major version number. Official release 17.0.0 | ||
- improve the dash model and the catch model | ||
- support a JSON-based monitor protocol. | ||
|
||
2021-07-20 Hidehisa Akiyama <[email protected]> | ||
|
||
* NEWS: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
AC_PREREQ(2.61) | ||
LT_PREREQ([2.2]) | ||
AC_INIT([RCSSServer],[16.0.1],[[email protected]],[rcssserver]) | ||
AC_INIT([RCSSServer],[17.0.0],[https://github.com/rcsoccersim/],[rcssserver]) | ||
|
||
#AM_INIT_AUTOMAKE([gnu 1.7.2 check-news dist-bzip2 dist-zip]) | ||
AM_INIT_AUTOMAKE([gnu 1.7.2 check-news foreign]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,9 @@ AM_CFLAGS = -W -Wall | |
AM_CXXFLAGS = -W -Wall | ||
AM_LDFLAGS = | ||
|
||
EXTRA_DIST = \ | ||
CMakeLists.txt | ||
|
||
CLEANFILES = \ | ||
*~ \ | ||
core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,9 @@ AM_CFLAGS = -W -Wall | |
AM_CXXFLAGS = -W -Wall | ||
AM_LDFLAGS = | ||
|
||
EXTRA_DIST = \ | ||
CMakeLists.txt | ||
|
||
CLEANFILES = \ | ||
*~ \ | ||
core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
add_library(RCSSNet SHARED | ||
addr.cpp | ||
handler.cpp | ||
socket.cpp | ||
socketstreambuf.cpp | ||
tcpsocket.cpp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters