commit fec556bcd05bb8d7ad8c1638788ff6d3a7a130a6 from: Stefan Sperling date: Sat Sep 11 13:44:55 2021 UTC CHANGES for 0.58 commit - 0968089c4617f2c837943d3cbeae4a24958128bb commit + fec556bcd05bb8d7ad8c1638788ff6d3a7a130a6 blob - 329d6246310cb86bd09e2d79289cc82333516f40 blob + b0d9118fbaa6a8a1ff23a9567c1b0c8581470f33 --- CHANGES +++ CHANGES @@ -1,3 +1,13 @@ +* got 0.58; 2021-09-11 +- tog: support navigating to first/last line of tree and ref views (naddy) +- tog: jump directly to first log item instead of traversing the list (naddy) +- tog: when jumping to bottom of the log view, go from tail backwards (naddy) +- make "got branch -d" print reference name and value (naddy) +- move code duplicated by got-send-pack and got-fetch-pack to common files +- assert against accidentally overflowing argv[] in got_dial_ssh() (naddy) +- make 'gotadmin info' display separate send/fetch URLs if they differ +- fix a null-pointer deref in 'got fetch -d' (reported by Omar Polo) + * got 0.57; 2021-09-03 - remove superfluous strdup(3) from parse.y files (Martin Vahlensieck) - adapt regress tests which handle UTC dates (naddy)