Commit Diff


commit - 8819e64a593f9eb52deb001be0e8ab65ceb3c5f0
commit + 1bf65ad7b1d442670f63773d4458c775073b529d
blob - 77b2bb071129abf160f0d6ecce1144ecdf5fb92f
blob + 2ebd4c01e2ced97f9ce9d303195279ffd8f2df2b
--- index.html
+++ index.html
@@ -66,7 +66,7 @@
       <p id="callout">
       <a href="releases/CHANGES">Game of Trees 0.85</a> released March 7, 2023
       <br>
-      <a href="releases/portable/CHANGELOG">Game of Trees -portable 0.84.1</a> released February 24, 2023
+      <a href="releases/portable/CHANGELOG">Game of Trees -portable 0.85</a> released March 8, 2023
 
 <p>
 Game of Trees (Got) is a version control system which prioritizes ease
blob - 80298d75ec87d9d0718882f5cef65e42ab7908d3
blob + dbb64d45854133fd13d783cc2be95db28c37c89e
--- portable.html
+++ portable.html
@@ -18,7 +18,7 @@ Portable version
 </h2>
 <hr>
 <p>
-<strong>Latest Release:  </strong><a href="releases/portable/got-portable-0.84.1.tar.gz">0.84.1</a>
+<strong>Latest Release:  </strong><a href="releases/portable/got-portable-0.85.tar.gz">0.85</a>
 <br />
 <a href="releases/portable/CHANGELOG">Changelog</a>
 <p>
blob - bf668b3a734d5b332e93efa7e6aff47078929fc4
blob + 0589222491319eee3ae2939c07437850c14d58bc
--- releases/portable/CHANGELOG
+++ releases/portable/CHANGELOG
@@ -6,6 +6,26 @@ other than OpenBSD.
 
 All changes are on top of the versioned changes listed in CHANGES.
 
+# got-portable 0.85 (2023-03-08)
+
+* Changes from got-0.85.
+
+There's been a tonne of -portable-specific changes in this release which aim
+to make portability easier across the supported systems.  In particular,
+there's been a lot of header cleanups, and now that -portable is using
+config.h, this has allowed dependencies to be split out, so that ncurses is
+only linked where required (tog).  This should allow for multipacking where
+needed.
+
+There have also been some great improvements to regress (which is the test
+suite) to remove GNU-specific wrappers for date(1), sed(1), ln(1).
+
+There's too many commits to list here, but for the specifics, see the
+differences between '0.84.1..0.85'.
+
+Thanks in particular to Christian "naddy" Weisgerber for his help with this
+work, and this -portable release.
+
 # got-portable 0.84.1 (2023-02-24)
 
 This is a bug-fix -portable release to address the following:
blob - /dev/null
blob + 6b512eef3dd1d1efe63012fcdb6bd01d47b41523 (mode 644)
Binary files /dev/null and releases/portable/got-portable-0.85.tar.gz differ