Commit Diff


commit - 5296e828f77e20deb0a4f21da6c303b9f5f408ed
commit + 55bd3641aa447ab9d49acbb54a5daa49bb01fd71
blob - 2e04743afdad730e1bc4b569de673d86a4f57d6c
blob + f4fbef37cb0c165b1226e7eb92d69c9743ba1529
--- releases/CHANGES
+++ releases/CHANGES
@@ -1,3 +1,14 @@
+* got 0.81; 2023-01-18
+- gotd: print configuration errors without -d (op)
+- gotd: move nrepos check to parse_config (op)
+- gotd: move socket path check to parse.y and error from the main process (op)
+- fix an issue where multiple ref-updates are rejected by gotd
+- fix an issue where gotd fails to accept multiple have-lines from clients
+- regress: replace typeset with printf for shell portability (naddy)
+- fix spurious "gotsh: unexpected flush packet" error when client is up-to-date
+- gotd: fix "bad packfile with zero objects" error while creating branches
+- document the gotd -n option
+
 * got 0.80; 2023-01-17
   too many changes to list all here; see git repository history for more
 - implement per-repository read/write authorization rules in gotd
@@ -15,7 +26,7 @@
 - farewell, gotweb. you served us well. rm gotweb (tracey)
 - lots of gotwebd refactoring (op)
 - gotwebd: use a templating system to render HTML (op)
-- gotwebd: add an RSS feed for the tags
+- gotwebd: add an RSS feed for the tags (op)
 - gotwebd: remove erratic horizontal scrolling (op)
 - gotwebd.conf: use `listen on socket' syntax for UNIX sockets too (op)
 - gotwebd: render BLOB inline, add BLOBRAW for serving raw blobs (op)
@@ -35,7 +46,7 @@
 - reduce max amount of tags stored in object cache to avoid high memory usage
 - avoid copying reused deltas to delta cache file; copy from pack file instead
 - got patch: handle the removal of binary files (op)
-- fix uninitialised fildes variables in libexec helpers (jamsek)
+- fix uninitialised variables in libexec helpers (jamsek)
 - got: minor refactor of got_pathlist_free() API (jamsek)
 - fix indexing of pack files which contain ref-deltas
 
blob - /dev/null
blob + 170c6b5384bf6379d4eea78a300082e3be8737e0 (mode 644)
Binary files /dev/null and releases/got-0.81.tar.gz differ