瀏覽代碼

Merge pull request #1123 from jelmer/news-0.21.0

Whoops
Jelmer Vernooij 2 年之前
父節點
當前提交
acde021074
共有 1 個文件被更改,包括 26 次插入0 次删除
  1. 26 0
      NEWS

+ 26 - 0
NEWS

@@ -10,6 +10,32 @@
    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