commit acde02107412a6064a1ab18ed3d8f4f036126fa2 from: Jelmer Vernooij via: GitHub date: Mon Jan 16 19:17:22 2023 UTC Merge pull request #1123 from jelmer/news-0.21.0 Whoops commit - 36505c678f458bb8de36e80a1cd39d3f20f1423c commit + acde02107412a6064a1ab18ed3d8f4f036126fa2 blob - 173a395a0a903ed889536cd46784cd355f46ea4c blob + 26dcef132497d1a9766ea008c350ac388fd8d1e8 --- NEWS +++ NEWS @@ -8,8 +8,34 @@ As a consequence of this, Dulwich now reuses pack deltas when communicating with remote servers, which brings a big boost to network performance. + (Jelmer Vernooij) + + * Add 'pack-refs' command. + (Dan Villiom Podlaski Christiansen) + + * Handle more errors when trying to read a ref + (Dan Villiom Podlaski Christiansen) + + * Allow for reuse of existing deltas while creating pack files + (Stefan Sperling) + + * cli: fix argument parsing for pack-objects --stdout + (Stefan Sperling) + + * cli: open pack-objects output files in binary mode to avoid write() error + (Stefan Sperling) + + * Bump minimum python version to 3.7. (Jelmer Vernooij) + + * honor no_proxy environment variable (#1098, afaul) + + * In HTTP Git Client, allow missing Content-Type. (Jelmer Vernooij) + * Fix --pure builds (Jelmer Vernooij, #1093) + + * Allow passing abbrev to describe (#1084, Seppo Yli-Olli) + 0.20.50 2022-10-30 * Add --deltify option to ``dulwich pack-objects`` which enables