Subversion Repositories

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

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

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