Commit Diff


commit - 8d1ce0c1dc2e57de21ea7dbd3d2d2365db94944b
commit + b5a9c48e45a3b875063c98d667eabb4e243a8b75
blob - ac6dde8fc32f42be71f63342dd6e75e214c0a47c
blob + 769369adcaab844a3eac1b3b15a430a48d8be237
--- index.html
+++ index.html
@@ -62,7 +62,7 @@
       </h1>
 
       <p id="callout">
-      <a href="releases/changes.html">Game of Trees 0.111</a> released April 22, 2025
+      <a href="releases/changes.html">Game of Trees 0.112</a> released May 14, 2025
       <br>
       <a href="releases/portable/CHANGELOG">Game of Trees -portable 0.111</a> released April 22, 2025
 
blob - 4941325b23567a1d0d90374d752d8b127a89a134
blob + 41109ea663945889f51798fd4e2a3efde8b890d3
--- releases/CHANGES
+++ releases/CHANGES
@@ -1,3 +1,11 @@
+* got 0.112; 2025-05-14
+- remove /tmp/got-importmsg temp files when import commit message is left empty
+- rely on secondary _gotwebd groups if repos_path is not owned by _gotwebd group
+- fix unrelated errors being reported if a histedit operation is aborted
+- implement support for protected references in gotsys.conf and gotsysd
+- plug memory leaks in some libexec helpers and in the gitconfig parser
+- stop needlessly opening the repository whenever a work tree is opened
+
 * got 0.111; 2025-04-22
 - introduce gotsysd: configure gotd servers by committing to gotsys.git repo
 - make gotd run 'gotsys check' on gotsys.conf commits before accepting them
blob - 83d249b7834e7d3a91e6cabf07651651e4d3ec80
blob + 147559fa6ed64b47b580f4f29e6a67b1381f9d97
--- releases/changes.html
+++ releases/changes.html
@@ -22,6 +22,27 @@ See the
 history for per-change authorship information.
 </p>
 
+<h3 id="2025-05-14"><a href="#2025-05-14">Game of Trees 0.112 - 2025-05-14</a></h3>
+<ul>
+<li>
+remove /tmp/got-importmsg temp files when import commit message is left empty
+</li>
+<li>
+rely on secondary _gotwebd groups if repos_path is not owned by _gotwebd group
+</li>
+<li>
+fix unrelated errors being reported if a histedit operation is aborted
+</li>
+<li>
+implement support for protected references in gotsys.conf and gotsysd
+</li>
+<li>
+plug memory leaks in some libexec helpers and in the gitconfig parser
+</li>
+<li>
+stop needlessly opening the repository whenever a work tree is opened
+</li>
+</ul>
 <h3 id="2025-04-22"><a href="#2025-04-22">Game of Trees 0.111 - 2025-04-22</a></h3>
 <ul>
 <li>
blob - /dev/null
blob + fdb2de2ee17a8a7313ca9fe5983c0322e1fff06c (mode 644)
Binary files /dev/null and releases/got-0.112.tar.gz differ