Subversion Repositories

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

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

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