commit d3b6e44e1ad8eb2ed8383de1b8560e62e7c21860 from: Stefan Sperling via: Thomas Adam date: Wed Jan 12 21:11:53 2022 UTC CHANGES for 0.66 commit - b490237f809cf7593cfa7de0bbb48050e27993a6 commit + d3b6e44e1ad8eb2ed8383de1b8560e62e7c21860 blob - f33993bd5328288f872c02dcf279476ca9b129e4 blob + 3716812eef4d79e9bd4545f089ebc2cb98316e25 --- CHANGES +++ CHANGES @@ -1,3 +1,10 @@ +* got 0.66; 2022-01-11 +- only open raw objects if necessary while writing out pack file data +- map raw object files into memory while packing if possible +- encode short deltas in memory instead of writing them to a temporary file +- add missing checks for reads beyond the mapped memory area of a pack file +- fix file corruption regression in 'got checkout' from 0.65 (reported by naddy) + * got 0.65; 2022-01-06 - fix 32-bit size_t multiplication overflow in meyrs diff code - ignore the return value of closefrom(2) (patch by Anna a.k.a. CyberTailor)