changelog 4.3 KB

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