Commit Diff


commit - fafb607d32045ae5fc96f9a0bd6080e423ad4b8a
commit + d445bbf175dff7994d349690eec1f5b991bc36cf
blob - 551b70713f220b08cc30501ebf7adbd064a56697
blob + 13bca172c7fcd8e3b3a7f21995500af1fc877977
--- index.html
+++ index.html
@@ -62,7 +62,7 @@
       </h1>
 
       <p id="callout">
-      <a href="releases/changes.html">Game of Trees 0.108</a> released January 22, 2025
+      <a href="releases/changes.html">Game of Trees 0.109</a> released February 14, 2025
       <br>
       <a href="releases/portable/CHANGELOG">Game of Trees -portable 0.108</a> released January 24, 2025
 
blob - 4184fae7bcf46b1097f9415c991bdb587e8e33ff
blob + 8f6d93fcff599331f041d6c4a106bf481373160f
--- releases/CHANGES
+++ releases/CHANGES
@@ -1,3 +1,10 @@
+* got 0.109; 2025-02-14
+- fix gotd failing to protect references when the client sends an empty pack
+- during pack generation, fix exclusion of commits via an ancestor commit
+- fix a bogus "received unexpected privsep message" error from gotsh
+- fix diffstat path order bug in field width computation
+- gotwebd: preserve 'folder=' parameter when following More links
+
 * got 0.108; 2025-01-22
 - add ssh -i identity-file support to commands which use the network
 - make 'got import' output independent of readdir(3) entry order
blob - 055daffbaeadab945d8009966bda367f49dff143
blob + 174e81bb96e4bd12aa57bdcbc8d54d21735e12c0
--- releases/changes.html
+++ releases/changes.html
@@ -22,6 +22,24 @@ See the
 history for per-change authorship information.
 </p>
 
+<h3 id="2025-02-14"><a href="#2025-02-14">Game of Trees 0.109 - 2025-02-14</a></h3>
+<ul>
+<li>
+fix gotd failing to protect references when the client sends an empty pack
+</li>
+<li>
+during pack generation, fix exclusion of commits via an ancestor commit
+</li>
+<li>
+fix a bogus "received unexpected privsep message" error from gotsh
+</li>
+<li>
+fix diffstat path order bug in field width computation
+</li>
+<li>
+gotwebd: preserve 'folder=' parameter when following More links
+</li>
+</ul>
 <h3 id="2025-01-22"><a href="#2025-01-22">Game of Trees 0.108 - 2025-01-22</a></h3>
 <ul>
 <li>
blob - /dev/null
blob + 9e9d04685c29f48073882199733c78df84849ba0 (mode 644)
Binary files /dev/null and releases/got-0.109.tar.gz differ