changelog 2.4 KB

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