commit a5ddf5e0ebf8e0a3595e8d27c04e9d6869891758 from: Stefan Sperling date: Wed Jan 18 22:32:55 2023 UTC changes for 0.81 commit - cce8ba758294f57f72fa4e100fd2074dff3cc6ff commit + a5ddf5e0ebf8e0a3595e8d27c04e9d6869891758 blob - 83f50062784cac1b0eaeb52ddc516b3af29cb9ed blob + f4fbef37cb0c165b1226e7eb92d69c9743ba1529 --- CHANGES +++ 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