Commit Diff


commit - 4ba3449df854f3690baa3455c86b0a1ccbd59c1e
commit + 932bdf37ff17575ee78f35040a0345757dba7817
blob - f33993bd5328288f872c02dcf279476ca9b129e4
blob + 3716812eef4d79e9bd4545f089ebc2cb98316e25
--- releases/CHANGES
+++ releases/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)
blob - /dev/null
blob + cc24c86b0cc0c4a4cf446741508db76672c1ad73 (mode 644)
Binary files /dev/null and releases/got-0.66.tar.gz differ