changeset 35:b50f9c2d3c64 release-2.1 2.1.0

misc: update before 2.1.0
author David Demelier <markand@malikania.fr>
date Thu, 05 Sep 2019 06:53:36 +0200
parents 2bbf3ed32445
children 44c1c7726652
files CHANGES.md INSTALL.md nsnake.6
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.md	Thu Sep 05 06:51:04 2019 +0200
+++ b/CHANGES.md	Thu Sep 05 06:53:36 2019 +0200
@@ -1,7 +1,7 @@
 NSnake CHANGES
 ==============
 
-nsnake current
+nsnake 2.1.0 2019-09-05
 -----------------------
 
 - Switch back to plain Makefiles,
@@ -26,7 +26,7 @@
 nsnake 1.3.0 2011-08-28
 -----------------------
 
-- Fix a security when reading a bad (or unexistant) file,
+- Fix a security when reading a bad (or nonexistent) file,
 - Do not append the same score twice,
 - Fix a failure when a food is near the wall and the snake wallcrosses,
 - Added an option to disable scoring.
--- a/INSTALL.md	Thu Sep 05 06:51:04 2019 +0200
+++ b/INSTALL.md	Thu Sep 05 06:53:36 2019 +0200
@@ -27,7 +27,7 @@
 - `PREFIX`: root directory for installation
 - `BINDIR`: change to the installation of executable (default: PREFIX/bin),
 - `MANDIR`: change to the manual page location (default: PREFIX/share/man),
-- `VARDIR`: change the score file database directory (default: PREFIX/var/db).
+- `VARDIR`: change the score file database directory (default: PREFIX/var).
 
 Also, edit config.mk file to adjust NSnake to your system otherwise fallback
 implementations will be bundled in.
--- a/nsnake.6	Thu Sep 05 06:51:04 2019 +0200
+++ b/nsnake.6	Thu Sep 05 06:53:36 2019 +0200
@@ -13,7 +13,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd February 27, 2011
+.Dd September 05, 2019
 .Dt NSNAKE 6
 .Os
 .Sh NAME