changelog 1.5 KB

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