blob: 0fd8efc738f091437fb2c354c740f2f6f9b605a8 [file] [log] [blame]
Wichert Akkermand321ff92002-03-31 18:45:45 +00001strace (4.4-1) unstable; urgency=low
2
3 * New upstream version
4 + Added S390 support. Closes: Bug#104594
5 + New config.{guess,sub}. Closes: Bug#92532
6 + LFS support for Linux/sparc. Closes: Bug#99215
7 * Works on IA64 again. Closes: Bug#103854
8 * Don't override CFLAGS in debian/rules
9 * Remove rules to create configure & friends. Closes: Bug#92483
10
11 -- Wichert Akkerman <wakkerma@debian.org> Sun, 19 Aug 2001 14:10:58 +0200
12
13strace (4.3-3.1) unstable; urgency=low
14
15 * copy in new config.{guess,sub} to get support for new architectures.
16 Closes: #94725
17
18 -- LaMont Jones <lamont@debian.org> Mon, 9 Jul 2001 21:39:34 -0600
19
20strace (4.3-3) unstable; urgency=low
21
22 * Update architecture list
23
24 -- Wichert Akkerman <wakkerma@debian.org> Sat, 14 Apr 2001 10:42:19 +0200
25
26strace (4.3-2) unstable; urgency=low
27
28 * Run cvsbuild so we don't need to run autohead & friends
29 * Sync to current CVS
30
31 -- Wichert Akkerman <wakkerma@debian.org> Fri, 13 Apr 2001 19:08:53 +0200
32
33strace (4.3-1) unstable; urgency=low
34
35 * New upstream version
36 * Updated Build-Depends to use a recent glibc so we get the 2.4 kernel
37 headers
38 * Changed Architecture so we only build on Linux
39 * Include section and priority in control info
40
41 -- Wichert Akkerman <wakkerma@debian.org> Sun, 1 Apr 2001 16:35:32 +0200
42
43strace (4.2-4) frozen unstable; urgency=low
44
45 * Actually install postinst and prerm so we get the proper /usr/doc/strace
46 symlink
47
48 -- Wichert Akkerman <wakkerma@debian.org> Thu, 17 Feb 2000 21:49:17 +0100
49
50strace (4.2-3) frozen unstable; urgency=low
51
52 * Fix typo in aclocal.m4 that prevented compilation on architectures without
53 LFS
54
55 -- Wichert Akkerman <wakkerma@debian.org> Sun, 13 Feb 2000 01:19:11 +0100
56
57strace (4.2-2) frozen unstable; urgency=low
58
59 * only include linux/ptrace.h if sys/reg.h hasn't been found by configure,
60 Closes: Bug# 39556
61
62 -- Wichert Akkerman <wakkerma@debian.org> Thu, 27 Jan 2000 03:22:55 +0100
63
64strace (4.2-1) frozen unstable; urgency=low
65
66 * New upstream version:
67 + Builds correctly on glibc2.0 again, Closes: Bug# 51648
68 + Small y2k fix in printtimes, Closes: Bug# 54592
69 + semop is handled now, Closes: Bug# 52684
70
71 -- Wichert Akkerman <wakkerma@debian.org> Fri, 21 Jan 2000 21:45:41 +0100
72
73strace (4.1-1) unstable; urgency=low
74
75 * New upstream version
76 * Bump standards-version to 3.1.0
77 * FHS 2.1 compliant
78
79 -- Wichert Akkerman <wakkerma@debian.org> Fri, 26 Nov 1999 01:42:07 +0100
80
81strace (4.0-1) unstable; urgency=low
82
83 * New upstream version
84
85 -- Wichert Akkerman <wakkerma@debian.org> Fri, 9 Jul 1999 16:12:34 +0200
86
87strace (3.99.1-1) unstable; urgency=low
88
89 * New upstream version, second pre-release for 4.0
90
91 -- Wichert Akkerman <wakkerma@debian.org> Wed, 9 Jun 1999 15:20:42 +0200
92
93strace (3.99-1) unstable; urgency=low
94
95 * New upstream maintainer (me :)
96 * New upstream version, pre-release for strace 4.0
97 * See upstream changelog for changes
98 * Build with glibc2.1
99
100 -- Wichert Akkerman <wakkerma@debian.org> Tue, 27 Apr 1999 14:00:15 +0200
101
102strace (3.1.0.1-12) unstable; urgency=low
103
104 * Only i386 has a LDT, so check for architecture in mem.c (Bug# 32798)
105 * Check for nsignals properly, closes: #34445
106 * Fix check for overruns in umove*, patch by Nate Eldredge <nate@cartsys.com>
107
108 -- Wichert Akkerman <wakkerma@debian.org> Mon, 15 Mar 1999 00:43:14 +0100
109
110strace (3.1.0.1-11) unstable; urgency=low
111
112 * Merge some ARM stuff that got stuck in my mailbox
113
114 -- Wichert Akkerman <wakkerma@debian.org> Sun, 31 Jan 1999 13:04:13 +0100
115
116strace (3.1.0.1-10) unstable; urgency=low
117
118 * Move sys_poll to the DONE section in linux/dummy.h
119 * Support subarchitectures for alpha (Bug# 32147)
120 * Incorporate changes from Ulrich Drepper
121 + up number of supported personalities on Linux sparc to 3
122 + add O_DIRECT, O_LARGEFILE and O_DIRECTORY to openmodes
123 + change prefix for printxval to SEEK_ in sys_lseek
124 + add a support for a whole bunch of syscalls
125 + updated sys_pread and sys_pwrite for SVR4
126 + handle sys_delete_module properly
127 + change SYS_socket_subcall to 230 for non-powerpc architectures
128 + sys_chown is now lchown
129 + looks like a whole lot of syscalls is moved from 180 to 230
130 + Revamp a lot of the signal handling code
131 + handle sys_clone
132 + Lots more (it was a 6494-line patch and I'm too lazy to put all
133 changes in here..)
134 * Please note you need to have 2.1 or 2.2 kernel sources in /usr/src/linux
135 in order to compile this.
136
137 -- Wichert Akkerman <wakkerma@debian.org> Fri, 29 Jan 1999 02:04:12 +0100
138
139strace (3.1.0.1-9) unstable; urgency=low
140
141 * Add support for poll() systemcall
142
143 -- Wichert Akkerman <wakkerma@debian.org> Thu, 31 Dec 1998 16:03:44 +0100
144
145strace (3.1.0.1-8) frozen unstable; urgency=low
146
147 * Use new_stat from libc6 now, except for powerpc and sparc
148
149 -- Wichert Akkerman <wakkerma@debian.org> Thu, 24 Dec 1998 11:35:32 +0100
150
151strace (3.1.0.1-7) frozen unstable; urgency=low
152
153 * Fix sparc support
154 * Display nanosleep call correctly (Bug# 25904)
155 * Honour -v flag in printargs (Bug# 10426)
156 * Play with #define to get proper kernel struct stat
157 * Compile with 2.1.131 kernel source
158
159 -- Wichert Akkerman <wakkerma@debian.org> Sat, 19 Dec 1998 15:02:14 +0100
160
161strace (3.1.0.1-6) frozen unstable; urgency=low
162
163 * Set NSIG correctly for ARM
164 * Include strace-graph script from Richard Braakman <dark@debian.org>
165 as an example. Try it and be amazed!
166 * Fix sigaction problem, patch from Topi Miettinen
167 <Topi.Miettinen@medialab.sonera.net>
168
169 -- Wichert Akkerman <wakkerma@debian.org> Mon, 7 Dec 1998 02:10:30 +0100
170
171strace (3.1.0.1-5) unstable; urgency=low
172
173 * Patched from Richard Braakman <dark@debian.org>:
174 + use correct dirent.h on Linux
175 + remove debugging code left from the powerpc patch
176 + fix output for execve when -v is used
177
178 -- Wichert Akkerman <wakkerma@debian.org> Fri, 13 Nov 1998 15:59:17 +0100
179
180strace (3.1.0.1-5) unstable; urgency=low
181
182 * Add location of upstream sources to the copyright
183 * Merged ARM architecture support from Jim Studt <jim@federated.com>
184
185 -- Wichert Akkerman <wakkerma@debian.org> Mon, 9 Nov 1998 16:43:24 +0100
186
187strace (3.1.0.1-4) unstable; urgency=low
188
189 * More ppc patches from Daniel Jacobowitz <dan@debian.org>
190
191 -- Wichert Akkerman <wakkerma@debian.org> Mon, 12 Oct 1998 00:59:44 +0200
192
193strace (3.1.0.1-3) unstable; urgency=low
194
195 * Added support for sys_query_module, patch from Brian J. Murrell
196 <brian@interlinx.bc.ca>
197 * Preserve timestamps for documentation when installed
198 * Incorporate patches from Daniel Jacobowitz <dan@debian.org>:
199 + powerpc patches
200 + Patches include changing SYS_socket_subcall and SYS_ipc_subcall,
201 check for stray syscall exit after execv, and completely regenerated
202 syscall, errno, and ioctl lists.
203 + Decode capget and capset arguments.
204
205 -- Wichert Akkerman <wakkerma@debian.org> Sun, 11 Oct 1998 22:42:56 +0200
206
207strace (3.1.0.1-2) unstable; urgency=low
208
209 * Patch to support sparc, courtesy of RedHat
210 * Cleaned up some stuff the patch left broken
211 * Fix some more compilation-issues for IPX with current kernels
212
213 -- Wichert Akkerman <wakkerma@debian.org> Fri, 24 Jul 1998 22:53:43 +0200
214
215strace (3.1.0.1-1) unstable; urgency=low
216
217 * New (actually very old) upstream version. Fixes something we
218 already had fixed
219 * Compiled with current kernel-headers from libc6-dev
220 * Fixed spelling-error
221 * Compress changelog
222 * Bumped standard-version to 2.4.1.0
223
224 -- Wichert Akkerman <wakkerma@debian.org> Wed, 22 Jul 1998 15:53:23 +0200
225
226strace (3.1-14) unstable; urgency=low
227
228 * Don't let libc6 trick us anymore with {f,l,}stat() calls
229 * Fix configure.in to support PentiumII processors
230
231 -- Wichert Akkerman <wakkerma@debian.org> Mon, 22 Jun 1998 20:17:20 +0200
232
233strace (3.1-13) unstable; urgency=low
234
235 * Corrected error on PowerPC patch that broke other archictectures
236 (Bug# 13837)
237
238 -- Wichert Akkerman <wakkerma@debian.org> Tue, 14 Oct 1997 15:41:29 +0200
239
240strace (3.1-12) unstable; urgency=low
241
242 * PowerPC patches by Klee Dienes (Bug# 10788, 10790)
243 * Create correct md5sums (Bug# 13363)
244 * Put changelog in correct place (Bug# 13363)
245 * Pristine sources
246
247 -- Wichert Akkerman <wakkerma@debian.org> Mon, 6 Oct 1997 15:42:25 +0200
248
249strace (3.1-11) unstable; urgency=LOW
250
251 * Ported to libc6 / glibc2 (Bug# 11729)
252 * Compress manpage
253
254 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Fri, 1 Aug 1997 00:13:38 +02
255
256strace (3.1-10) unstable; urgency=LOW
257
258 * Install upstream changelog
259 * Added dependencies to control file for libc
260 * Added md5sums to .deb file
261
262 -- Wichert Akkerman <wakkerma@debian.org> Fri, 11 Jul 1997 12:26:12 +0200
263
264strace (3.1-9) stable; urgency=LOW
265
266 * Fixed bug with hanging children. Patch by Matthias Urlichs
267 * Added some more constants to net.c.
268 * glibc patches, courtesy of Klee Dienes (Bug# 7735)
269
270 -- Wichert Akkerman <wakkerma@debian.org> Mon, 21 Apr 1997 11:59:45 +0200
271
272strace (3.1-8) frozen unstable; urgency=LOW
273
274 * Added detection of ROSE networking
275
276 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Tue, 12 Nov 1996 22:21:22 +0100
277
278strace (3.1-7) stable; urgency=LOW
279
280 * Install manpage with correct mode (0644) (Bug#4813)
281 * Renamed debian changelog to changelog.Debian
282
283 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Sat, 26 Oct 1996 18:15:41 +0200
284
285strace (3.1-6) stable; urgency=LOW
286
287 * Small patch for compilation on kernels 2.1.0 and later (see signal.c)
288
289 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Fri, 18 Oct 1996 00:28:47 +0200
290strace (3.1-5) stable unstable; urgency=LOW
291
292 * Moved to new packagingformat
293 * Fixed umoven bug (Bug# 4523)
294 * Corrected number of parameters for mmap systemcall (bug# 4508)
295
296 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Sat, 23 Sep 1996 23:33:58 +0200
297
298strace (3.1-4) unstable; urgency=LOW
299
300 * Fixed changestemplate
301
302 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl>, Thu Sep 12 14:59:44 MET DST 1996
303
304
305strace (3.1-3) unstable; priority=LOW
306
307 * Revamped debian files
308
309 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl>, Thu Jul 11 20:19:11 MET DST 1996
310
311
312strace (3.1-2) unstable; priority=LOW
313 * Added some #ifdef's around IPX stuff to make it compilable on non-Linux
314 systems.
315 * changed debian.control and debian.rules to conform to new debian naming
316 schemes
317 * added architecture-option to debian.rules and debian.control
318
319 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl>
320
321
322strace (3.1-1) unstable; priority=LOW
323
324 * Moved to new upstream version
325 * added more protocol families to domains
326 * added IPIP-protocol to protocols
327 * added MSG_PROXY and MSG_CTRUNC to msg_flags
328 * added SO_BSDCOMPAT and SO_REUSEPORT to sockoptions
329 * added IP, IPX and TCP-options
330 * added IP, IPX and TCP support to get-/setsockopt()
331 * added IPX support
332
333 -- Wichert Akkerman <wakkerma@wi.leidenuniv.nl>