File: changelog

package info (click to toggle)
pike7.8 7.8.866-7
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 69,304 kB
  • ctags: 28,082
  • sloc: ansic: 252,877; xml: 36,537; makefile: 4,214; sh: 2,879; lisp: 655; asm: 591; objc: 212; pascal: 157; sed: 34
file content (900 lines) | stat: -rw-r--r-- 30,371 bytes parent folder | download | duplicates (10)
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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
pike7.7 (7.7.94-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Wed, 16 Jul 2008 4:54:52 +0200

pike7.7 (7.7.93-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Wed, 16 Jul 2008 4:52:36 +0200

pike7.7 (7.7.92-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Wed, 16 Jul 2008 3:45:45 +0200

pike7.7 (7.7.91-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Wed, 16 Jul 2008 3:43:35 +0200

pike7.7 (7.7.89-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Wed, 16 Jul 2008 2:41:06 +0200

pike7.7 (7.7.88-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Wed, 16 Jul 2008 2:39:00 +0200

pike7.7 (7.7.87-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Fri, 11 Jul 2008 17:53:25 +0200

pike7.7 (7.7.86-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Fri, 11 Jul 2008 17:51:44 +0200

pike7.7 (7.7.85-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Thu, 10 Jul 2008 18:58:21 +0200

pike7.7 (7.7.84-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Thu, 10 Jul 2008 18:56:29 +0200

pike7.7 (7.7.83-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Thu, 10 Jul 2008 13:54:17 +0200

pike7.7 (7.7.82-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Thu, 10 Jul 2008 13:52:04 +0200

pike7.7 (7.7.81-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Wed, 9 Jul 2008 21:55:46 +0200

pike7.7 (7.7.80-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Wed, 9 Jul 2008 21:54:09 +0200

pike7.7 (7.7.79-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Wed, 9 Jul 2008 19:38:27 +0200

pike7.7 (7.7.78-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Wed, 9 Jul 2008 19:36:25 +0200

pike7.7 (7.7.77-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Wed, 9 Jul 2008 16:07:44 +0200

pike7.7 (7.7.76-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Wed, 9 Jul 2008 16:05:42 +0200

pike7.7 (7.7.75-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Wed, 9 Jul 2008 14:30:16 +0200

pike7.7 (7.7.74-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Wed, 9 Jul 2008 14:27:57 +0200

pike7.7 (7.7.73-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Tue, 8 Jul 2008 19:06:01 +0200

pike7.7 (7.7.72-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Tue, 8 Jul 2008 19:04:29 +0200

pike7.7 (7.7.71-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Sat, 5 Jul 2008 14:22:28 +0200

pike7.7 (7.7.70-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Sat, 5 Jul 2008 14:20:26 +0200

pike7.7 (7.7.69-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Sat, 5 Jul 2008 13:31:58 +0200

pike7.7 (7.7.68-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Sat, 5 Jul 2008 13:29:59 +0200

pike7.7 (7.7.67-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Sat, 5 Jul 2008 12:14:20 +0200

pike7.7 (7.7.66-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Sat, 5 Jul 2008 12:12:13 +0200

pike7.7 (7.7.65-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Fri, 4 Jul 2008 15:14:30 +0200

pike7.7 (7.7.64-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Fri, 4 Jul 2008 15:12:33 +0200

pike7.7 (7.7.63-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Wed, 2 Jul 2008 15:06:03 +0200

pike7.7 (7.7.62-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Wed, 2 Jul 2008 15:04:18 +0200

pike7.7 (7.7.61-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Wed, 2 Jul 2008 10:06:25 +0200

pike7.7 (7.7.60-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Wed, 2 Jul 2008 10:04:37 +0200

pike7.7 (7.7.59-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Tue, 1 Jul 2008 13:42:50 +0200

pike7.7 (7.7.58-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Tue, 1 Jul 2008 13:39:52 +0200

pike7.7 (7.7.57-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Sun, 29 Jun 2008 21:17:12 +0200

pike7.7 (7.7.56-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Sun, 29 Jun 2008 21:10:50 +0200

pike7.7 (7.7.55-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Sat, 28 Jun 2008 17:42:07 +0200

pike7.7 (7.7.54-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Sat, 28 Jun 2008 17:38:19 +0200

pike7.7 (7.7.53-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Tue, 24 Jun 2008 11:12:39 +0200

pike7.7 (7.7.52-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Tue, 24 Jun 2008 11:10:44 +0200

pike7.7 (7.7.51-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Tue, 24 Jun 2008 8:30:00 +0200

pike7.7 (7.7.50-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Tue, 24 Jun 2008 8:28:00 +0200

pike7.7 (7.7.49-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Mon, 23 Jun 2008 18:03:06 +0200

pike7.7 (7.7.48-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Mon, 23 Jun 2008 18:00:20 +0200

pike7.7 (7.7.41-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Wed, 23 Jan 2008 05:39:40 +0100

pike7.7 (7.7.40-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Wed, 23 Jan 2008 05:37:06 +0100

pike7.7 (7.7.34-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Sun, 10 Jun 2007 12:57:16 +0200

pike7.7 (7.7.33-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Sun, 10 Jun 2007 12:56:02 +0200

pike7.7 (7.7.32-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Thu, 10 May 2007 16:41:26 +0200

pike7.7 (7.7.31-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Thu, 10 May 2007 16:40:03 +0200

pike7.8 (7.7.28-1) experimental; urgency=low

  * The latest cvs snapshot
  * Updated a few dependencies
  * Shortened the long descriptions of several binary packages
  * Added short description of pike, plus an url, to the description of
    the pike modules binary packages
  * Dropped the perl dependecies and the pike7.8-perl module
  * Dropped the dependencies on libpng12-dev and libreadline5-dev

 -- Marek Habersack <grendel@debian.org>  Wed, 9 Aug 2006 1:51:29 +0200

pike7.8 (7.7.24-1) experimental; urgency=low

  * Release number bumped by export.pike.
  * Renamed the source package and binary packages to pike7.8* - this
    is done so that there is no need to re-accept the package in the
    Debian archive after the upstream version is changed to 7.8.

 -- Marek Habersack <grendel@debian.org>  Tue, 3 Jan 2006 18:56:39 +0100

pike7.7 (7.7.23-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Wed, 23 Nov 2005 2:06:42 +0100

pike7.7 (7.7.22-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Wed, 23 Nov 2005 2:05:20 +0100

pike7.7 (7.7.21-1) experimental; urgency=low

  * The latest cvs snapshot
  * Updated the Standards-Version, no changes
  * Using own version of specs.in, since the pike-generated one does not
    make sense on a Debian system.
  * Implemented configurable include_prefix for the install process
  * GTK v1 is no longer used. GTK disabled for now as GTK v2 doesn't compile.
    Will be using GTK v2 and GNOME v2.x in the future.
  * Turned on several experimental features, for wider testing
  * Added new modules:
     - SQLite
     - Fuse
     - DNS-SD (libhowl)
     - FFTW

 -- Marek Habersack <grendel@debian.org>  Fri, 3 Jun 2005 16:45:28 +0200

pike7.7 (7.7.20-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Fri, 3 Jun 2005 16:42:30 +0200

pike7.7 (7.7.19-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Wed, 18 May 2005 1:03:33 +0200

pike7.7 (7.7.18-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Wed, 18 May 2005 0:57:01 +0200

pike7.7 (7.7.17-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Mon, 9 May 2005 14:40:16 +0200

pike7.7 (7.7.16-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Mon, 9 May 2005 14:39:05 +0200

pike7.7 (7.7.15-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Wed, 30 Mar 2005 21:17:50 +0200

pike7.7 (7.7.14-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Wed, 30 Mar 2005 21:16:29 +0200

pike7.7 (7.7.13-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Wed, 8 Dec 2004 1:10:59 +0100

pike7.7 (7.7.12-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Wed, 8 Dec 2004 1:06:41 +0100

pike7.7 (7.7.11-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Sat, 30 Oct 2004 14:35:30 +0200

pike7.7 (7.7.10-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Sat, 30 Oct 2004 14:34:17 +0200

pike7.7 (7.7.9-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Mon, 20 Sep 2004 5:26:40 +0200

pike7.7 (7.7.8-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Mon, 20 Sep 2004 5:24:34 +0200

pike7.7 (7.7.7-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Sun, 19 Sep 2004 3:55:44 +0200

pike7.7 (7.7.6-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Sun, 19 Sep 2004 3:52:46 +0200

pike7.7 (7.7.5-2) experimental; urgency=low

  * Added the full text of MPL 1.1 to the debian/copyright file

 -- Marek Habersack <grendel@debian.org>  Thu, 27 May 2004 17:50:36 +0200

pike7.7 (7.7.5-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Mon, 17 May 2004 20:13:37 +0200

pike7.7 (7.7.4-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Marek Habersack <grendel@debian.org>  Mon, 17 May 2004 20:12:00 +0200

pike7.7 (7.7.3-2) experimental; urgency=low

  * Better dependencies for the GL libraries

 -- Marek Habersack <grendel@debian.org>  Tue, 11 May 2004 16:18:28 +0200

pike7.7 (7.7.3-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Mon, 26 Apr 2004 2:53:33 +0200

pike7.7 (7.7.2-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Pike build system <pike-devel@lists.lysator.liu.se>  Mon, 26 Apr 2004 2:51:38 +0200

pike7.5 (7.5.27-2) experimental; urgency=low

  * The latest CVS snapshot

 -- Marek Habersack <grendel@debian.org>  Fri, 23 Apr 2004 17:49:47 +0200

pike7.5 (7.5.27-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Pike build system <pike-devel@lists.lysator.liu.se>  Sat, 17 Apr 2004 17:57:50 +0200

pike7.5 (7.5.26-1) experimental; urgency=low

  * Release number bumped by export.pike.

 -- Pike build system <pike-devel@lists.lysator.liu.se>  Sat, 17 Apr 2004 17:56:36 +0200

pike7.5 (7.5.25-1) experimental; urgency=low

  * The latest CVS snapshot

 -- Marek Habersack <grendel@debian.org>  Sun,  4 Apr 2004 01:48:49 +0200

pike7.5 (7.5.23-2) experimental; urgency=low

  * The latest CVS update

 -- Marek Habersack <grendel@debian.org>  Fri,  2 Apr 2004 16:49:26 +0200

pike7.5 (7.5.23-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Mon, 29 Mar 2004 17:28:21 +0200

pike7.5 (7.5.21-1) experimental; urgency=low

  * The latest cvs snapshot

 -- Marek Habersack <grendel@debian.org>  Wed, 17 Mar 2004 14:13:19 +0100

pike7.5 (7.5.19-2) experimental; urgency=low

  * Creation of directories in /usr/local won't fail now
    (closes: Bug#234694)

 -- Marek Habersack <grendel@debian.org>  Thu, 26 Feb 2004 01:28:15 +0100

pike7.5 (7.5.19-1) experimental; urgency=low

  * The latest upstream update

 -- Marek Habersack <grendel@debian.org>  Mon, 23 Feb 2004 22:42:46 +0100

pike7.5 (7.5.17-2) experimental; urgency=low

  * Latest CVS snapshot.

 -- Marek Habersack <grendel@debian.org>  Wed, 14 Jan 2004 19:53:42 +0100

pike7.5 (7.5.17-1) experimental; urgency=low

  * The latest cvs snapshot.
  * Disabled using the machine code in the pike bytecode. It poses a
    security risk and breaks under kernels with exec-shield or PAX.

 -- Marek Habersack <grendel@debian.org>  Tue,  9 Dec 2003 17:01:16 +0100

pike7.5 (7.5.12-2) experimental; urgency=low

  * Added libnettle to the build dependencies.

 -- Marek Habersack <grendel@debian.org>  Tue, 11 Nov 2003 18:24:24 +0100

pike7.5 (7.5.12-1) experimental; urgency=low

  * Catching up on version numbers.
  * First upload to Debian/experimental.

 -- Marek Habersack <grendel@debian.org>  Sat, 30 Oct 2003 22:46:18 +0100

pike7.5 (7.5.5-1) unstable; urgency=low

  * Latest upstream version.

 -- Marek Habersack <grendel@debian.org>  Sat, 29 Mar 2003 01:46:01 +0100

pike7.5 (7.5.3-2) unstable; urgency=low

  * Latest upstream version.
  * Rediffed the Debian patches to work with the current sources.

 -- Marek Habersack <grendel@debian.org>  Wed, 19 Mar 2003 13:42:44 +0100

pike7.5 (7.5.3-1) unstable; urgency=low

  * Latest upstream version.

 -- Marek Habersack <grendel@debian.org>  Wed,  5 Feb 2003 19:07:40 +0100

pike7.5 (7.5.2-1) unstable; urgency=low

  * Latest upstream version.
  * No sparc machine code for now.
  * Updated the mesagl dependencies.

 -- Marek Habersack <grendel@debian.org>  Wed,  5 Feb 2003 01:19:37 +0100

pike7.5 (7.5.1-3) unstable; urgency=low

  * A bug in the sparc machine code causing a segfault was fixed.

 -- Marek Habersack <grendel@debian.org>  Mon,  3 Feb 2003 17:16:46 +0100

pike7.5 (7.5.1-2) unstable; urgency=low

  * Pike is installed using the --new-style layout now.

 -- Marek Habersack <grendel@debian.org>  Tue, 28 Jan 2003 00:36:59 +0100

pike7.5 (7.5.1-1) unstable; urgency=low

  * Latest upstream version.

 -- Marek Habersack <grendel@debian.org>  Fri,  6 Dec 2002 05:20:15 +0100

pike7.3 (7.3.62-1) unstable; urgency=low

  * Latest upstream version. The most important changes:
        * lib/modules/Tools.pmod/AutoDoc.pmod/DocParser.pmod: Fixed broken
          support for typedef.
        * src/modules/Gz/module.pmod.in: Now supports zlib's which lack the
          eof() function.
        * src/modules/Gz/module.pmod.in: Now behaves if zlib isn't
          available.
        * src/builtin_functions.c: Moved some debug functions to Debug.
          Updated sleep doc. Fixed describe_backtrace type.
        * src/builtin.cmod: Move _describe_program to
          Debug.describe_program.
        * src/modules/Gz/testsuite.in: Added test for Gz.File().
        * lib/modules/MIME.pmod/module.pmod: When doing guessy style MIME
          decoding, inherit the guess attribute for multipart message parts.
        * src/modules/Gz/zlibmod.c: Fixed nasty null-termination bug.
        * src/post_modules/Shuffler/Shuffler.cmod: Patched Shuffler module
          some more. This patch should fix some of the problems with the
          shuffler accessing references that have been destructed.
        * lib/modules/Filesystem.pmod/Tar.pmod: Bugfix: Since lookups are
          done with normalized paths, we need to normalize the paths in
          filename{s,_to_entry} as well to get proper matches.
        * src/pike_memory.h: Added a macro to detect whether a memory
          checker is in use, so that conflicting debug checks can be avoided.
        * lib/master.pike.in, src/svalue.c,
          lib/modules/Tools.pmod/testsuite.in: Make %O default output for
          objects and programs better.
        * lib/modules/Stdio.pmod/module.pmod, src/modules/files/file.c,
          src/modules/files/termios.c: Document the low level I/O functions
          in Stdio.File and not Fd.
          .
          Designwise motivation: Fd and Fd_ref ought to be considered
          internal; Stdio.File is the lowest "official" API level.
          .
          Practical motivation: It's _much_ easier to find the functions in
          the generated docs, despite the small pointer to Fd in Stdio.File.
        * lib/modules/Protocols.pmod/HTTP.pmod/Server.pmod/SSLPort.pike:
          added SSL support to the simple webserver. Based on SSL.https, but
          behaves exactly like Protocols.HTTP.Server.Port, except for SSL.
        * lib/master.pike.in: - Changed some search(x,y)!=-1 into
          has_value(x,y) - Optimized Getopt call by using local variables for
          NO_ARG,   MAY_HAVE_ARG and HAS_ARG.  - Optimized Getopt call by
          always having five elements per argument,   so that Getopt need not
          rewrite the array.  - Always accept the --autoreload option so that
          we are silenty  ignoring it if Pike has not autoreload (instead of
          bailing out with strange error messages (that changes depending
          on the number and   order of options)).

 -- Marek Habersack <grendel@debian.org>  Mon, 25 Nov 2002 18:43:54 +0100

pike7.3 (7.3.60-2) unstable; urgency=low

  * Latest cvs snapshot. The most important changes:
        * lib/modules/Protocols.pmod/HTTP.pmod/module.pmod: Added missing
          file argument for put_url().
        * lib/modules/Array.pmod: CHANGES says that there should be an
          Array.Iterator.  So let's have one.
        * lib/modules/Parser.pmod/XML.pmod/DOM.pmod: Added iterators, nice
          _sprintf to Nodes, and made all lfuns static.
        * src/post_modules/Shuffler/Shuffler.cmod: If the done-callback
          destroyed the shuffler object, the shuffler crashed when signaling
          that data wasn't sent thru the give_back function. This might have
          other implications but seems to work as a fix for now.

 -- Marek Habersack <grendel@debian.org>  Sat,  9 Nov 2002 19:46:43 +0100

pike7.3 (7.3.60-1) unstable; urgency=low

  * Latest upstream version. The most important changes:
        * src/code/: ppc32.c, ppc32.h: Implemented OPCODE_INLINE_BRANCH
	  interface for PPC.
        * src/dlopen.c: Some more IA64 fixes.
        * lib/modules/Protocols.pmod/HTTP.pmod/Query.pike: added the
          possibility to have array values in headers mapping to allow
          multiple headers
        * src/dlopen.c: The IA64 global offset table is now at the end of
          the datasegment, so that gp-relative offsets have a chance at
          working.
        * lib/modules/Standards.pmod/RDF.pike: Improved API and working
          N-triple parsing.
        * src/threads.c: Added a reference from MutexKey to the mutex
          object it holds, so that the latter won't be refcount garbed (which
          causes both to be destructed) if there are no other references.

 -- Marek Habersack <grendel@debian.org>  Mon,  4 Nov 2002 22:32:36 +0100

pike7.3 (7.3.58-3) unstable; urgency=low

  * Removed the sybase module as it doesn't work on Debian.

 -- Marek Habersack <grendel@debian.org>  Wed, 23 Oct 2002 02:16:53 +0200

pike7.3 (7.3.58-2) unstable; urgency=low

  * Latest CVS snapshot.

 -- Marek Habersack <grendel@debian.org>  Mon, 21 Oct 2002 03:01:06 +0200

pike7.3 (7.3.58-1) unstable; urgency=low

  * Latest upstream version. The most important changes:
        * lib/modules/Parser.pmod/XML.pmod/Tree.pmod: Better typing.
        * lib/modules/Array.pmod: Fixed a border problem in Array.sum
        * src/builtin.cmod: Fixed leak of the strings "string" and "int".
        * lib/modules/String.pmod/module.pmod: Removed the deprecated
          strmult and String_buffer (compatibility is already in place).
          Fixed a soundex bug. Made int2roman and int2size throw an error
          when input is out of range. Fixed an off by one error for the
          bytes/kb transition in int2size.
        * lib/modules/Parser.pmod/Pike.pmod: Parse binary numbers.
        * lib/modules/Standards.pmod/EXIF.pmod: Better EXIF support. Some
          API changes: get_properties only accepts Stdio.File objects.
          MN_Multi1 is renamed to MN_Multi3.
        * src/: builtin.cmod, builtin_functions.c: It's better to throw
          errors than return zero if ctime(), localtime() or gmtime() fails.
        * src/builtin.cmod: Fixed missing checks for NULL from gmtime(2),
          localtime(2) and ctime(2) which could cause segfaults. E.g. on NT
          they don't handle negative time stamps.
        * src/modules/: HTTPLoop/log.c, Oracle/oracle.c, spider/discdate.c:
          Fixed missing checks for NULL from gmtime(2), localtime(2) and
          ctime(2) which could cause segfaults. E.g. on NT they don't handle
          negative time stamps.
        * src/builtin_functions.c: Fixed missing checks for NULL from
          gmtime(2) and localtime(2) which could cause segfaults. E.g. on NT
          they don't handle negative time stamps.
        * lib/modules/Remote.pmod/connection.pike: Fixed races that could
          cause synchronous calls to hang in threaded mode.  It's still
          unclear whether a connection close is handled cleanly, though. 
          Better handling of exceptions from close callbacks.

 -- Marek Habersack <grendel@debian.org>  Fri, 18 Oct 2002 22:49:02 +0200

pike7.3 (7.3.56-2) unstable; urgency=low

  * Latest CVS snapshot.

 -- Marek Habersack <grendel@debian.org>  Fri, 18 Oct 2002 01:37:36 +0200

pike7.3 (7.3.56-1) unstable; urgency=low

  * Latest upstream version. The most important changes:
        * src/: docode.c, interpret_functions.h: Replaced the F_THROW_ZERO
          opcode used at normal exit from catch blocks with F_EXIT_CATCH,
          which uses the newer escape catch feature. This avoids a longjmp at
          the normal exit of every catch block.
          Also changed the return value for normal catch block exits to be
          UNDEFINED and not zero.
        * lib/modules/Parser.pmod/C.pmod: Added index possibility on
          tokens.
        * src/program.c: Use safe_apply_handler for calling
          get_default_module, to get better checking of the return value and
          to get correct handling of return values that are false.
          This fixes a bug in the odd recursion that involves the compat
          handler and e.g. lib/7.2/modules/__default.pmod which itself
          contains "#pike 7.2": The second time get_default_module is called
          it'll resolve an unfinished program with "__default" and thus get a
          function pointer that evaluates to false.
        * bin/pike.in, src/Makefile.in, src/builtin_functions.c,
          src/error.c: Set a breakpoint on pike_gdb_breakpoint by default
          when gdb is started. Made it accessible from pike with
          "_gdb_breakpoint" to make it convenient to enter gdb at a specific
          point in the pike code.

 -- Marek Habersack <grendel@debian.org>  Wed, 25 Sep 2002 02:47:40 +0200

pike7.3 (7.3.55-1) unstable; urgency=low

  * Latest upstream version. The most important changes:
        * src/modules/Gz/: configure.in, zlibmod.c: The Gz module now
          supports old versions of zlib again.  Most notably seek(), tell(),
          eof() and setparams() are now optionally implemented in Gz._file.
        * lib/master.pike.in: Added include_prefix.
        * src/builtin_functions.c: More information about the use and
          limits of mktime().
        * src/main.c: Now calls tzset() to initialize timezone et al.
        * lib/modules/Protocols.pmod/LDAP.pmod/client.pike: add catch to
          prevent search from bombing out when talking to active directory
          servers. this is not a good fix, as the cause seems to be referrer
          data.
          This will need to be looked at more closely, but it at least allows
          us to talk to m$ systems.
        * lib/modules/Protocols.pmod/LDAP.pmod/client.pike: fixed create()
          so that connection is actually made when SSL support is not
          present.
        * lib/master.pike.in: Added -x option to run tools from 
	  Tools.Standalone.

 -- Marek Habersack <grendel@debian.org>  Fri, 13 Sep 2002 15:44:33 +0200

pike7.3 (7.3.53-1) unstable; urgency=low

  * Latest upstream version. The most important changes:
        * src/modules/Perl/perlmod.c: Adjustment to work better with Perl
          5.8.0, plus a few minor layout changes to make the code nicer to
          read.
        * lib/modules/Local.pmod: Added support for specifying paths using
          the PIKE_LOCAL_PATH environment variable.
        * src/language.yacc: Fixed typing for intranges with bignum
          intervals.
        * lib/modules/Stdio.pmod/GZipFile.pike: Added basic support for
          reading and writing gzip files.  This is the first version and it
          is still a bit experimental.  Uses Gz._file() for lowlevel support.
        * src/modules/Gz/zlibmod.c: Added basic support for reading and
          writing gzip files.  Lowlevel functions are located in Gz._file().
        * src/builtin_functions.c: Fixed incorrect info about rusage() and
          added a bit more description about some of the items.
        * src/language.yacc: Added the "global" keyword to
          magic_identifiers so it can be used after ->.
        * src/pike_types.c: parse_type() now supports the syntax
          object(this_program), and defaults to implements mode.
        * src/modules/Postgres/: configure.in, pgres_config.h.in,
          postgres.c: this makes the Postgres module detect/work correctly
          with the PostgreSQL 7.2+

 -- Marek Habersack <grendel@debian.org>  Sun,  1 Sep 2002 00:22:22 +0200

pike7.3 (7.3.51-4) unstable; urgency=low

  * Enabled the Pike security.
  * Build-conflicts with libutahglx since the latter doesn't conform
    to the Linux OpenGL ABI
  * Added correct build dependencies for Debian/Sid

 -- Marek Habersack <grendel@debian.org>  Fri, 23 Aug 2002 02:47:22 +0200

pike7.3 (7.3.51-3) unstable; urgency=low

  * Added the -svg package.
  * Most packages now link to the -core doc directory.

 -- Marek Habersack <grendel@debian.org>  Sat, 10 Aug 2002 21:27:04 +0200

pike7.3 (7.3.51-2) unstable; urgency=low

  * The Debian packaging setup merged with the upstream sources under
    the packaging/debian/ directory.
  * Patches previously applied to the sources before generating the 
    Debian diff are now applied on the compile time.
  * Most packages depend on pikeX.Y-core now.

 -- Marek Habersack <grendel@debian.org>  Tue,  6 Aug 2002 00:36:53 +0200

pike7.3 (7.3.51-1) unstable; urgency=low

  * Latest CVS snapshot
  * the -crypto and -gz packages are merged with the core Pike package.
  * the -doc package is split into -manual and -reference and
  * The pike7.3 package became a meta package that installs a subset
    of all the Pike packages present in Debian. This subset makes up a
    recommended Pike environment for most systems.

 -- Marek Habersack <grendel@debian.org>  Wed, 31 Jul 2002 23:35:18 +0200

pike7.3 (7.3.49-2) unstable; urgency=low

  * Latest CVS snapshot

 -- Marek Habersack <grendel@debian.org>  Mon, 29 Jul 2002 10:23:44 +0200

pike7.3 (7.3.49-1) unstable; urgency=low

  * Latest CVS snapshot

 -- Marek Habersack <grendel@debian.org>  Mon, 15 Jul 2002 23:21:33 +0200

pike7.3 (7.3.47-1) unstable; urgency=low

  * Latest CVS snapshot

 -- Marek Habersack <grendel@debian.org>  Wed, 12 Jun 2002 18:13:12 +0200

pike7.3 (7.3.45-1) unstable; urgency=low

  * Latest CVS snapshot

 -- Marek Habersack <grendel@debian.org>  Fri, 17 May 2002 16:41:09 +0200

pike7.3 (7.3.41-1) unstable; urgency=low

  * Initial Release.

 -- Marek Habersack <grendel@debian.org>  Sun,  5 May 2002 01:34:05 +0200