Commit Diff


commit - 2aaa274de69e21fd9120b46349dfc36b3e281e73
commit + 1e23e5fea0a2e03b1461fa0733401b1a7314eb85
blob - b45c7f2a282baef07cb238df6dc10ba7cf49f735
blob + 0f54996cf34bf72327e710a1452a9bfcab30ad69
--- index.html
+++ index.html
@@ -62,7 +62,7 @@
       </h1>
 
       <p id="callout">
-      <a href="releases/CHANGES">Game of Trees 0.102</a> released August 14, 2024
+      <a href="releases/CHANGES">Game of Trees 0.103</a> released September 9, 2024
       <br>
       <a href="releases/portable/CHANGELOG">Game of Trees -portable 0.102</a> released August 14, 2024
 
blob - d68c7b013cac6e2a4d5031b65725e3e58fa7c507
blob + 92e5cd35a62a3edf7fdd020cab9f5e20da1aede3
--- releases/CHANGES
+++ releases/CHANGES
@@ -1,3 +1,16 @@
+* got 0.103; 2024-09-24
+  see git repository history for per-change authorship information
+- fix bug causing performance to degrade as more and more pack files appear
+- tog: add diff view 'p' keymap to write the diff to file
+- tog: display diffstat in diff view when diffing blobs or trees directly
+- gotwebd: show commit id prefix on briefs page
+- add support for HMAC digests to gotd HTTP notifications
+- move authentication credentials from gotd.conf(5) to gotd-secrets.conf(5)
+- fix spurious tog regression test failures on slower machines
+- restore abort() calls in lib/hash.c to quiet potential compiler warnings
+- gotwebd: unbreak listing of tags on the summary page (regression from 0.102)
+- gotwebd: minor tweaks to the HTML for ease of styling
+
 * got 0.102; 2024-08-14
   see git repository history for per-change authorship information
 - support for sha256 repositories; the network protocol requires git(1) for now
blob - /dev/null
blob + 3feb3a4104ef5c28dbdfbebdda69a1dbc9184bbd (mode 644)
Binary files /dev/null and releases/got-0.103.tar.gz differ