Commit Diff


commit - 3457b4ba650266667a9bd0e7f00246366ed9800a
commit + 64c948072db62f52c83f7128d7a46761d8a59407
blob - f032f4fe26d5bd10c577918626dc5ade3463458d
blob + 4a8028f66e596b24d757193662a9cb5a2a279e98
--- index.html
+++ index.html
@@ -62,7 +62,7 @@
       </h1>
 
       <p id="callout">
-      <a href="releases/changes.html">Game of Trees 0.114</a> released June 23, 2025
+      <a href="releases/changes.html">Game of Trees 0.115</a> released June 27, 2025
       <br>
       <a href="releases/portable/CHANGELOG">Game of Trees -portable 0.114</a> released June 23, 2025
 
blob - de99c3f72459ce2e54175dc927360a2aa359415b
blob + fe04a2561a8db7974d2aec5c06013f259369c66f
--- releases/CHANGES
+++ releases/CHANGES
@@ -1,3 +1,11 @@
+* got 0.115; 2025-06-27
+- make errors reported by gotsys-apply-conf actually visible
+- stop trying to start gotd from gotsys-apply-conf if gotd is not running
+- fix infinite loop in got_pack_repaint_parent_commits() and got-read-pack
+- fix creation of gotd.conf deny rules in gotsys-write-conf
+- add support for global repository access rules to gotsysd.conf
+- fix segfault due to double-free in got-read-gotconfig
+
 * got 0.114; 2025-06-23
 - preserve author timestamps when rebasing commits
 - stop running ssh with -q by default; -q hides host key fingerprint errors
blob - 1e9c5fa3b4c009e3367b3909580cd5f31f70cf2b
blob + a4ab7d2905e7d141e42743af305b060c6e60d33e
--- releases/changes.html
+++ releases/changes.html
@@ -22,6 +22,27 @@ See the
 history for per-change authorship information.
 </p>
 
+<h3 id="2025-06-27"><a href="#2025-06-27">Game of Trees 0.115 - 2025-06-27</a></h3>
+<ul>
+<li>
+make errors reported by gotsys-apply-conf actually visible
+</li>
+<li>
+stop trying to start gotd from gotsys-apply-conf if gotd is not running
+</li>
+<li>
+fix infinite loop in got_pack_repaint_parent_commits() and got-read-pack
+</li>
+<li>
+fix creation of gotd.conf deny rules in gotsys-write-conf
+</li>
+<li>
+add support for global repository access rules to gotsysd.conf
+</li>
+<li>
+fix segfault due to double-free in got-read-gotconfig
+</li>
+</ul>
 <h3 id="2025-06-23"><a href="#2025-06-23">Game of Trees 0.114 - 2025-06-23</a></h3>
 <ul>
 <li>
blob - /dev/null
blob + 7fea16bf425e6636658155dc8e0b4e615d598dbd (mode 644)
Binary files /dev/null and releases/got-0.115.tar.gz differ