commit 9f84980b8968c9e0c02ff0008dccccb2794441b9 from: Stefan Sperling date: Mon Sep 18 12:30:30 2023 UTC CHANGES for 0.93 commit - d2be89b7d819e9bf53bdf5f50fcc392d61ecd976 commit + 9f84980b8968c9e0c02ff0008dccccb2794441b9 blob - 4ec54382ab108c7b7a114db0904386a6db607eb7 blob + bcc9bd1453f749d472ba69b246f57aac7682dc10 --- CHANGES +++ CHANGES @@ -1,3 +1,17 @@ +* got 0.93; 2023-09-18 + see git repository history for per-change authorship information +- show out-of-memory errors from zlib inflate() and deflate() calls +- make 'got fetch' and 'got send' release the work tree lock earlier +- tog: add basic regress for log limit and log search +- fix "no git repository found" on locked work trees; regression from 0.91 +- gotwebd: CSS improvements, looks much better in text-based browsers +- gotwebd: don't lose track of the current file during commit log pagination +- gotwebd: move buffering from the fastcgi layer to the template layer +- got diff: fix "No newline at end of file" showing up where not expected +- make 'got send' detect connections unexpectedly closed by server +- fix detection of modified files in fresh work trees created with checkout -E +- gotd: fix bogus "gotsh: operation timed out" errors; regression from 0.92 + * got 0.92; 2023-08-29 see git repository history for per-change authorship information - allow modified files to be deleted during merges if content exists in repo