Subversion Repositories

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

Rev 4 | Rev 7 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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