Commit Diff


commit - 3bfc233445b0e31daeeebe0e0a98bf346af7be03
commit + 21ecd399e491a4ebfa193ca81a58f6dc61ecfeaf
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)