backported.patch 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. commit ced2ec32b657a7f52604b2e16e5d5881041c517a
  2. Author: OpenEmbedded <oe.patch@oe>
  3. Date: Mon Nov 18 18:43:15 2019 +0100
  4. Backport of the NEWS file from version 1.6.0
  5. diff --git a/doc/NEWS b/doc/NEWS
  6. index 69793fc..fd49b1c 100644
  7. --- a/doc/NEWS
  8. +++ b/doc/NEWS
  9. @@ -1,3 +1,26 @@
  10. +1.6.0 - 15 March 2015
  11. + - fix lstat64 support when unavailable - separate patches supplied by
  12. + Ganael Laplanche and Peter Korsgaard
  13. + - (#1506) new option "-D" / "--delay-start" to only show bar after N
  14. + seconds (Damon Harper)
  15. + - new option "--fineta" / "-I" to show ETA as time of day rather than time
  16. + remaining - patch supplied by Erkki Seppälä (r147)
  17. + - (#1509) change ETA (--eta / -e) so that days are given if the hours
  18. + remaining are 24 or more (Jacek Wielemborek)
  19. + - (#1499) repeat read and write attempts on partial buffer fill/empty to
  20. + work around post-signal transfer rate drop reported by Ralf Ramsauer
  21. + - (#1507) do not try to calculate total size in line mode, due to bug
  22. + reported by Jacek Wielemborek and Michiel Van Herwegen
  23. + - cleanup: removed defunct RATS comments and unnecessary copyright notices
  24. + - clean up displayed lines when using --watchfd PID, when PID exits
  25. + - output errors on a new line to avoid overwriting transfer bar
  26. +
  27. +1.5.7 - 26 August 2014
  28. + - show KiB instead of incorrect kiB (Debian bug #706175)
  29. + - (#1284) do not gzip man page, for non-Linux OSes (Bob Friesenhahn)
  30. + - work around "awk" bug in tests/016-numeric-timer in decimal "," locales
  31. + - fix "make rpm" and "make srpm", extend "make release" to sign releases
  32. +
  33. 1.5.3 - 4 May 2014
  34. - remove SPLICE_F_NONBLOCK to fix problem with slow splice() (Jan Seda)