Subversion Repositories

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

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

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