Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 66 | Rev 70 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
48 holmgren 1
pike7.6 (7.6.112-5) unstable; urgency=low
2
 
3
  * Switch to Nettle 2.0 (Build-Depend on nettle-dev instead of
49 holmgren 4
    libnettle-dev) (Closes: #542133).
54 holmgren 5
    + nettle_2.0.dpatch: Changes from upstream CVS needed to accommodate the
48 holmgren 6
      API changes.
51 holmgren 7
  * Modify debian/watch to track the latest 7.6 version using uscan's
8
    recursive capabilities.
55 holmgren 9
  * Update debian/copyright; fix references to common-licenses.
56 holmgren 10
  * Increase Debhelper compat level to 5.
11
    - Remove non-matching lines from debian/*.install.
57 holmgren 12
  * Add build dependency libfftw3-dev that was mysteriously missing.
63 holmgren 13
  * Instead of patching shebangs and fixing execute permissions, simply
14
    remove them from all Pike scripts. None of them are meant to be run
15
    directly anyway.
66 holmgren 16
  * Point Vcs-Svn and Vcs-Browser at svn.debian.org.
69 holmgren 17
  * Add debian/README.source.
48 holmgren 18
 
69 holmgren 19
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 23 Aug 2009 18:42:50 +0200
48 holmgren 20
 
36 magnus 21
pike7.6 (7.6.112-4) unstable; urgency=low
22
 
23
  * 12_perl_init.dpatch: Don't use .bak as filename extension for the
24
    original of the patched file (Closes: #512539). Thanks to Robert
25
    Millan for spotting this.
37 magnus 26
  * pike7.6-core.postinst: Don't use absolute path to call
27
    update-alternatives (Closes: #510941).
36 magnus 28
 
37 magnus 29
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 25 Jan 2009 21:58:33 +0100
36 magnus 30
 
33 magnus 31
pike7.6 (7.6.112-3) unstable; urgency=medium
32
 
33
  * 12_perl_init.dpatch (new): Fix silent build failure on hppa (Closes:
34
    #486066). Thanks to Niko Tyni.
34 magnus 35
  * Correct co-maintainer email address.
35 magnus 36
  * Correct spelling in package descriptions.
33 magnus 37
 
35 magnus 38
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 24 Jun 2008 20:22:18 +0200
33 magnus 39
 
19 magnus 40
pike7.6 (7.6.112-2) unstable; urgency=low
41
 
42
  * Increase Standards-Version to 3.7.3:
43
    * debian/menu: change section from Apps/Programming to
44
      Applications/Programming.
45
  * Fix capitalization issues in package descriptions and remove
46
    superfluous occurrences of upstream homepage URL.
47
  * New maintainer email address.
48
  * Work around build failures on alpha by removing build-indep from the
49
    prerequisites of build.
50
  * Drop the versioned dependency on freeglut3-dev (>= 2.2.0-6.1) for
51
    alpha and hppa since even sarge has 2.2.0-8.
52
  * Correct doc-base section according to new section list.
20 magnus 53
  * 11_pthread_stub.dpatch: Make sure configure doesn't think
54
    pthread_atfork() works just because it exists, when it's in fact a
55
    stub. (Closes: #462998). Thanks to Samuel Thibault.
19 magnus 56
 
20 magnus 57
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 09 May 2008 21:11:28 +0200
19 magnus 58
 
2 magnus 59
pike7.6 (7.6.112-1) unstable; urgency=low
60
 
61
  [ Henrik Andreasson ]
62
  * The latest upstream release
63
 
64
  [ Magnus Holmgren ]
65
  * New maintainers (Closes: #411684).
66
  * Use dpatch to apply patches.
16 magnus 67
  * really apply the following patches from the .93-4 release:
68
    * Removed Image TTF module to drop the dependency on oldlibs
69
      `freetype1'. (Closes: #431784)
70
    * Added a patch by Samuel Thibault to fix a FTBFS bug on hurd-i386.
71
      (Closes: #434581)
3 magnus 72
  * Radically clean up debian/rules (Closes: #424334).
14 magnus 73
  * Manuals are again built during the binary build process so that
74
    official tarballs can be used to build the package.
3 magnus 75
  * Delete redundant dhelp files (dhelp uses doc-base metadata since
76
    long ago).
14 magnus 77
  * Change directory structure and get rid of an unnecessary directory level
78
    (by installing with --traditional instead of --new-style):
3 magnus 79
    - Pike modules and include files, and master.pike are now in
4 magnus 80
      /usr/lib/pike/<version> instead of /usr/lib/pike/<version>/lib.
3 magnus 81
    - The pike executable is now in /usr/bin itself, instead of in
4 magnus 82
      /usr/lib/pike/<version>/bin with a symlink in /usr/bin.
3 magnus 83
    - .pike and .pmod files are no longer moved to /usr/share/pike. It's
84
      not that important that all files in /usr/lib are actually
85
      platform-specific. All the symlinks are thus eliminated.
86
  * Move modules GLU and GLUE to pike7.6-gl, where they belong.
4 magnus 87
    GLUE.Drivers.GTK removed since it depends on GTK, which was dropped
88
    previously.
14 magnus 89
  * Make pike7.6-dev Architecture: any.
90
  * No longer use own version of specs.in - fix the configure parameters
91
    instead.
4 magnus 92
  * Fix 01_master.in.dpatch - the Debian-specific add_*_path() calls were
3 magnus 93
    completely off.
5 magnus 94
  * Add debian/watch (checking for latest official stable release).
14 magnus 95
  * Drop 03_language.yacc_bison_fix.dpatch; it no longer has any effect.
96
  * Add Mird to the module exclusion list.
97
  * Add Vcs fields to debian/control.
2 magnus 98
 
14 magnus 99
 -- Magnus Holmgren <magnus@kibibyte.se>  Fri, 21 Dec 2007 09:29:03 +0100
2 magnus 100
 
16 magnus 101
pike7.6 (7.6.93-4) unstable; urgency=low
102
 
103
  * QA upload.
104
  * Removed Image TTF module to drop the dependency on oldlibs
105
    `freetype1'. (Closes: #431784)
106
  * Added a patch by Samuel Thibault to fix a FTBFS bug on hurd-i386.
107
    (Closes: #434581)
108
  * Converted `debian/copyright' to UTF-8.
109
  * Make the package binNMU-able by appropriately replacing	`Source-Version'
110
    in `debian/control'.
111
  * Added a `Homepage' field.
112
 
113
 -- Philipp Kern <pkern@debian.org>  Sun, 16 Dec 2007 18:55:16 +0100
114
 
3 magnus 115
pike7.6 (7.6.93-3) unstable; urgency=low
116
 
117
   * QA upload.
118
   * Set maintainer to QA Group; Orphaned: #411684
119
   * Conforms with latest Standards Version 3.7.2
120
   * Remove duplicate build-dependency on debhelper
121
   * Add quotes to debian/menu
122
 
123
 -- Michael Ablassmeier <abi@debian.org>  Thu, 15 Mar 2007 10:29:51 +0100
124
 
125
pike7.6 (7.6.93-2) unstable; urgency=low
126
 
127
   * Please change postgresql-dev build dependency to libpq-dev (Closes:
128
     #409770)
129
 
130
 -- Marek Habersack <grendel@debian.org>  Tue, 13 Feb 2007 18:41:28 +0100
131
 
2 magnus 132
pike7.6 (7.6.93-1) unstable; urgency=low
133
 
134
  * The latest cvs snapshot
135
  * Please don't ship pike7.6-gtk (Closes: #387503)
136
    gtk1 modules removed because of debian dropping support for gtk1.
137
    At the same time, the pike7.6-gtk module is disabled, since gtk2
138
    stuff in it doesn't seem to compile without gtk1 devel packages
139
    around.
140
  * pike epoll not included. (Closes: #264206)
141
    This can only be fixed by making sure that the debian autobuilders
142
    all support epoll, which is beyond the pike maintainer's powers :)
143
 
144
 -- Marek Habersack <grendel@debian.org>  Wed,  4 Oct 2006 13:11:55 +0200
145
 
146
pike7.6 (7.6.92-1) unstable; urgency=low
147
 
148
  * Release number bumped by export.pike.
149
 
150
 -- Marek Habersack <grendel@debian.org>  Mon, 2 Oct 2006 15:20:43 +0200
151
 
152
pike7.6 (7.6.91-1) unstable; urgency=low
153
 
154
  * The latest cvs snapshot
155
 
156
 -- Marek Habersack <grendel@debian.org>  Thu, 14 Sep 2006 14:44:33 +0200
157
 
158
pike7.6 (7.6.90-1) unstable; urgency=low
159
 
160
  * Release number bumped by export.pike.
161
 
162
 -- Marek Habersack <grendel@debian.org>  Thu, 14 Sep 2006 14:42:53 +0200
163
 
164
pike7.6 (7.6.89-1) unstable; urgency=low
165
 
166
  * The latest cvs snapshot
167
 
168
 -- Marek Habersack <grendel@debian.org>  Tue, 22 Aug 2006 18:26:40 +0200
169
 
170
pike7.6 (7.6.88-1) unstable; urgency=low
171
 
172
  * Release number bumped by export.pike.
173
 
174
 -- Marek Habersack <grendel@debian.org>  Tue, 22 Aug 2006 18:16:59 +0200
175
 
176
pike7.6 (7.6.87-2) unstable; urgency=low
177
 
178
  * Shortened the long descriptions of several binary packages
179
  * Added short description of pike, plus an url, to the description of
180
    the pike modules binary packages
181
 
182
 -- Marek Habersack <grendel@debian.org>  Sun, 9 Aug 2006 01:28:37 +0200
183
 
184
pike7.6 (7.6.87-1) unstable; urgency=low
185
 
186
  * The latest cvs snapshot
187
 
188
 -- Marek Habersack <grendel@debian.org>  Sun, 4 Jun 2006 22:21:07 +0200
189
 
190
pike7.6 (7.6.86-1) unstable; urgency=low
191
 
192
  * Release number bumped by export.pike.
193
 
194
 -- Marek Habersack <grendel@debian.org>  Sun, 4 Jun 2006 22:17:43 +0200
195
 
196
pike7.6 (7.6.85-1) unstable; urgency=low
197
 
198
  * The latest cvs snapshot
199
 
200
 -- Marek Habersack <grendel@debian.org>  Sun, 4 Jun 2006 15:33:52 +0200
201
 
202
pike7.6 (7.6.84-1) unstable; urgency=low
203
 
204
  * Release number bumped by export.pike.
205
 
206
 -- Marek Habersack <grendel@debian.org>  Sun, 4 Jun 2006 15:29:49 +0200
207
 
208
pike7.6 (7.6.83-1) unstable; urgency=low
209
 
210
  * The latest cvs snapshot
211
 
212
 -- Marek Habersack <grendel@debian.org>  Thu, 1 Jun 2006 10:29:09 +0200
213
 
214
pike7.6 (7.6.82-1) unstable; urgency=low
215
 
216
  * Release number bumped by export.pike.
217
 
218
 -- Marek Habersack <grendel@debian.org>  Thu, 1 Jun 2006 10:26:10 +0200
219
 
220
pike7.6 (7.6.81-1) unstable; urgency=low
221
 
222
  * The latest cvs snapshot
223
 
224
 -- Marek Habersack <grendel@debian.org>  Thu, 1 Jun 2006 9:42:41 +0200
225
 
226
pike7.6 (7.6.80-1) unstable; urgency=low
227
 
228
  * Release number bumped by export.pike.
229
 
230
 -- Marek Habersack <grendel@debian.org>  Thu, 1 Jun 2006 9:38:38 +0200
231
 
232
pike7.6 (7.6.79-1) unstable; urgency=low
233
 
234
  * The latest cvs snapshot
235
 
236
 -- Marek Habersack <grendel@debian.org>  Fri, 26 May 2006 8:03:10 +0200
237
 
238
pike7.6 (7.6.78-1) unstable; urgency=low
239
 
240
  * Release number bumped by export.pike.
241
 
242
 -- Marek Habersack <grendel@debian.org>  Fri, 26 May 2006 7:53:46 +0200
243
 
244
pike7.6 (7.6.77-1) unstable; urgency=low
245
 
246
  * The latest cvs snapshot
247
 
248
 -- Marek Habersack <grendel@debian.org>  Wed, 17 May 2006 10:58:45 +0200
249
 
250
pike7.6 (7.6.76-1) unstable; urgency=low
251
 
252
  * Release number bumped by export.pike.
253
 
254
 -- Marek Habersack <grendel@debian.org>  Wed, 17 May 2006 10:56:26 +0200
255
 
256
pike7.6 (7.6.75-3) unstable; urgency=low
257
 
258
  * New GL dependency
259
 
260
 -- Marek Habersack <grendel@debian.org>  Wed, 10 May 2006 11:51:03 +0200
261
 
262
pike7.6 (7.6.75-2) unstable; urgency=low
263
 
264
  * Cleanup build-dependencies (Closes: #365787)
265
      libpng3-dev -> libpng12-dev
266
      'freeglut3-dev | libglut3-dev' -> freeglut3-dev
267
    Patch from Stefan Huehner <stefan@huehner.org>, thanks.
268
 
269
 -- Marek Habersack <grendel@debian.org>  Tue,  9 May 2006 21:56:32 +0200
270
 
271
pike7.6 (7.6.75-1) unstable; urgency=low
272
 
273
  * The latest cvs snapshot
274
  * Removed the ssl fix patch since the upstream contains a better one
275
    now.
276
  * pike7.6-mysql: Uinstallable; dependency on libmysqlclient15
277
    (Closes: #360325)
278
    Recompiled to correct the binary dependencies.
279
 
280
 -- Marek Habersack <grendel@debian.org>  Wed,  5 Apr 2006 12:59:11 +0200
281
 
282
pike7.6 (7.6.74-1) unstable; urgency=low
283
 
284
  * Release number bumped by export.pike.
285
 
286
 -- Marek Habersack <grendel@debian.org>  Sun, 2 Apr 2006 20:08:53 +0200
287
 
288
pike7.6 (7.6.73-1) unstable; urgency=low
289
 
290
  * The latest cvs snapshot
291
 
292
 -- Marek Habersack <grendel@debian.org>  Sun, 2 Apr 2006 12:51:39 +0200
293
 
294
pike7.6 (7.6.72-1) unstable; urgency=low
295
 
296
  * Release number bumped by export.pike.
297
 
298
 -- Marek Habersack <grendel@debian.org>  Sun, 2 Apr 2006 12:50:37 +0200
299
 
300
pike7.6 (7.6.71-1) unstable; urgency=low
301
 
302
  * Release number bumped by export.pike.
303
 
304
 -- Marek Habersack <grendel@debian.org>  Sun, 2 Apr 2006 12:47:53 +0200
305
 
306
pike7.6 (7.6.70-1) unstable; urgency=low
307
 
308
  * Release number bumped by export.pike.
309
 
310
 -- Marek Habersack <grendel@debian.org>  Sun, 2 Apr 2006 12:43:57 +0200
311
 
312
pike7.6 (7.6.69-1) unstable; urgency=low
313
 
314
  * The latest cvs snapshot
315
  * not installable in sid (Closes: #359231)
316
    Made the meta packages binary NMU safe
317
  * Added an SSL fix that should fix steam
318
  * pike7.6-core: doesn't clean out /usr/local stuff (Closes: #355413)
319
    The directories are removed on purge in postrm if they are empty.
320
 
321
 -- Marek Habersack <grendel@debian.org>  Thu, 30 Mar 2006 12:51:20 +0200
322
 
323
pike7.6 (7.6.68-1) unstable; urgency=low
324
 
325
  * Release number bumped by export.pike.
326
 
327
 -- Marek Habersack <grendel@debian.org>  Thu, 2 Mar 2006 23:47:25 +0100
328
 
329
pike7.6 (7.6.67-1) unstable; urgency=low
330
 
331
  * The latest cvs snapshot
332
  * Please upgrade build depends to libmysqlclient15-dev (Closes:
333
    #343794)
334
  * The pike package is present in sarge but missing from etch. (Closes:
335
    #342650)
336
 
337
 -- Marek Habersack <grendel@debian.org>  Tue, 31 Jan 2006 21:28:38 +0100
338
 
339
pike7.6 (7.6.66-1) unstable; urgency=low
340
 
341
  * Release number bumped by export.pike.
342
 
343
 -- Marek Habersack <grendel@debian.org>  Sun, 22 Jan 2006 21:46:24 +0100
344
 
345
pike7.6 (7.6.65-1) unstable; urgency=low
346
 
347
  * The latest cvs snapshot
348
 
349
 -- Marek Habersack <grendel@debian.org>  Fri, 6 Jan 2006 18:44:19 +0100
350
 
351
pike7.6 (7.6.64-1) unstable; urgency=low
352
 
353
  * Release number bumped by export.pike.
354
 
355
 -- Marek Habersack <grendel@debian.org>  Fri, 6 Jan 2006 18:43:05 +0100
356
 
357
pike7.6 (7.6.63-1) unstable; urgency=low
358
 
359
  * The latest cvs snapshot
360
 
361
 -- Marek Habersack <grendel@debian.org>  Fri, 6 Jan 2006 17:31:52 +0100
362
 
363
pike7.6 (7.6.62-1) unstable; urgency=low
364
 
365
  * Release number bumped by export.pike.
366
 
367
 -- Marek Habersack <grendel@debian.org>  Fri, 6 Jan 2006 17:30:24 +0100
368
 
369
pike7.6 (7.6.61-1) unstable; urgency=low
370
 
371
  * The latest cvs snapshot
372
  * dynamic_module_makefile moved to pike7.6-core since it contains
373
    platform-specific stuff. Also included a patch to detect the
374
    libgcc.a path dynamically.
375
  * pike7.6-dev depends on pike7.6-core now. It is necessary to both
376
    pull in dynamic_module_makefile and to enable compilation of modules
377
    with pike -x
378
  * Updated the patch for include_prefix change in install.pike
379
  * Closes: Bug#345329: pike-public.parser.xml2 - FTBFS:
380
    gcc: /usr/lib/gcc/i486-linux-gnu/4.0.3/libgcc.a: No such file or
381
    directory - Debian Bug report logs
382
  * Closes: Bug#345330: pike-public.network.pcap - FTBFS:
383
    gcc: /usr/lib/gcc/i486-linux-gnu/4.0.3/libgcc.a: No such file or
384
    directory - Debian Bug report logs
385
 
386
 -- Marek Habersack <grendel@debian.org>  Fri, 30 Dec 2005 17:35:50 +0100
387
 
388
pike7.6 (7.6.60-1) unstable; urgency=low
389
 
390
  * Release number bumped by export.pike.
391
 
392
 -- Marek Habersack <grendel@debian.org>  Wed, 21 Dec 2005 0:23:28 +0100
393
 
394
pike7.6 (7.6.59-1) unstable; urgency=low
395
 
396
  * The latest cvs snapshot
397
 
398
 -- Marek Habersack <grendel@debian.org>  Tue, 20 Dec 2005 15:28:39 +0100
399
 
400
pike7.6 (7.6.58-1) unstable; urgency=low
401
 
402
  * Release number bumped by export.pike.
403
 
404
 -- Marek Habersack <grendel@debian.org>  Tue, 20 Dec 2005 15:26:59 +0100
405
 
406
pike7.6 (7.6.57-1) unstable; urgency=low
407
 
408
  * The latest cvs snapshot
409
 
410
 -- Marek Habersack <grendel@debian.org>  Mon, 19 Dec 2005 5:06:53 +0100
411
 
412
pike7.6 (7.6.56-1) unstable; urgency=low
413
 
414
  * Release number bumped by export.pike.
415
 
416
 -- Marek Habersack <grendel@debian.org>  Mon, 19 Dec 2005 5:05:38 +0100
417
 
418
pike7.6 (7.6.55-2) unstable; urgency=low
419
 
420
  * Fix for -x module
421
 
422
 -- Marek Habersack <grendel@debian.org>  Sun,  4 Dec 2005 02:58:15 +0100
423
 
424
pike7.6 (7.6.55-1) unstable; urgency=low
425
 
426
  * The latest cvs snapshot
427
 
428
 -- Marek Habersack <grendel@debian.org>  Fri, 2 Dec 2005 13:16:33 +0100
429
 
430
pike7.6 (7.6.54-1) unstable; urgency=low
431
 
432
  * Release number bumped by export.pike.
433
 
434
 -- Marek Habersack <grendel@debian.org>  Fri, 2 Dec 2005 13:13:38 +0100
435
 
436
pike7.6 (7.6.53-1) unstable; urgency=low
437
 
438
  * The latest cvs snapshot
439
  * One more monger fix
440
  * A kFreeBSD build fix
441
 
442
 -- Marek Habersack <grendel@debian.org>  Tue, 29 Nov 2005 17:34:06 +0100
443
 
444
pike7.6 (7.6.52-1) unstable; urgency=low
445
 
446
  * Release number bumped by export.pike.
447
 
448
 -- Marek Habersack <grendel@debian.org>  Tue, 29 Nov 2005 17:25:19 +0100
449
 
450
pike7.6 (7.6.51-2) unstable; urgency=low
451
 
452
  * pike7.6_7.6.33-2 (alpha/unstable): FTBFS: glibc aborts in free()
453
    (Closes: #333072)
454
  * pike7.4-core: doesn't clean out /usr/local stuff (Closes: #339963)
455
 
456
 -- Marek Habersack <grendel@debian.org>  Mon, 21 Nov 2005 21:21:23 +0100
457
 
458
pike7.6 (7.6.51-1) unstable; urgency=low
459
 
460
  * The latest cvs snapshot
461
  * Some fixes to make pike -x module work better on Debian.
462
  * Manuals are no longer built during the binary build process. Instead,
463
    they are contained in the .orig tarball.
464
 
465
 -- Marek Habersack <grendel@debian.org>  Mon, 21 Nov 2005 21:20:49 +0100
466
 
467
pike7.6 (7.6.50-1) unstable; urgency=low
468
 
469
  * Release number bumped by export.pike.
470
 
471
 -- Marek Habersack <grendel@debian.org>  Wed, 2 Nov 2005 17:38:26 +0100
472
 
473
pike7.6 (7.6.49-1) unstable; urgency=low
474
 
475
  * The latest cvs snapshot
476
 
477
 -- Marek Habersack <grendel@debian.org>  Mon, 31 Oct 2005 12:46:27 +0100
478
 
479
pike7.6 (7.6.48-1) unstable; urgency=low
480
 
481
  * Release number bumped by export.pike.
482
 
483
 -- Marek Habersack <grendel@debian.org>  Mon, 31 Oct 2005 12:42:24 +0100
484
 
485
pike7.6 (7.6.47-1) unstable; urgency=low
486
 
487
  * The latest cvs snapshot
488
 
489
 -- Marek Habersack <grendel@debian.org>  Wed, 26 Oct 2005 9:50:48 +0200
490
 
491
pike7.6 (7.6.46-1) unstable; urgency=low
492
 
493
  * Release number bumped by export.pike.
494
 
495
 -- Marek Habersack <grendel@debian.org>  Wed, 26 Oct 2005 9:49:35 +0200
496
 
497
pike7.6 (7.6.45-1) unstable; urgency=low
498
 
499
  * The latest cvs snapshot
500
 
501
 -- Marek Habersack <grendel@debian.org>  Tue, 25 Oct 2005 14:23:53 +0200
502
 
503
pike7.6 (7.6.44-1) unstable; urgency=low
504
 
505
  * Release number bumped by export.pike.
506
 
507
 -- Marek Habersack <grendel@debian.org>  Tue, 25 Oct 2005 14:22:34 +0200
508
 
509
pike7.6 (7.6.43-1) unstable; urgency=low
510
 
511
  * The latest cvs snapshot
512
 
513
 -- Marek Habersack <grendel@debian.org>  Tue, 25 Oct 2005 10:38:49 +0200
514
 
515
pike7.6 (7.6.42-1) unstable; urgency=low
516
 
517
  * Release number bumped by export.pike.
518
 
519
 -- Marek Habersack <grendel@debian.org>  Tue, 25 Oct 2005 10:37:42 +0200
520
 
521
pike7.6 (7.6.41-1) unstable; urgency=low
522
 
523
  * The latest cvs snapshot
524
 
525
 -- Marek Habersack <grendel@debian.org>  Mon, 24 Oct 2005 11:59:56 +0200
526
 
527
pike7.6 (7.6.40-1) unstable; urgency=low
528
 
529
  * Release number bumped by export.pike.
530
 
531
 -- Marek Habersack <grendel@debian.org>  Mon, 24 Oct 2005 11:58:49 +0200
532
 
533
pike7.6 (7.6.39-1) unstable; urgency=low
534
 
535
  * The latest cvs snapshot
536
 
537
 -- Marek Habersack <grendel@debian.org>  Mon, 17 Oct 2005 12:13:55 +0200
538
 
539
pike7.6 (7.6.38-1) unstable; urgency=low
540
 
541
  * Release number bumped by export.pike.
542
 
543
 -- Marek Habersack <grendel@debian.org>  Mon, 17 Oct 2005 12:12:44 +0200
544
 
545
pike7.6 (7.6.37-1) unstable; urgency=low
546
 
547
  * The latest cvs snapshot
548
 
549
 -- Marek Habersack <grendel@debian.org>  Wed, 12 Oct 2005 1:34:07 +0200
550
 
551
pike7.6 (7.6.36-1) unstable; urgency=low
552
 
553
  * Release number bumped by export.pike.
554
 
555
 -- Marek Habersack <grendel@debian.org>  Wed, 12 Oct 2005 1:31:42 +0200
556
 
557
pike7.6 (7.6.35-1) unstable; urgency=low
558
 
559
  * The latest cvs snapshot
560
 
561
 -- Marek Habersack <grendel@debian.org>  Sat, 20 Aug 2005 16:26:02 +0200
562
 
563
pike7.6 (7.6.34-1) unstable; urgency=low
564
 
565
  * Release number bumped by export.pike.
566
 
567
 -- Marek Habersack <grendel@debian.org>  Sat, 20 Aug 2005 16:24:41 +0200
568
 
569
pike7.6 (7.6.33-2) unstable; urgency=low
570
 
571
  * /usr/lib/pike/7.6.24/include/pike/specs is missing (Closes: #322851)
572
    Using own version of specs.in, since the pike-generated one does not
573
    make sense on a Debian system.
574
  * Updated the Standards-Version, no changes
575
 
576
 -- Marek Habersack <grendel@debian.org>  Tue, 16 Aug 2005 13:38:09 +0200
577
 
578
pike7.6 (7.6.33-1) unstable; urgency=high
579
 
580
  * The latest cvs snapshot
581
  * Again urgency high to rush the recompile so that Caudium 1.4 can
582
    be recompiled on the non-x86 architectures. The previous upload
583
    of Pike was a bit rushed.
584
 
585
 -- Marek Habersack <grendel@debian.org>  Thu, 28 Jul 2005 13:04:41 +0200
586
 
587
pike7.6 (7.6.32-1) unstable; urgency=low
588
 
589
  * Release number bumped by export.pike.
590
 
591
 -- Marek Habersack <grendel@debian.org>  Thu, 28 Jul 2005 13:02:47 +0200
592
 
593
pike7.6 (7.6.31-1) unstable; urgency=low
594
 
595
  * The latest cvs snapshot
596
 
597
 -- Marek Habersack <grendel@debian.org>  Wed, 27 Jul 2005 14:24:49 +0200
598
 
599
pike7.6 (7.6.30-1) unstable; urgency=low
600
 
601
  * Release number bumped by export.pike.
602
 
603
 -- Marek Habersack <grendel@debian.org>  Wed, 27 Jul 2005 14:22:53 +0200
604
 
605
pike7.6 (7.6.29-1) unstable; urgency=low
606
 
607
  * The latest cvs snapshot
608
 
609
 -- Marek Habersack <grendel@debian.org>  Fri, 22 Jul 2005 22:20:25 +0200
610
 
611
pike7.6 (7.6.28-1) unstable; urgency=low
612
 
613
  * Release number bumped by export.pike.
614
 
615
 -- Marek Habersack <grendel@debian.org>  Fri, 22 Jul 2005 22:18:34 +0200
616
 
617
pike7.6 (7.6.27-2) unstable; urgency=high
618
 
619
  * Force a recompile to match the new libgmp3 package name
620
 
621
 -- Marek Habersack <grendel@debian.org>  Tue, 19 Jul 2005 12:06:53 +0200
622
 
623
pike7.6 (7.6.27-1) unstable; urgency=low
624
 
625
  * The latest cvs snapshot
626
 
627
 -- Marek Habersack <grendel@debian.org>  Thu, 26 May 2005 02:12:22 +0200
628
 
629
pike7.6 (7.6.24-2) unstable; urgency=low
630
 
631
  * Closes: #310631: debian/rules version detection could be better
632
    Thanks to Matthias Klose <doko@cs.tu-berlin.de> for providing the
633
    patch.
634
  * Closes: #282939: fails to start in interactive mode
635
    No longer happens with the newer Pike 7.6 versions.
636
 
637
 -- Marek Habersack <grendel@debian.org>  Thu, 26 May 2005 02:48:36 +0200
638
 
639
pike7.6 (7.6.24-1) unstable; urgency=low
640
 
641
  * Release number bumped by export.pike.
642
 
643
 -- Marek Habersack <grendel@debian.org>  Wed, 22 Sep 2004 20:19:24 +0200
644
 
645
pike7.6 (7.6.23-1) unstable; urgency=low
646
 
647
  * The latest cvs snapshot
648
 
649
 -- Marek Habersack <grendel@debian.org>  Wed, 22 Sep 2004 17:52:43 +0200
650
 
651
pike7.6 (7.6.22-1) unstable; urgency=low
652
 
653
  * Release number bumped by export.pike.
654
 
655
 -- Marek Habersack <grendel@debian.org>  Wed, 22 Sep 2004 17:49:52 +0200
656
 
657
pike7.6 (7.6.21-1) unstable; urgency=low
658
 
659
  * The latest cvs snapshot
660
 
661
 -- Marek Habersack <grendel@debian.org>  Tue, 21 Sep 2004 0:24:04 +0200
662
 
663
pike7.6 (7.6.20-1) unstable; urgency=low
664
 
665
  * Release number bumped by export.pike.
666
 
667
 -- Marek Habersack <grendel@debian.org>  Tue, 21 Sep 2004 0:18:16 +0200
668
 
669
pike7.6 (7.6.19-1) unstable; urgency=low
670
 
671
  * The latest cvs snapshot
672
 
673
 -- Marek Habersack <grendel@debian.org>  Mon, 20 Sep 2004 23:35:37 +0200
674
 
675
pike7.6 (7.6.18-1) unstable; urgency=low
676
 
677
  * Release number bumped by export.pike.
678
 
679
 -- Marek Habersack <grendel@debian.org>  Mon, 20 Sep 2004 23:31:42 +0200
680
 
681
pike7.6 (7.6.17-1) unstable; urgency=low
682
 
683
  * The latest cvs snapshot
684
 
685
 -- Marek Habersack <grendel@debian.org>  Sun, 19 Sep 2004 16:42:33 +0200
686
 
687
pike7.6 (7.6.16-1) unstable; urgency=low
688
 
689
  * Release number bumped by export.pike.
690
 
691
 -- Marek Habersack <grendel@debian.org>  Sun, 19 Sep 2004 16:39:58 +0200
692
 
693
pike7.6 (7.6.15-1) unstable; urgency=low
694
 
695
  * The latest cvs snapshot
696
 
697
 -- Marek Habersack <grendel@debian.org>  Fri, 17 Sep 2004 13:26:37 +0200
698
 
699
pike7.6 (7.6.14-1) unstable; urgency=low
700
 
701
  * Release number bumped by export.pike.
702
 
703
 -- Marek Habersack <grendel@debian.org>  Fri, 17 Sep 2004 13:21:58 +0200
704
 
705
pike7.6 (7.6.13-1) unstable; urgency=low
706
 
707
  * The latest cvs snapshot
708
 
709
 -- Marek Habersack <grendel@debian.org>  Tue, 10 Aug 2004 15:32:25 +0200
710
 
711
pike7.6 (7.6.12-1) unstable; urgency=low
712
 
713
  * Release number bumped by export.pike.
714
 
715
 -- Marek Habersack <grendel@debian.org>  Tue, 10 Aug 2004 15:29:54 +0200
716
 
717
pike7.6 (7.6.11-3) unstable; urgency=medium
718
 
719
  * Gotten rid of gdk-imlib1-dev build dependency
720
  * Delayed upload to wait for the indirect dependencies to get into
721
    the archives.
722
 
723
 -- Marek Habersack <grendel@debian.org>  Fri, 30 Jul 2004 14:36:10 +0200
724
 
725
pike7.6 (7.6.11-2) unstable; urgency=medium
726
 
727
  * Changed the build-dep from libxpm4-dev to libxpm-dev
728
  * Changed the build-dep from libtiff3g-dev to libtiff4-dev
729
 
730
 -- Marek Habersack <grendel@debian.org>  Sun, 25 Jul 2004 02:25:22 +0200
731
 
732
pike7.6 (7.6.11-1) unstable; urgency=low
733
 
734
  * The latest cvs snapshot
735
 
736
 -- Marek Habersack <grendel@debian.org>  Thu, 1 Jul 2004 23:05:30 +0200
737
 
738
pike7.6 (7.6.10-1) unstable; urgency=low
739
 
740
  * Release number bumped by export.pike.
741
 
742
 -- Marek Habersack <grendel@debian.org>  Thu, 1 Jul 2004 23:03:26 +0200
743
 
744
pike7.6 (7.6.9-2) unstable; urgency=low
745
 
746
  * Make sure all bugs filed against Pike 7.4 will not appear here
747
  * Pike 7.6 will replace Pike 7.4 in Debian soon.
748
 
749
 -- Marek Habersack <grendel@debian.org>  Wed,  9 Jun 2004 13:40:35 +0200
750
 
751
pike7.6 (7.6.9-1) unstable; urgency=low
752
 
753
  * The latest cvs snapshot
754
  * Added the full text of MPL 1.1 to the debian/copyright file
755
 
756
 -- Marek Habersack <grendel@debian.org>  Mon, 17 May 2004 20:14:30 +0200
757
 
758
pike7.6 (7.6.8-1) experimental; urgency=low
759
 
760
  * Release number bumped by export.pike.
761
 
762
 -- Marek Habersack <grendel@debian.org>  Mon, 17 May 2004 20:12:55 +0200
763
 
764
pike7.6 (7.6.7-2) unstable; urgency=low
765
 
766
  * Better dependencies for the GL libraries
767
 
768
 -- Marek Habersack <grendel@debian.org>  Tue, 11 May 2004 16:18:21 +0200
769
 
770
pike7.6 (7.6.7-1) unstable; urgency=low
771
 
772
  * The latest upstream release. The most important changes since v7.4
773
    are listed in the upstream CHANGES file in the /usr/share/doc/pike7.6
774
    directory
775
 
776
 -- Marek Habersack <grendel@debian.org>  Wed, 5 May 2004 18:38:38 +0200
777
 
778
pike7.6 (7.6.6-1) experimental; urgency=low
779
 
780
  * Release number bumped by export.pike.
781
 
782
 -- Marek Habersack <grendel@debian.org>  Wed, 5 May 2004 18:35:56 +0200
783
 
784
pike7.6 (7.6.5-1) experimental; urgency=low
785
 
786
  * The latest cvs snapshot
787
 
788
 -- Marek Habersack <grendel@debian.org>  Sat, 1 May 2004 18:35:04 +0200
789
 
790
pike7.6 (7.6.4-1) experimental; urgency=low
791
 
792
  * Release number bumped by export.pike.
793
 
794
 -- Marek Habersack <grendel@debian.org>  Sat, 1 May 2004 18:32:26 +0200
795
 
796
pike7.6 (7.6.3-1) experimental; urgency=low
797
 
798
  * The latest cvs snapshot
799
 
800
 -- Marek Habersack <grendel@debian.org>  Mon, 26 Apr 2004 2:19:59 +0200
801
 
802
pike7.6 (7.6.2-1) experimental; urgency=low
803
 
804
  * Release number bumped by export.pike.
805
 
806
 -- Pike build system <pike-devel@lists.lysator.liu.se>  Mon, 26 Apr 2004 2:17:57 +0200
807
 
808
pike7.5 (7.5.27-2) experimental; urgency=low
809
 
810
  * The latest CVS snapshot
811
 
812
 -- Marek Habersack <grendel@debian.org>  Fri, 23 Apr 2004 17:49:47 +0200
813
 
814
pike7.5 (7.5.27-1) experimental; urgency=low
815
 
816
  * The latest cvs snapshot
817
 
818
 -- Pike build system <pike-devel@lists.lysator.liu.se>  Sat, 17 Apr 2004 17:57:50 +0200
819
 
820
pike7.5 (7.5.26-1) experimental; urgency=low
821
 
822
  * Release number bumped by export.pike.
823
 
824
 -- Pike build system <pike-devel@lists.lysator.liu.se>  Sat, 17 Apr 2004 17:56:36 +0200
825
 
826
pike7.5 (7.5.25-1) experimental; urgency=low
827
 
828
  * The latest CVS snapshot
829
 
830
 -- Marek Habersack <grendel@debian.org>  Sun,  4 Apr 2004 01:48:49 +0200
831
 
832
pike7.5 (7.5.23-2) experimental; urgency=low
833
 
834
  * The latest CVS update
835
 
836
 -- Marek Habersack <grendel@debian.org>  Fri,  2 Apr 2004 16:49:26 +0200
837
 
838
pike7.5 (7.5.23-1) experimental; urgency=low
839
 
840
  * The latest cvs snapshot
841
 
842
 -- Marek Habersack <grendel@debian.org>  Mon, 29 Mar 2004 17:28:21 +0200
843
 
844
pike7.5 (7.5.21-1) experimental; urgency=low
845
 
846
  * The latest cvs snapshot
847
 
848
 -- Marek Habersack <grendel@debian.org>  Wed, 17 Mar 2004 14:13:19 +0100
849
 
850
pike7.5 (7.5.19-2) experimental; urgency=low
851
 
852
  * Creation of directories in /usr/local won't fail now
853
    (closes: Bug#234694)
854
 
855
 -- Marek Habersack <grendel@debian.org>  Thu, 26 Feb 2004 01:28:15 +0100
856
 
857
pike7.5 (7.5.19-1) experimental; urgency=low
858
 
859
  * The latest upstream update
860
 
861
 -- Marek Habersack <grendel@debian.org>  Mon, 23 Feb 2004 22:42:46 +0100
862
 
863
pike7.5 (7.5.17-2) experimental; urgency=low
864
 
865
  * Latest CVS snapshot.
866
 
867
 -- Marek Habersack <grendel@debian.org>  Wed, 14 Jan 2004 19:53:42 +0100
868
 
869
pike7.5 (7.5.17-1) experimental; urgency=low
870
 
871
  * The latest cvs snapshot.
872
  * Disabled using the machine code in the pike bytecode. It poses a
873
    security risk and breaks under kernels with exec-shield or PAX.
874
 
875
 -- Marek Habersack <grendel@debian.org>  Tue,  9 Dec 2003 17:01:16 +0100
876
 
877
pike7.5 (7.5.12-2) experimental; urgency=low
878
 
879
  * Added libnettle to the build dependencies.
880
 
881
 -- Marek Habersack <grendel@debian.org>  Tue, 11 Nov 2003 18:24:24 +0100
882
 
883
pike7.5 (7.5.12-1) experimental; urgency=low
884
 
885
  * Catching up on version numbers.
886
  * First upload to Debian/experimental.
887
 
888
 -- Marek Habersack <grendel@debian.org>  Sat, 30 Oct 2003 22:46:18 +0100
889
 
890
pike7.5 (7.5.5-1) unstable; urgency=low
891
 
892
  * Latest upstream version.
893
 
894
 -- Marek Habersack <grendel@debian.org>  Sat, 29 Mar 2003 01:46:01 +0100
895
 
896
pike7.5 (7.5.3-2) unstable; urgency=low
897
 
898
  * Latest upstream version.
899
  * Rediffed the Debian patches to work with the current sources.
900
 
901
 -- Marek Habersack <grendel@debian.org>  Wed, 19 Mar 2003 13:42:44 +0100
902
 
903
pike7.5 (7.5.3-1) unstable; urgency=low
904
 
905
  * Latest upstream version.
906
 
907
 -- Marek Habersack <grendel@debian.org>  Wed,  5 Feb 2003 19:07:40 +0100
908
 
909
pike7.5 (7.5.2-1) unstable; urgency=low
910
 
911
  * Latest upstream version.
912
  * No sparc machine code for now.
913
  * Updated the mesagl dependencies.
914
 
915
 -- Marek Habersack <grendel@debian.org>  Wed,  5 Feb 2003 01:19:37 +0100
916
 
917
pike7.5 (7.5.1-3) unstable; urgency=low
918
 
919
  * A bug in the sparc machine code causing a segfault was fixed.
920
 
921
 -- Marek Habersack <grendel@debian.org>  Mon,  3 Feb 2003 17:16:46 +0100
922
 
923
pike7.5 (7.5.1-2) unstable; urgency=low
924
 
925
  * Pike is installed using the --new-style layout now.
926
 
927
 -- Marek Habersack <grendel@debian.org>  Tue, 28 Jan 2003 00:36:59 +0100
928
 
929
pike7.5 (7.5.1-1) unstable; urgency=low
930
 
931
  * Latest upstream version.
932
 
933
 -- Marek Habersack <grendel@debian.org>  Fri,  6 Dec 2002 05:20:15 +0100
934
 
935
pike7.3 (7.3.62-1) unstable; urgency=low
936
 
937
  * Latest upstream version. The most important changes:
938
        * lib/modules/Tools.pmod/AutoDoc.pmod/DocParser.pmod: Fixed broken
939
          support for typedef.
940
        * src/modules/Gz/module.pmod.in: Now supports zlib's which lack the
941
          eof() function.
942
        * src/modules/Gz/module.pmod.in: Now behaves if zlib isn't
943
          available.
944
        * src/builtin_functions.c: Moved some debug functions to Debug.
945
          Updated sleep doc. Fixed describe_backtrace type.
946
        * src/builtin.cmod: Move _describe_program to
947
          Debug.describe_program.
948
        * src/modules/Gz/testsuite.in: Added test for Gz.File().
949
        * lib/modules/MIME.pmod/module.pmod: When doing guessy style MIME
950
          decoding, inherit the guess attribute for multipart message parts.
951
        * src/modules/Gz/zlibmod.c: Fixed nasty null-termination bug.
952
        * src/post_modules/Shuffler/Shuffler.cmod: Patched Shuffler module
953
          some more. This patch should fix some of the problems with the
954
          shuffler accessing references that have been destructed.
955
        * lib/modules/Filesystem.pmod/Tar.pmod: Bugfix: Since lookups are
956
          done with normalized paths, we need to normalize the paths in
957
          filename{s,_to_entry} as well to get proper matches.
958
        * src/pike_memory.h: Added a macro to detect whether a memory
959
          checker is in use, so that conflicting debug checks can be avoided.
960
        * lib/master.pike.in, src/svalue.c,
961
          lib/modules/Tools.pmod/testsuite.in: Make %O default output for
962
          objects and programs better.
963
        * lib/modules/Stdio.pmod/module.pmod, src/modules/files/file.c,
964
          src/modules/files/termios.c: Document the low level I/O functions
965
          in Stdio.File and not Fd.
966
          .
967
          Designwise motivation: Fd and Fd_ref ought to be considered
968
          internal; Stdio.File is the lowest "official" API level.
969
          .
970
          Practical motivation: It's _much_ easier to find the functions in
971
          the generated docs, despite the small pointer to Fd in Stdio.File.
972
        * lib/modules/Protocols.pmod/HTTP.pmod/Server.pmod/SSLPort.pike:
973
          added SSL support to the simple webserver. Based on SSL.https, but
974
          behaves exactly like Protocols.HTTP.Server.Port, except for SSL.
975
        * lib/master.pike.in: - Changed some search(x,y)!=-1 into
976
          has_value(x,y) - Optimized Getopt call by using local variables for
977
          NO_ARG,   MAY_HAVE_ARG and HAS_ARG.  - Optimized Getopt call by
978
          always having five elements per argument,   so that Getopt need not
979
          rewrite the array.  - Always accept the --autoreload option so that
980
          we are silenty  ignoring it if Pike has not autoreload (instead of
981
          bailing out with strange error messages (that changes depending
982
          on the number and   order of options)).
983
 
984
 -- Marek Habersack <grendel@debian.org>  Mon, 25 Nov 2002 18:43:54 +0100
985
 
986
pike7.3 (7.3.60-2) unstable; urgency=low
987
 
988
  * Latest cvs snapshot. The most important changes:
989
        * lib/modules/Protocols.pmod/HTTP.pmod/module.pmod: Added missing
990
          file argument for put_url().
991
        * lib/modules/Array.pmod: CHANGES says that there should be an
992
          Array.Iterator.  So let's have one.
993
        * lib/modules/Parser.pmod/XML.pmod/DOM.pmod: Added iterators, nice
994
          _sprintf to Nodes, and made all lfuns static.
995
        * src/post_modules/Shuffler/Shuffler.cmod: If the done-callback
996
          destroyed the shuffler object, the shuffler crashed when signaling
997
          that data wasn't sent thru the give_back function. This might have
998
          other implications but seems to work as a fix for now.
999
 
1000
 -- Marek Habersack <grendel@debian.org>  Sat,  9 Nov 2002 19:46:43 +0100
1001
 
1002
pike7.3 (7.3.60-1) unstable; urgency=low
1003
 
1004
  * Latest upstream version. The most important changes:
1005
        * src/code/: ppc32.c, ppc32.h: Implemented OPCODE_INLINE_BRANCH
1006
	  interface for PPC.
1007
        * src/dlopen.c: Some more IA64 fixes.
1008
        * lib/modules/Protocols.pmod/HTTP.pmod/Query.pike: added the
1009
          possibility to have array values in headers mapping to allow
1010
          multiple headers
1011
        * src/dlopen.c: The IA64 global offset table is now at the end of
1012
          the datasegment, so that gp-relative offsets have a chance at
1013
          working.
1014
        * lib/modules/Standards.pmod/RDF.pike: Improved API and working
1015
          N-triple parsing.
1016
        * src/threads.c: Added a reference from MutexKey to the mutex
1017
          object it holds, so that the latter won't be refcount garbed (which
1018
          causes both to be destructed) if there are no other references.
1019
 
1020
 -- Marek Habersack <grendel@debian.org>  Mon,  4 Nov 2002 22:32:36 +0100
1021
 
1022
pike7.3 (7.3.58-3) unstable; urgency=low
1023
 
1024
  * Removed the sybase module as it doesn't work on Debian.
1025
 
1026
 -- Marek Habersack <grendel@debian.org>  Wed, 23 Oct 2002 02:16:53 +0200
1027
 
1028
pike7.3 (7.3.58-2) unstable; urgency=low
1029
 
1030
  * Latest CVS snapshot.
1031
 
1032
 -- Marek Habersack <grendel@debian.org>  Mon, 21 Oct 2002 03:01:06 +0200
1033
 
1034
pike7.3 (7.3.58-1) unstable; urgency=low
1035
 
1036
  * Latest upstream version. The most important changes:
1037
        * lib/modules/Parser.pmod/XML.pmod/Tree.pmod: Better typing.
1038
        * lib/modules/Array.pmod: Fixed a border problem in Array.sum
1039
        * src/builtin.cmod: Fixed leak of the strings "string" and "int".
1040
        * lib/modules/String.pmod/module.pmod: Removed the deprecated
1041
          strmult and String_buffer (compatibility is already in place).
1042
          Fixed a soundex bug. Made int2roman and int2size throw an error
1043
          when input is out of range. Fixed an off by one error for the
1044
          bytes/kb transition in int2size.
1045
        * lib/modules/Parser.pmod/Pike.pmod: Parse binary numbers.
1046
        * lib/modules/Standards.pmod/EXIF.pmod: Better EXIF support. Some
1047
          API changes: get_properties only accepts Stdio.File objects.
1048
          MN_Multi1 is renamed to MN_Multi3.
1049
        * src/: builtin.cmod, builtin_functions.c: It's better to throw
1050
          errors than return zero if ctime(), localtime() or gmtime() fails.
1051
        * src/builtin.cmod: Fixed missing checks for NULL from gmtime(2),
1052
          localtime(2) and ctime(2) which could cause segfaults. E.g. on NT
1053
          they don't handle negative time stamps.
1054
        * src/modules/: HTTPLoop/log.c, Oracle/oracle.c, spider/discdate.c:
1055
          Fixed missing checks for NULL from gmtime(2), localtime(2) and
1056
          ctime(2) which could cause segfaults. E.g. on NT they don't handle
1057
          negative time stamps.
1058
        * src/builtin_functions.c: Fixed missing checks for NULL from
1059
          gmtime(2) and localtime(2) which could cause segfaults. E.g. on NT
1060
          they don't handle negative time stamps.
1061
        * lib/modules/Remote.pmod/connection.pike: Fixed races that could
1062
          cause synchronous calls to hang in threaded mode.  It's still
1063
          unclear whether a connection close is handled cleanly, though.
1064
          Better handling of exceptions from close callbacks.
1065
 
1066
 -- Marek Habersack <grendel@debian.org>  Fri, 18 Oct 2002 22:49:02 +0200
1067
 
1068
pike7.3 (7.3.56-2) unstable; urgency=low
1069
 
1070
  * Latest CVS snapshot.
1071
 
1072
 -- Marek Habersack <grendel@debian.org>  Fri, 18 Oct 2002 01:37:36 +0200
1073
 
1074
pike7.3 (7.3.56-1) unstable; urgency=low
1075
 
1076
  * Latest upstream version. The most important changes:
1077
        * src/: docode.c, interpret_functions.h: Replaced the F_THROW_ZERO
1078
          opcode used at normal exit from catch blocks with F_EXIT_CATCH,
1079
          which uses the newer escape catch feature. This avoids a longjmp at
1080
          the normal exit of every catch block.
1081
          Also changed the return value for normal catch block exits to be
1082
          UNDEFINED and not zero.
1083
        * lib/modules/Parser.pmod/C.pmod: Added index possibility on
1084
          tokens.
1085
        * src/program.c: Use safe_apply_handler for calling
1086
          get_default_module, to get better checking of the return value and
1087
          to get correct handling of return values that are false.
1088
          This fixes a bug in the odd recursion that involves the compat
1089
          handler and e.g. lib/7.2/modules/__default.pmod which itself
1090
          contains "#pike 7.2": The second time get_default_module is called
1091
          it'll resolve an unfinished program with "__default" and thus get a
1092
          function pointer that evaluates to false.
1093
        * bin/pike.in, src/Makefile.in, src/builtin_functions.c,
1094
          src/error.c: Set a breakpoint on pike_gdb_breakpoint by default
1095
          when gdb is started. Made it accessible from pike with
1096
          "_gdb_breakpoint" to make it convenient to enter gdb at a specific
1097
          point in the pike code.
1098
 
1099
 -- Marek Habersack <grendel@debian.org>  Wed, 25 Sep 2002 02:47:40 +0200
1100
 
1101
pike7.3 (7.3.55-1) unstable; urgency=low
1102
 
1103
  * Latest upstream version. The most important changes:
1104
        * src/modules/Gz/: configure.in, zlibmod.c: The Gz module now
1105
          supports old versions of zlib again.  Most notably seek(), tell(),
1106
          eof() and setparams() are now optionally implemented in Gz._file.
1107
        * lib/master.pike.in: Added include_prefix.
1108
        * src/builtin_functions.c: More information about the use and
1109
          limits of mktime().
1110
        * src/main.c: Now calls tzset() to initialize timezone et al.
1111
        * lib/modules/Protocols.pmod/LDAP.pmod/client.pike: add catch to
1112
          prevent search from bombing out when talking to active directory
1113
          servers. this is not a good fix, as the cause seems to be referrer
1114
          data.
1115
          This will need to be looked at more closely, but it at least allows
1116
          us to talk to m$ systems.
1117
        * lib/modules/Protocols.pmod/LDAP.pmod/client.pike: fixed create()
1118
          so that connection is actually made when SSL support is not
1119
          present.
1120
        * lib/master.pike.in: Added -x option to run tools from
1121
	  Tools.Standalone.
1122
 
1123
 -- Marek Habersack <grendel@debian.org>  Fri, 13 Sep 2002 15:44:33 +0200
1124
 
1125
pike7.3 (7.3.53-1) unstable; urgency=low
1126
 
1127
  * Latest upstream version. The most important changes:
1128
        * src/modules/Perl/perlmod.c: Adjustment to work better with Perl
1129
          5.8.0, plus a few minor layout changes to make the code nicer to
1130
          read.
1131
        * lib/modules/Local.pmod: Added support for specifying paths using
1132
          the PIKE_LOCAL_PATH environment variable.
1133
        * src/language.yacc: Fixed typing for intranges with bignum
1134
          intervals.
1135
        * lib/modules/Stdio.pmod/GZipFile.pike: Added basic support for
1136
          reading and writing gzip files.  This is the first version and it
1137
          is still a bit experimental.  Uses Gz._file() for lowlevel support.
1138
        * src/modules/Gz/zlibmod.c: Added basic support for reading and
1139
          writing gzip files.  Lowlevel functions are located in Gz._file().
1140
        * src/builtin_functions.c: Fixed incorrect info about rusage() and
1141
          added a bit more description about some of the items.
1142
        * src/language.yacc: Added the "global" keyword to
1143
          magic_identifiers so it can be used after ->.
1144
        * src/pike_types.c: parse_type() now supports the syntax
1145
          object(this_program), and defaults to implements mode.
1146
        * src/modules/Postgres/: configure.in, pgres_config.h.in,
1147
          postgres.c: this makes the Postgres module detect/work correctly
1148
          with the PostgreSQL 7.2+
1149
 
1150
 -- Marek Habersack <grendel@debian.org>  Sun,  1 Sep 2002 00:22:22 +0200
1151
 
1152
pike7.3 (7.3.51-4) unstable; urgency=low
1153
 
1154
  * Enabled the Pike security.
1155
  * Build-conflicts with libutahglx since the latter doesn't conform
1156
    to the Linux OpenGL ABI
1157
  * Added correct build dependencies for Debian/Sid
1158
 
1159
 -- Marek Habersack <grendel@debian.org>  Fri, 23 Aug 2002 02:47:22 +0200
1160
 
1161
pike7.3 (7.3.51-3) unstable; urgency=low
1162
 
1163
  * Added the -svg package.
1164
  * Most packages now link to the -core doc directory.
1165
 
1166
 -- Marek Habersack <grendel@debian.org>  Sat, 10 Aug 2002 21:27:04 +0200
1167
 
1168
pike7.3 (7.3.51-2) unstable; urgency=low
1169
 
1170
  * The Debian packaging setup merged with the upstream sources under
1171
    the packaging/debian/ directory.
1172
  * Patches previously applied to the sources before generating the
1173
    Debian diff are now applied on the compile time.
1174
  * Most packages depend on pikeX.Y-core now.
1175
 
1176
 -- Marek Habersack <grendel@debian.org>  Tue,  6 Aug 2002 00:36:53 +0200
1177
 
1178
pike7.3 (7.3.51-1) unstable; urgency=low
1179
 
1180
  * Latest CVS snapshot
1181
  * the -crypto and -gz packages are merged with the core Pike package.
1182
  * the -doc package is split into -manual and -reference and
1183
  * The pike7.3 package became a meta package that installs a subset
1184
    of all the Pike packages present in Debian. This subset makes up a
1185
    recommended Pike environment for most systems.
1186
 
1187
 -- Marek Habersack <grendel@debian.org>  Wed, 31 Jul 2002 23:35:18 +0200
1188
 
1189
pike7.3 (7.3.49-2) unstable; urgency=low
1190
 
1191
  * Latest CVS snapshot
1192
 
1193
 -- Marek Habersack <grendel@debian.org>  Mon, 29 Jul 2002 10:23:44 +0200
1194
 
1195
pike7.3 (7.3.49-1) unstable; urgency=low
1196
 
1197
  * Latest CVS snapshot
1198
 
1199
 -- Marek Habersack <grendel@debian.org>  Mon, 15 Jul 2002 23:21:33 +0200
1200
 
1201
pike7.3 (7.3.47-1) unstable; urgency=low
1202
 
1203
  * Latest CVS snapshot
1204
 
1205
 -- Marek Habersack <grendel@debian.org>  Wed, 12 Jun 2002 18:13:12 +0200
1206
 
1207
pike7.3 (7.3.45-1) unstable; urgency=low
1208
 
1209
  * Latest CVS snapshot
1210
 
1211
 -- Marek Habersack <grendel@debian.org>  Fri, 17 May 2002 16:41:09 +0200
1212
 
1213
pike7.3 (7.3.41-1) unstable; urgency=low
1214
 
1215
  * Initial Release.
1216
 
1217
 -- Marek Habersack <grendel@debian.org>  Sun,  5 May 2002 01:34:05 +0200
1218