Commit Diff


commit - 8cff5e95a33fae159bff83b798f8c0425e2aff5c
commit + 00d6d36174cabcf3b60c6145e27db99a94767d88
blob - bf668b3a734d5b332e93efa7e6aff47078929fc4
blob + 0589222491319eee3ae2939c07437850c14d58bc
--- CHANGELOG
+++ 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 - bf5c34fd7d2b20f5e5b3fe6bdc5fdfb1923a36e8
blob + 162e4cc341c31634426b9ce960c9a8d8eeda1b12
--- util/got-portable-ver.sh
+++ util/got-portable-ver.sh
@@ -7,7 +7,7 @@
 #		    If it's a developer build, it's left as-is.
 #
 # Intended to be called from configure.ac (via autogen.sh)
-GOT_RELEASE=no
+GOT_RELEASE=yes
 GOT_PORTABLE_VER=0.85
 
 [ -d ".git" -a "$GOT_RELEASE" = "no" ] || { echo "$GOT_PORTABLE_VER" ; exit ; }