changelog 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. tcpreplay (3.2.4-1) unstable; urgency=low
  2. * new upstream release from 2008-01-16
  3. * remove empty dirs from package /usr/sbin
  4. -- Noèl Köthe <noel@debian.org> Sun, 20 Jan 2008 12:11:17 +0100
  5. tcpreplay (3.2.3-1) unstable; urgency=low
  6. * new upstream release from 2007-11-01
  7. - fixes double free if tcpreplay -N is launched as normal user
  8. (closes: Bug#442132)
  9. * correcting debian-rules-ignores-make-clean-error correct
  10. (closes: Bug#448259)
  11. * fixed sourceforge watch file
  12. (closes: Bug#450062)
  13. -- Noèl Köthe <noel@debian.org> Sun, 11 Nov 2007 13:18:21 +0100
  14. tcpreplay (3.2.1-1) unstable; urgency=low
  15. * new upstream release from 2007-10-25
  16. * correcting debian-rules-ignores-make-clean-error
  17. -- Noèl Köthe <noel@debian.org> Fri, 26 Oct 2007 17:54:14 +0200
  18. tcpreplay (3.2.0-1) unstable; urgency=low
  19. * new upstream release from 2007-08-27
  20. -- Noèl Köthe <noel@debian.org> Mon, 27 Aug 2007 18:21:31 +0200
  21. tcpreplay (3.1.1-1) unstable; urgency=low
  22. * new upstream release from 2007-07-19
  23. -- Noèl Köthe <noel@debian.org> Sun, 22 Jul 2007 13:03:44 +0200
  24. tcpreplay (3.0.1-1) unstable; urgency=low
  25. * new upstream release from 2007-05-01
  26. - fixed gcc 4.3 "inline" change (closes: Bug#416857)
  27. * added build-dep autotools-dev to update config.sub+.guess
  28. -- Noèl Köthe <noel@debian.org> Sun, 06 May 2007 11:40:47 +0200
  29. tcpreplay (2.99+3.0.rc1-1) unstable; urgency=low
  30. * new upstream release from 2007-04-15
  31. - upstream removed the docs/*.pdf
  32. * dlt problem should be fixed since beta13
  33. http://tcpreplay.synfin.net/trac/ticket/82
  34. (closes: Bug#414613)
  35. -- Noèl Köthe <noel@debian.org> Sun, 15 Apr 2007 14:10:24 +0200
  36. tcpreplay (2.99+3.0.beta11-4) unstable; urgency=low
  37. * rebuilt to built against libopts25
  38. (closes: Bug#409056)
  39. -- Noèl Köthe <noel@debian.org> Fri, 02 Feb 2007 22:51:37 +0100
  40. tcpreplay (2.99+3.0.beta11-3) unstable; urgency=low
  41. * fix compile error (newpkt undeclared, post_args)
  42. http://tcpreplay.synfin.net/trac/changeset/1589 and
  43. http://tcpreplay.synfin.net/trac/changeset/1590
  44. (closes: Bug#387670)
  45. -- Noèl Köthe <noel@debian.org> Sat, 16 Sep 2006 15:17:17 +0200
  46. tcpreplay (2.99+3.0.beta11-2) unstable; urgency=low
  47. * fix compile error (no field ipbuff)
  48. http://tcpreplay.synfin.net/trac/changeset/1587
  49. (closes: Bug#379657)
  50. * removing build-deps libnids-dev, libnet1-dev
  51. (not needed anymore)
  52. -- Noèl Köthe <noel@debian.org> Fri, 15 Sep 2006 15:08:17 +0200
  53. tcpreplay (2.99+3.0.beta11-1) unstable; urgency=low
  54. * new upstream from 2006-08-08
  55. -- Noèl Köthe <noel@debian.org> Tue, 08 Aug 2006 22:01:01 +0200
  56. tcpreplay (2.99+3.0.beta9-1) unstable; urgency=low
  57. * new upstream from 2006-07-17
  58. * updated standards-version
  59. -- Noèl Köthe <noel@debian.org> Sat, 22 Jul 2006 11:34:10 +0200
  60. tcpreplay (2.99+3.0.beta7-2) unstable; urgency=low
  61. * updated homepage http://tcpreplay.synfin.net
  62. * fix conflicting types for 'speed_t'
  63. (closes: Bug#361065)
  64. -- Noèl Köthe <noel@debian.org> Mon, 10 Apr 2006 22:07:02 +0200
  65. tcpreplay (2.99+3.0.beta7-1) unstable; urgency=low
  66. * new upstream beta
  67. -- Noèl Köthe <noel@debian.org> Wed, 24 Aug 2005 18:01:46 +0200
  68. tcpreplay (2.99+3.0.beta6-4) unstable; urgency=low
  69. * change build-dep from libpcap0.9 to libpcap0.8
  70. -- Noèl Köthe <noel@debian.org> Thu, 07 Jul 2005 17:22:05 +0200
  71. tcpreplay (2.99+3.0.beta6-3) unstable; urgency=low
  72. * removed libopts* files from the package and depends on
  73. autogen/libopts25 which provides these files
  74. (closes: Bug#316950)
  75. * added libnids-dev build-dependency
  76. -- Noèl Köthe <noel@debian.org> Thu, 07 Jul 2005 17:22:05 +0200
  77. tcpreplay (2.99+3.0.beta6-2) unstable; urgency=low
  78. * remove stupid man2html in package
  79. -- Noèl Köthe <noel@debian.org> Mon, 04 Jul 2005 23:19:26 +0200
  80. tcpreplay (2.99+3.0.beta6-1) unstable; urgency=low
  81. * upgrading to the tcpreplay 3.0 tree
  82. * switch to libpcap0.9-dev
  83. * updated Standards-Version
  84. * added watch file
  85. -- Noèl Köthe <noel@debian.org> Mon, 04 Jul 2005 19:32:52 +0200
  86. tcpreplay (2.3.3-1) unstable; urgency=low
  87. * new upstream from 2005-02-10
  88. -- Noèl Köthe <noel@debian.org> Sat, 12 Feb 2005 21:18:10 +0100
  89. tcpreplay (2.3.2-1) unstable; urgency=low
  90. * new upstream from 2004-11-08
  91. -- Noèl Köthe <noel@debian.org> Mon, 08 Nov 2004 19:42:50 +0100
  92. tcpreplay (2.3.1-1) unstable; urgency=low
  93. * new upstream from 2004-09-26
  94. -- Noèl Köthe <noel@debian.org> Mon, 27 Sep 2004 21:41:47 +0200
  95. tcpreplay (2.3.0-1) unstable; urgency=low
  96. * new upstream from 2004-09-05
  97. * changed build-dep from libpcap-dev to libpcap0.8-dev
  98. -- Noèl Köthe <noel@debian.org> Mon, 13 Sep 2004 20:18:46 +0200
  99. tcpreplay (2.2.2-1) unstable; urgency=low
  100. * new upstream from 2004-06-21
  101. * the release fixes the rewrite source mac address problem
  102. (closes: Bug#253391)
  103. -- Noèl Köthe <noel@debian.org> Wed, 07 Jul 2004 18:11:21 +0200
  104. tcpreplay (2.2.0-1) unstable; urgency=low
  105. * new upstream from 2004-05-15
  106. -- Noèl Köthe <noel@debian.org> Sun, 16 May 2004 12:26:20 +0200
  107. tcpreplay (2.1.1-1) unstable; urgency=low
  108. * new upstream
  109. -- Noèl Köthe <noel@debian.org> Sun, 02 May 2004 01:19:08 +0200
  110. tcpreplay (2.0.3-1) unstable; urgency=low
  111. * new upstream
  112. -- Noèl Köthe <noel@debian.org> Thu, 25 Mar 2004 19:14:46 +0100
  113. tcpreplay (2.0.2-1) unstable; urgency=low
  114. * new upstream which fixes compile issue
  115. (closes: Bug#233062)
  116. -- Noèl Köthe <noel@debian.org> Wed, 25 Feb 2004 23:07:56 +0100
  117. tcpreplay (2.0.1-2) unstable; urgency=low
  118. * added missing tcpdump dependency
  119. (closes: Bug#232606)
  120. -- Noèl Köthe <noel@debian.org> Sat, 14 Feb 2004 11:47:21 +0100
  121. tcpreplay (2.0.1-1) unstable; urgency=low
  122. * new upstream from 2004-02-03
  123. -- Noèl Köthe <noel@debian.org> Fri, 13 Feb 2004 21:09:46 +0100
  124. tcpreplay (1.4.6-1) unstable; urgency=low
  125. * new upstream from 2003-12-05
  126. -- Noèl Köthe <noel@debian.org> Sat, 6 Dec 2003 13:10:00 +0100
  127. tcpreplay (1.4.5-1) unstable; urgency=low
  128. * new upstream from 2003-08-30
  129. * updated Standards-Version
  130. * fixed a define because libnet author changed a bit
  131. (see #210341)
  132. (closes: Bug#208644)
  133. -- Noèl Köthe <noel@debian.org> Sun, 13 Sep 2003 12:19:00 +0200
  134. tcpreplay (1.4.4-1) unstable; urgency=low
  135. * new upstream from 2003-06-17
  136. -- Noel Koethe <noel@debian.org> Wed, 18 Jun 2003 12:44:00 +0200
  137. tcpreplay (1.4.2-1) unstable; urgency=low
  138. * new upstream from 2003-05-24
  139. * updated Standards-Version
  140. -- Noel Koethe <noel@debian.org> Wed, 28 May 2003 08:58:00 +0100
  141. tcpreplay (1.4.0-1) unstable; urgency=low
  142. * new upstream from 2003-05-07
  143. * updated Standards-Version
  144. * corrected Authors line in debian/copyright to make the
  145. package lintian clean
  146. -- Noel Koethe <noel@debian.org> Sun, 11 May 2003 13:16:00 +0100
  147. tcpreplay (1.3.2-1) unstable; urgency=low
  148. * new upstream from 2002-01-08
  149. -- Noel Koethe <noel@debian.org> Fri, 10 Jan 2003 17:31:00 +0100
  150. tcpreplay (1.3.1-2) unstable; urgency=low
  151. * buildd's could find the libnet version
  152. I set this now with a configure switch
  153. -- Noel Koethe <noel@debian.org> Tue, 31 Dec 2002 17:58:00 +0100
  154. tcpreplay (1.3.1-1) unstable; urgency=low
  155. * found current project page with latest version 1.3.1
  156. from 2002-12-23
  157. * added URL to description
  158. * made a rules file from scratch
  159. -- Noel Koethe <noel@debian.org> Tue, 31 Dec 2002 16:58:00 +0100
  160. tcpreplay (1.0.1-2) unstable; urgency=low
  161. * took package from QA
  162. (closes: Bug#123507)
  163. * closing fixed bugs
  164. (closes: Bug#156202)
  165. (closes: Bug#127627)
  166. (closes: Bug#127626)
  167. * updated Standards-Version
  168. -- Noel Koethe <noel@debian.org> Tue, 31 Dec 2002 15:58:00 +0100
  169. tcpreplay (1.0.1-1.2) unstable; urgency=low
  170. * Non maintainer upload
  171. * Rebuilt with new libpcap to remove dependency on libpcap0, which I
  172. got removed from unstable by accident. Sorry about this...
  173. -- Torsten Landschoff <torsten@debian.org> Sat, 10 Aug 2002 11:37:41 +0200
  174. tcpreplay (1.0.1-1.1) unstable; urgency=low
  175. * NMU
  176. * added old download URL and new CVS URL
  177. (http://cvs.tcpdump.org/cgi-bin/cvsweb/tcpreplay/)
  178. (closes: Bug#127627)
  179. * removed 404 URL from description
  180. (closes: Bug#127626)
  181. * corrected possition of build-depends in debian/control
  182. -- Noel Koethe <noel@debian.org> Thu, 30 Jan 2002 23:58:00 +0100
  183. tcpreplay (1.0.1-1) unstable; urgency=low
  184. * First upstream version.
  185. -- Raphael Bossek <bossekr@debian.org> Tue, 29 Aug 2000 21:36:07 +0200