changelog 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. vblade (23-1) unstable; urgency=medium
  2. * New upstream version
  3. * Adopt package. Closes: #845285
  4. * Packaging cleanup
  5. - Update debian/copyright
  6. - Declare compliance with policy 3.9.8
  7. - Refresh patch queue, add missing DEP-3 headers
  8. - Bump debhelper compat level to 10
  9. - Update package description
  10. - Update VCS-* header
  11. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Tue, 06 Dec 2016 23:01:49 +0100
  12. vblade (22-1) unstable; urgency=low
  13. * New upstream release:
  14. - Add big-endian support.
  15. - Buffer boundary cleanups.
  16. - FreeBSD BPF and MTU fixes.
  17. - New offset and size options.
  18. * Moved to 3.0 (quilt) format.
  19. * debian/control:
  20. - Bumped Standards-Version to 3.9.6 (no changes).
  21. - Added Vcs-Browser/Vcs-Git.
  22. * debian/patches:
  23. - no_hyphens_in_manpages: Refreshed and added more matches.
  24. - hardening_ldflags: New, to add CFLAGS/CPPFLAGS/LDFLAGS.
  25. * debian/watch: Added.
  26. * debian/rules: Moved it to dh and simplified a lot, while adding hardening.
  27. * debian/compat: Bumped to 9 to benefit among others of dpkg-buildflags.
  28. * debian/copyright: Moved it to DEP5 format.
  29. -- David Martínez Moreno <ender@debian.org> Wed, 29 Jul 2015 01:22:13 -0700
  30. vblade (20-1) unstable; urgency=low
  31. * New upstream release (closes: #537435):
  32. - Added latest BSF patch to vblade, remove from contrib.
  33. - Updated contributed AIO patch for compatibility with current sources.
  34. - Command line options for popular settings like O_DIRECT were added.
  35. - Default Jumbo Frame support was improved.
  36. - Made vblade respect the command-line supplied bufcnt.
  37. - Add support for AoEr11.
  38. - Set ident serial to shelf.slot:hostname.
  39. * debian/control:
  40. - Removed duplicated Section and Priority in vblade's binary section.
  41. - Upgraded Standards-Version to 3.8.2 (no changes).
  42. - Extended the long Description.
  43. - Added Build-Depends on quilt (>= 0.46-7) in order to split all changes
  44. included in .diff.gz into separate patches through dh_quilt_*.
  45. - Bumped B-D on debhelper to 6 (and debian/compat).
  46. * debian/rules: Added targets for dh_quilt_*.
  47. * debian/patches: Moved there the .diff.gz changes not under debian/:
  48. - Added 01_no_hyphen_in_manpages.patch to solve a lintian error.
  49. - Added 02_additional_cleaning.patch with changes to main Makefile.
  50. - Added 03_vblade_usage.patch for the usage prompt when called without
  51. arguments.
  52. -- David Martínez Moreno <ender@debian.org> Sat, 12 Sep 2009 01:02:11 +0200
  53. vblade (16-1) unstable; urgency=low
  54. * New upstream release (closes: #484176). Main changes are:
  55. - Size checks are now more robust (closes: #423408).
  56. - Added AIO (async I/O) and BSF (Berkeley Socket Filter) contrib patches
  57. (not applied).
  58. * vbladed: check for 4 or more arguments rather than exactly 4, so that -m
  59. switches are now accepted. Thank you very much, Pierre! (closes:
  60. #436481).
  61. * debian/rules: Added patch by Aurelien Jarno to support FreeBSD platforms
  62. (closes: #461930).
  63. * debian/control:
  64. - Added Recommends: vblade-persist, a nice tool by Daniel Kahn Gillmor
  65. that support persistent vblades across reboots and also exports vblades
  66. to localhost as a bonus! Closes: #336772, #402026, #451883.
  67. - Bumped Standards-Version to 3.8.0 (but I'll use 3.7.3 if I want lintian
  68. silent!).
  69. - Added Homepage field.
  70. * debian/copyright:
  71. - Added some copyright text to make it GPLv2 explicit.
  72. - Added copyright years to shut up lintian.
  73. -- David Martínez Moreno <ender@debian.org> Mon, 09 Jun 2008 04:21:38 +0200
  74. vblade (14-1) unstable; urgency=low
  75. * New upstream release. Main changes are:
  76. - -m allows a comma-separated list of MAC addresses with permitted access
  77. to the vblade.
  78. - Jumbo frames are now supported. Please read README for details.
  79. - Bugfixes.
  80. * Fixed a hyphen in vblade.8.
  81. -- David Martínez Moreno <ender@debian.org> Sun, 8 Apr 2007 06:06:19 +0200
  82. vblade (11-2) unstable; urgency=low
  83. * The upstream vblade.8 file contains more information than the
  84. vblade.8 and vbladed.8 files in the debian/ directory, so I removed them
  85. and linked vbladed.8 with it (closes: #410832). Thanks, Uwe Hermann.
  86. * Added removal of config.h to makefile 'clean' target.
  87. * Rewrote several files under debian/.
  88. * Added to local patch prevention for running vbladed with wrong number of
  89. parameters.
  90. -- David Martínez Moreno <ender@debian.org> Sun, 8 Apr 2007 05:51:04 +0200
  91. vblade (11-1) unstable; urgency=low
  92. * New upstream release:
  93. - Add install target for makefile and update documentation.
  94. * debian/control: Bumped policy version to 3.7.2.1 and replaced AOE with
  95. AoE in Description.
  96. * Added a TODO.Debian.
  97. -- David Martínez Moreno <ender@debian.org> Tue, 3 Oct 2006 04:23:57 +0200
  98. vblade (10-1) unstable; urgency=low
  99. * New upstream release (closes: #369151).
  100. * debian/control:
  101. - Bump Standards-Version to 3.7.2.0.
  102. - Bump dependency on debhelper to >= 5.
  103. * debian/compat: Bump compatibility to 5.
  104. -- David Martínez Moreno <ender@debian.org> Tue, 30 May 2006 03:38:03 +0200
  105. vblade (6-1) unstable; urgency=low
  106. * First upload to the Debian archive.
  107. * Imported lots of bits from the Ubuntu packaging.
  108. * debian/control: Bumped Standards-Version to 3.6.2.
  109. * debian/rules: Add NEWS as the upstream changelog.
  110. * Added vbladed script to the package, and modified it a bit.
  111. * Added a manpage for vbladed.
  112. -- David Martínez Moreno <ender@debian.org> Fri, 28 Oct 2005 01:23:59 +0200