From f6b0356364528810c1467e768ed20e3cb6af8313 Mon Sep 17 00:00:00 2001 From: Skyebee Date: Mon, 8 Jun 2026 01:29:19 -0400 Subject: [PATCH] drop 'dgamelaunch' from $VERSION replacement chmod +x findlibs cpbin sanepath Fix changelog whitespace Document noisytoot changes --- Changelog | 25 ++++++++++++++++--------- cpbin | 0 dgamelaunch.c | 2 +- findlibs | 0 sanepath | 0 5 files changed, 17 insertions(+), 10 deletions(-) mode change 100644 => 100755 cpbin mode change 100644 => 100755 findlibs mode change 100644 => 100755 sanepath diff --git a/Changelog b/Changelog index fda2946..9d1a1df 100644 --- a/Changelog +++ b/Changelog @@ -1,18 +1,25 @@ 1.6.1-roc (2026) - * Banner (Menu) Files - * Changed loadbanner() [dgamelaunch.c] -- $INCLUDE() can now be - anywhere in a line. - * Banner files can be longer than 24 lines, if the window size is - long enough. - * Meta - * Self-reported version now includes git tag and/or commit hash. - * Forked noisytoot repository and merged changes in paxed's repo - since last merge. + * Banner (Menu) Files + * Changed loadbanner() [dgamelaunch.c] -- $INCLUDE() can now be + anywhere in a line. + * $VERSION now replaced with PACKAGE_VERSION instead of + PACKAGE_STRING + * Banner files can be longer than 24 lines, if the window size is + long enough. + * Meta + * Self-reported version now includes git tag and/or commit hash. + * Forked noisytoot repository and merged changes in paxed's repo + since last merge. * Merged "crawl-specific" character handling from crawl repo (maybe it will be useful for older versions of DCSS?) +1.6.0-hdf (2024 - noisytoot fork, recorded here 2026 by skyebee) + * Fixed various buildtime warnings in ee, and minor errors in autoconf + * Improved error reporting in dgldebug.log + * Added optional support for linux namespaces over root powers + 1.6.0-hdf (2018-2020) * Enhanced watchmode - use game's built-in whatch function instead of ttyplay, when available (FIQ/Tangles) diff --git a/cpbin b/cpbin old mode 100644 new mode 100755 diff --git a/dgamelaunch.c b/dgamelaunch.c index ca6f1b5..c9d7df8 100644 --- a/dgamelaunch.c +++ b/dgamelaunch.c @@ -621,7 +621,7 @@ loadbanner (char *fname, struct dg_banner *ban) { strncpy(bufnew, bannerstrmangle(bufnew, tmpbufnew, DGL_BANNER_LINELEN, bv->name, banner_var_resolve(bv)), DGL_BANNER_LINELEN); bv = bv->next; } - strncpy(bufnew, bannerstrmangle(bufnew, tmpbufnew, DGL_BANNER_LINELEN, "$VERSION", PACKAGE_STRING), DGL_BANNER_LINELEN); + strncpy(bufnew, bannerstrmangle(bufnew, tmpbufnew, DGL_BANNER_LINELEN, "$VERSION", PACKAGE_VERSION), DGL_BANNER_LINELEN); if (me && loggedin) { strncpy(bufnew, bannerstrmangle(bufnew, tmpbufnew, DGL_BANNER_LINELEN, "$USERNAME", me->username), DGL_BANNER_LINELEN); } else { diff --git a/findlibs b/findlibs old mode 100644 new mode 100755 diff --git a/sanepath b/sanepath old mode 100644 new mode 100755 -- 2.47.3