File: changelog

package info (click to toggle)
gatling 0.13-6
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,196 kB
  • ctags: 1,115
  • sloc: ansic: 23,805; makefile: 143; sh: 71; perl: 30
file content (159 lines) | stat: -rw-r--r-- 5,094 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
gatling (0.13-6) unstable; urgency=medium

  * Added 10-mbedtls.patch to switch from polarssl to mbedtls,
    thanks to James Cowgill (Closes: #808059)
  * debian/control: Standards-Version: 3.9.6

 -- Roland Stigge <stigge@antcom.de>  Sat, 16 Jan 2016 16:13:21 +0100

gatling (0.13-5) unstable; urgency=low

  * Fix FTBFS by adjusting to new polarssl API (Closes: #728625)

 -- Roland Stigge <stigge@antcom.de>  Mon, 04 Nov 2013 21:29:38 +0100

gatling (0.13-4) unstable; urgency=low

  * Integrate new upstream version 0.13 into unstable, fixes build issue
    (Closes: #707370)

 -- Roland Stigge <stigge@antcom.de>  Thu, 09 May 2013 15:51:14 +0200

gatling (0.13-3) experimental; urgency=low

  * Fix symbol lookup error via versioned dependency on libowfat
    (Closes: #704697)

 -- Roland Stigge <stigge@antcom.de>  Fri, 05 Apr 2013 11:26:50 +0200

gatling (0.13-2) experimental; urgency=low

  * debian/control: Build-Depends: libpolarssl-dev (>= 1.2.0-1)

 -- Roland Stigge <stigge@antcom.de>  Sun, 04 Nov 2012 14:45:22 +0100

gatling (0.13-1) experimental; urgency=low

  * New upstream release

 -- Roland Stigge <stigge@antcom.de>  Sat, 03 Nov 2012 15:47:03 +0100

gatling (0.12cvs20120601-1) unstable; urgency=low

  * New upstream release
    - Removed 04-fix-ptlsgatling-usage.patch, fixed upstream now

 -- Roland Stigge <stigge@antcom.de>  Sat, 02 Jun 2012 19:00:17 +0200

gatling (0.12cvs20120114-2) unstable; urgency=low

  * Adding two patches to fix CGI POST uploads

 -- Roland Stigge <stigge@antcom.de>  Sun, 22 Jan 2012 17:51:40 +0100

gatling (0.12cvs20120114-1) unstable; urgency=low

  * New upstream CVS snapshot
    - Fixes PolarSSL usage (Closes: #655777)
  * Adding patch to fix bad polarssl usage (wrong argument order of
    md5_finish)

 -- Roland Stigge <stigge@antcom.de>  Sat, 14 Jan 2012 14:25:43 +0100

gatling (0.12cvs20111112-3) unstable; urgency=low

  * Fixed patch header of 05-manpage-dotfiles.patch

 -- Roland Stigge <stigge@antcom.de>  Sun, 27 Nov 2011 22:44:48 +0100

gatling (0.12cvs20111112-2) unstable; urgency=low

  * Included dotfile handling documentation into manpage, thanks to
    Benjamin Valentin (Closes: #649636)

 -- Roland Stigge <stigge@antcom.de>  Sun, 27 Nov 2011 22:12:24 +0100

gatling (0.12cvs20111112-1) unstable; urgency=low

  * New upstream CVS snapshot, including many bugfixes
  * Removed patches that are already present in upstream
  * Added ptlsgatling (PolarSSL version) in addition to tlsgatling
    (OpenSSL version), adding necessary build-dependencies

 -- Roland Stigge <stigge@antcom.de>  Sat, 12 Nov 2011 19:44:26 +0100

gatling (0.12-9) unstable; urgency=low

  * /etc/logrotate.d/gatling: Ignore errors on non-running daemon

 -- Roland Stigge <stigge@antcom.de>  Sun, 28 Aug 2011 20:11:22 +0200

gatling (0.12-8) unstable; urgency=low

  * Fixed /etc/logrotate.d/gatling: Group nobody -> adm

 -- Roland Stigge <stigge@antcom.de>  Mon, 15 Aug 2011 13:41:52 +0200

gatling (0.12-7) unstable; urgency=low

  * Added patch to fix setrlimit() bug (0 file descriptors available on
    VServers where EUID == 0, but no arbitrary setrlimit() allowed
  * Fixed init.d script output (missing newline)
  * debian/rules: Set -DSUPPORT_HTTPS for all objects in tlsgatling and
    separate out tlsgatling to separate "make" call (Closes: #634096)
  * Added writelog.c to provide a logrotatable alternative to former
    logsave from e2fsprogs
  * Added /etc/logrotate.d/gatling
  * Added CHANGES
  * Added patch from upstream CVS:
    - 08-fix-double-close-fd.patch from http.c rev 1.32

 -- Roland Stigge <stigge@antcom.de>  Sat, 13 Aug 2011 20:44:08 +0200

gatling (0.12-6) unstable; urgency=low

  * Integrated ranges and FastCGI bugfixes from upstream (Closes: #636361)

 -- Roland Stigge <stigge@antcom.de>  Wed, 03 Aug 2011 21:56:23 +0200

gatling (0.12-5) unstable; urgency=low

  * Fixed debian/watch
  * Added /etc/init.d/gatling and /etc/default/gatling
  * Added default index.html, adapted from apache 2 package
  * Added postinst and postrm to add/remove default index.html
  * Added download tool "dl" as /usr/bin/gatling-dl

 -- Roland Stigge <stigge@antcom.de>  Sat, 16 Jul 2011 13:43:39 +0200

gatling (0.12-4) unstable; urgency=low

  * Removed temporary fix for tlsgatling since libowfat is a shared lib now

 -- Roland Stigge <stigge@antcom.de>  Sat, 09 Jul 2011 22:02:18 +0200

gatling (0.12-3) unstable; urgency=low

  * Added README.php from upstream to binary package
  * debian/control: Standards-Version: 3.9.2

 -- Roland Stigge <stigge@antcom.de>  Sun, 03 Jul 2011 15:41:11 +0200

gatling (0.12-2) unstable; urgency=low

  * Plain and TLS version linked dynamically
  * Use debhelper instead of cdbs

 -- Roland Stigge <stigge@antcom.de>  Wed, 15 Dec 2010 18:09:54 +0100

gatling (0.12-1) unstable; urgency=low

  * New upstream release (Closes: #568039)

 -- Vedran Furač <vedran.furac@gmail.com>  Sat, 14 Aug 2010 15:05:14 +0200

gatling (0.11-1) unstable; urgency=low

  * Initial release (Closes: #568039)

 -- Vedran Furač <vedran.furac@gmail.com>  Sun, 07 Feb 2010 20:20:35 +0100