]> skyeroc.xyz Git - dgamelaunch/commitdiff
drop 'dgamelaunch' from $VERSION replacement
authorSkyebee <sb24kelley@gmail.com>
Mon, 8 Jun 2026 05:29:19 +0000 (01:29 -0400)
committersbkelley <sb24kelley@gmail.com>
Mon, 15 Jun 2026 21:43:52 +0000 (17:43 -0400)
chmod +x findlibs cpbin sanepath

Fix changelog whitespace

Document noisytoot changes

Changelog
cpbin [changed mode: 0644->0755]
dgamelaunch.c
findlibs [changed mode: 0644->0755]
sanepath [changed mode: 0644->0755]

index fda2946101131561178909555cc195f55a291f69..9d1a1df60dfaf6f6e32fc4167542a79e9e8a8d85 100644 (file)
--- 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 (file)
new mode 100755 (executable)
index ca6f1b56af9a11742cac202943971c2738081ac4..c9d7df8eccb6216449a06417c60c95432b4dfd2f 100644 (file)
@@ -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 {
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)