Jelmer Vernooij 11 gadi atpakaļ
vecāks
revīzija
c6577db77a
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      NEWS

+ 3 - 0
NEWS

@@ -6,6 +6,9 @@
 
   * Fix fetching packs with side-band-64k capability disabled. (David Keijser, Jelmer Vernooij)
 
+  * Several fixes in send-pack protocol behaviour - handling of empty pack files and deletes.
+    (milki, #1063087)
+
  IMPROVEMENTS
 
   * Support passing a single revision to BaseRepo.get_walker() rather than a list of revisions.