changelog 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. bgpdump (1.6.1-1) unstable; urgency=medium
  2. * New upstream version 1.6.1
  3. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Tue, 28 Apr 2020 06:51:27 +0200
  4. bgpdump (1.6.0-2) unstable; urgency=high
  5. * Don't pass the full LDFLAGS set to bgpdump creation.
  6. Closes: #945881
  7. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sun, 01 Dec 2019 17:25:10 +0100
  8. bgpdump (1.6.0-1) unstable; urgency=medium
  9. * New upstream version 1.6.0
  10. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sun, 27 Jan 2019 15:33:01 +0100
  11. bgpdump (1.5.0-3) unstable; urgency=medium
  12. * Use asciidoctor to render the manpage. Closes: #895167
  13. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Thu, 19 Jul 2018 23:43:14 +0200
  14. bgpdump (1.5.0-2) unstable; urgency=medium
  15. * Update watch file
  16. * Update manpage: BGP FSM state values 7 and 8 are now supported
  17. upstream
  18. * Fix unaligned memory access
  19. * Make the clean target work
  20. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sun, 30 Oct 2016 15:19:51 +0100
  21. bgpdump (1.5.0-1) unstable; urgency=low
  22. * New upstream version 1.5.0. Addresses:
  23. - Fix time_t expansion on big-endian archs where
  24. sizeof(time_t) > 4. Closes: #832468
  25. * manpage:
  26. - Declare y2038 compliance (or lack thereof)
  27. - Reword the -T option
  28. * Use m4_esyscmd_s to determine AC_REVISION. Closes: #841459
  29. * Refine debian/copyright
  30. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Thu, 27 Oct 2016 00:53:23 +0200
  31. bgpdump (1.4.99.15+hg127-2) unstable; urgency=low
  32. * Use strlcat from libbsd-dev, fixing FTBFS on hurd and kfreebsd
  33. Closes: #832038
  34. * Fix getopt usage, unbreaks bgpdump in several architectures
  35. * Add more assertion checks
  36. * manpage: Document the -p option, explain -M
  37. * Add small test data, and use it during build
  38. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sat, 23 Jul 2016 16:53:45 +0200
  39. bgpdump (1.4.99.15+hg127-1) unstable; urgency=low
  40. * Initial version, based on latest upstream commit. Closes: #733453
  41. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Wed, 20 Jul 2016 22:39:30 +0200