Subversion Repositories

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

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

Rev 292 Rev 293
1
pike8.0 (8.0.610-1) unstable; urgency=low
1
pike8.0 (8.0.610-1) unstable; urgency=low
2
2
3
  * New upstream release.
3
  * New upstream release.
4
  * New package pike8.0-web-sass for the new Web.Sass module, which links
4
  * New package pike8.0-web-sass for the new Web.Sass module, which links
5
    with libsass.
5
    with libsass.
6
  * Drop misplaced_MAXPATHLEN.patch; obsolete.
6
  * Drop misplaced_MAXPATHLEN.patch; obsolete.
7
  * Drop support for GTK+ 2 (Closes: #885673).
7
  * Drop support for GTK+ 2 (Closes: #885673).
8
  * no_nostartfiles.patch: Don't use -nostartfiles when linking shared
8
  * no_nostartfiles.patch: Don't use -nostartfiles when linking shared
9
    modules (Closes: #892574). Thanks to Adrian Bunk.
9
    modules (Closes: #892574). Thanks to Adrian Bunk.
10
  * postgres_10_detect.patch (from upstream): Detect Postgres 10.x and
10
  * postgres_10_detect.patch (from upstream): Detect Postgres 10.x and
11
    later.
11
    later.
12
  * Switch VCS URLs after Alioth decommissioned.
12
  * Switch VCS URLs after Alioth decommissioned.
-
 
13
  * Add lib-dev as build dependency so that Image.WebP can actually work.
13
14
14
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 23 Jun 2018 22:26:37 +0200
15
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 24 Jun 2018 00:00:38 +0200
15
16
16
pike8.0 (8.0.498-1) unstable; urgency=low
17
pike8.0 (8.0.498-1) unstable; urgency=low
17
18
18
  * New upstream stable release.
19
  * New upstream stable release.
19
  * Replace Priority: extra with Priority: optional.
20
  * Replace Priority: extra with Priority: optional.
20
  * Make the module dumping trigger "noawait", as Lintian suggests is the
21
  * Make the module dumping trigger "noawait", as Lintian suggests is the
21
    right thing for packages that use the trigger to compile a form of
22
    right thing for packages that use the trigger to compile a form of
22
    cache.
23
    cache.
23
  * Bump Standards-Version to 4.1.1.
24
  * Bump Standards-Version to 4.1.1.
24
25
25
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 12 Nov 2017 00:17:52 +0100
26
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 12 Nov 2017 00:17:52 +0100
26
27
27
pike8.0 (8.0.438-1) unstable; urgency=low
28
pike8.0 (8.0.438-1) unstable; urgency=low
28
29
29
  * New upstream stable release.
30
  * New upstream stable release.
30
31
31
 -- Magnus Holmgren <holmgren@debian.org>  Wed, 26 Jul 2017 10:37:58 +0200
32
 -- Magnus Holmgren <holmgren@debian.org>  Wed, 26 Jul 2017 10:37:58 +0200
32
33
33
pike8.0 (8.0.388-2) unstable; urgency=low
34
pike8.0 (8.0.388-2) unstable; urgency=low
34
35
35
  * Run src/run_autoconfig before compiling and run configure in a
36
  * Run src/run_autoconfig before compiling and run configure in a
36
    separate target; don't patch configure scripts, only their
37
    separate target; don't patch configure scripts, only their
37
    configure.in sources. Also refresh patches and augment some
38
    configure.in sources. Also refresh patches and augment some
38
    descriptions. This also avoids problems with configure complaining
39
    descriptions. This also avoids problems with configure complaining
39
    about being last changed in the future when it was in fact last
40
    about being last changed in the future when it was in fact last
40
    changed right now.
41
    changed right now.
41
42
42
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 15 Jan 2017 22:26:12 +0100
43
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 15 Jan 2017 22:26:12 +0100
43
44
44
pike8.0 (8.0.388-1) unstable; urgency=low
45
pike8.0 (8.0.388-1) unstable; urgency=low
45
46
46
  * New upstream stable release.
47
  * New upstream stable release.
47
  * debian/watch: stop looking for beta versions.
48
  * debian/watch: stop looking for beta versions.
48
49
49
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 10 Jan 2017 20:18:50 +0100
50
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 10 Jan 2017 20:18:50 +0100
50
51
51
pike8.0 (8.0.370-1) unstable; urgency=low
52
pike8.0 (8.0.370-1) unstable; urgency=low
52
53
53
  * New upstream stable release.
54
  * New upstream stable release.
54
  * debian/rules fixes: Add build-indep as a prerequisite of the build
55
  * debian/rules fixes: Add build-indep as a prerequisite of the build
55
    target now that autobuilders use build-arch; declare build-indep and
56
    target now that autobuilders use build-arch; declare build-indep and
56
    build-arch phony; various cleanup.
57
    build-arch phony; various cleanup.
57
58
58
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 18 Dec 2016 22:15:56 +0100
59
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 18 Dec 2016 22:15:56 +0100
59
60
60
pike8.0 (8.0.358-1) unstable; urgency=low
61
pike8.0 (8.0.358-1) unstable; urgency=low
61
62
62
  * New upstream stable release.
63
  * New upstream stable release.
63
  * Drop autodoc.patch; fully incorporated upstream.
64
  * Drop autodoc.patch; fully incorporated upstream.
64
  * Build-Depend on default-libmysqlclient-dev instead of
65
  * Build-Depend on default-libmysqlclient-dev instead of
65
    libmysqlclient-dev.
66
    libmysqlclient-dev.
66
  * Switch to Debhelper compat level 9.
67
  * Switch to Debhelper compat level 9.
67
  * Build against libkrb5-dev instead of heimdal-dev (Closes: #845146).
68
  * Build against libkrb5-dev instead of heimdal-dev (Closes: #845146).
68
  * dont_disable_debug_symbols.patch (new): Leave debug symbol and
69
  * dont_disable_debug_symbols.patch (new): Leave debug symbol and
69
    optimization flags alone when building GL and GTK2 modules.
70
    optimization flags alone when building GL and GTK2 modules.
70
71
71
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 22 Nov 2016 23:14:34 +0100
72
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 22 Nov 2016 23:14:34 +0100
72
73
73
pike8.0 (8.0.276-1) unstable; urgency=low
74
pike8.0 (8.0.276-1) unstable; urgency=low
74
75
75
  * New upstream stable release.
76
  * New upstream stable release.
76
  * autodoc.patch: incorporated upstream except for one hunk.
77
  * autodoc.patch: incorporated upstream except for one hunk.
77
  * Bump Standards-Version to 3.9.8.
78
  * Bump Standards-Version to 3.9.8.
78
79
79
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 29 Jul 2016 11:43:58 +0200
80
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 29 Jul 2016 11:43:58 +0200
80
81
81
pike8.0 (8.0.240-1) unstable; urgency=low
82
pike8.0 (8.0.240-1) unstable; urgency=low
82
83
83
  * New upstream stable release.
84
  * New upstream stable release.
84
  * autodoc.patch (new): Fix typos in inline documentation that broke some
85
  * autodoc.patch (new): Fix typos in inline documentation that broke some
85
    of it.
86
    of it.
86
87
87
 -- Magnus Holmgren <holmgren@debian.org>  Mon, 30 May 2016 22:40:06 +0200
88
 -- Magnus Holmgren <holmgren@debian.org>  Mon, 30 May 2016 22:40:06 +0200
88
89
89
pike8.0 (8.0.182-1) unstable; urgency=low
90
pike8.0 (8.0.182-1) unstable; urgency=low
90
91
91
  * New upstream stable release.
92
  * New upstream stable release.
92
  * Remove unnecessary files from the tzdata directory of the Calendar
93
  * Remove unnecessary files from the tzdata directory of the Calendar
93
    module.
94
    module.
94
  * Remove execute permission from .h files.
95
  * Remove execute permission from .h files.
95
  * Bump Standards-Version to 3.9.7.
96
  * Bump Standards-Version to 3.9.7.
96
97
97
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 26 Mar 2016 00:13:33 +0100
98
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 26 Mar 2016 00:13:33 +0100
98
99
99
pike8.0 (8.0.164-1) unstable; urgency=low
100
pike8.0 (8.0.164-1) unstable; urgency=low
100
101
101
  * New upstream release.
102
  * New upstream release.
102
  * Drop freetype_2.6_typeof.patch; incorporated upstream.
103
  * Drop freetype_2.6_typeof.patch; incorporated upstream.
103
  * Merge pike8.0-manual and pike8.0-reference.
104
  * Merge pike8.0-manual and pike8.0-reference.
104
105
105
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 09 Feb 2016 21:33:00 +0100
106
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 09 Feb 2016 21:33:00 +0100
106
107
107
pike8.0 (8.0.28-4) unstable; urgency=low
108
pike8.0 (8.0.28-4) unstable; urgency=low
108
109
109
  * Update Homepage URL to http://pike.lysator.liu.se.
110
  * Update Homepage URL to http://pike.lysator.liu.se.
110
  * freetype_2.6_typeof.patch (new): Fix FTBFS with Freetype 2.6.
111
  * freetype_2.6_typeof.patch (new): Fix FTBFS with Freetype 2.6.
111
  * Replace dh_clean -k with dh_prep.
112
  * Replace dh_clean -k with dh_prep.
112
  * Merge changes from 7.8.866-3 (except Kerberos modules are in
113
  * Merge changes from 7.8.866-3 (except Kerberos modules are in
113
    pike8.0-kerberos).
114
    pike8.0-kerberos).
114
115
115
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 20 Sep 2015 20:05:50 +0200
116
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 20 Sep 2015 20:05:50 +0200
116
117
117
pike8.0 (8.0.28-3) unstable; urgency=medium
118
pike8.0 (8.0.28-3) unstable; urgency=medium
118
119
119
  * pike8.0-core.postrm, pike8.0-core.lintian-overrides: Change missed
120
  * pike8.0-core.postrm, pike8.0-core.lintian-overrides: Change missed
120
    instances of old version number to 8.0 (Closes: #793676).
121
    instances of old version number to 8.0 (Closes: #793676).
121
122
122
 -- Magnus Holmgren <holmgren@debian.org>  Mon, 03 Aug 2015 18:52:52 +0200
123
 -- Magnus Holmgren <holmgren@debian.org>  Mon, 03 Aug 2015 18:52:52 +0200
123
124
124
pike8.0 (8.0.28-2) unstable; urgency=low
125
pike8.0 (8.0.28-2) unstable; urgency=low
125
126
126
  * Upload to unstable.
127
  * Upload to unstable.
127
128
128
 -- Magnus Holmgren <holmgren@debian.org>  Mon, 22 Jun 2015 19:57:20 +0200
129
 -- Magnus Holmgren <holmgren@debian.org>  Mon, 22 Jun 2015 19:57:20 +0200
129
130
130
pike8.0 (8.0.28-1) experimental; urgency=low
131
pike8.0 (8.0.28-1) experimental; urgency=low
131
132
132
  * New major upstream version.
133
  * New major upstream version.
133
    - Drops compatibility support for versions prior to 7.6.
134
    - Drops compatibility support for versions prior to 7.6.
134
  * Update debian/watch to look for 8.0 tarballs in
135
  * Update debian/watch to look for 8.0 tarballs in
135
    http://pike.lysator.liu.se/download/pub/pike/all/
136
    http://pike.lysator.liu.se/download/pub/pike/all/
136
  * Bump Standards-Version to 3.9.6.
137
  * Bump Standards-Version to 3.9.6.
137
  * Drop pcre_info_obsolete.patch; fixed upstream.
138
  * Drop pcre_info_obsolete.patch; fixed upstream.
138
  * Disable the deprecated Pike security system.
139
  * Disable the deprecated Pike security system.
139
  * Drop debian/source/lintian-overrides; upstream has dropped the bundles
140
  * Drop debian/source/lintian-overrides; upstream has dropped the bundles
140
    system which brought the old autotools helper files.
141
    system which brought the old autotools helper files.
141
  * Build with libgtksourceview2.0-dev.
142
  * Build with libgtksourceview2.0-dev.
142
143
143
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 15 Mar 2015 21:28:40 +0100
144
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 15 Mar 2015 21:28:40 +0100
144
145
145
pike7.8 (7.8.866-4) unstable; urgency=medium
146
pike7.8 (7.8.866-4) unstable; urgency=medium
146
147
147
  * Update Homepage URL to http://pike.lysator.liu.se.
148
  * Update Homepage URL to http://pike.lysator.liu.se.
148
  * freetype_2.6_typeof.patch (new): Fix FTBFS with Freetype 2.6.
149
  * freetype_2.6_typeof.patch (new): Fix FTBFS with Freetype 2.6.
149
150
150
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 20 Sep 2015 18:13:55 +0200
151
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 20 Sep 2015 18:13:55 +0200
151
152
152
pike7.8 (7.8.866-3) unstable; urgency=low
153
pike7.8 (7.8.866-3) unstable; urgency=low
153
154
154
  * debian/copyright: Delete paragraph about repacked upstream tarball,
155
  * debian/copyright: Delete paragraph about repacked upstream tarball,
155
    which hasn't been the case since 7.8.700-1.
156
    which hasn't been the case since 7.8.700-1.
156
  * debian/copyright: Update from COPYRIGHT.
157
  * debian/copyright: Update from COPYRIGHT.
157
  * debian/copyright: Add reference to COMMITTERS.
158
  * debian/copyright: Add reference to COMMITTERS.
158
  * Add libgtksourceview2.0-dev as a build dependency to enable the
159
  * Add libgtksourceview2.0-dev as a build dependency to enable the
159
    GTK2.SourceView module.
160
    GTK2.SourceView module.
160
  * Add heimdal-dev as a build dependency to enable the Kerberos and
161
  * Add heimdal-dev as a build dependency to enable the Kerberos and
161
    GSSAPI modules. Move said modules to a new pike7.8-kerberos package.
162
    GSSAPI modules. Move said modules to a new pike7.8-kerberos package.
162
  * smartlink_verbose.patch: Make the smartlink script print the build
163
  * smartlink_verbose.patch: Make the smartlink script print the build
163
    commands it's executing to allow build log checks.
164
    commands it's executing to allow build log checks.
164
165
165
 -- Magnus Holmgren <holmgren@debian.org>  Mon, 04 Aug 2014 22:32:03 +0200
166
 -- Magnus Holmgren <holmgren@debian.org>  Mon, 04 Aug 2014 22:32:03 +0200
166
167
167
pike7.8 (7.8.866-2) unstable; urgency=low
168
pike7.8 (7.8.866-2) unstable; urgency=low
168
169
169
  * Upload to unstable.
170
  * Upload to unstable.
170
  * Correct watch URL.
171
  * Correct watch URL.
171
  * Correct Vcs-Svn URI again; should use anonscm.debian.org.
172
  * Correct Vcs-Svn URI again; should use anonscm.debian.org.
172
  * bad_size_t_redef.patch: Fix undefined behaviour/buffer overruns in
173
  * bad_size_t_redef.patch: Fix undefined behaviour/buffer overruns in
173
    module _Image_JPEG on 64-bit architectures due to broken redefinition
174
    module _Image_JPEG on 64-bit architectures due to broken redefinition
174
    of size_t (Closes: #750430).
175
    of size_t (Closes: #750430).
175
  * Use dh_installdocs --link-doc to create doc symlinks in module
176
  * Use dh_installdocs --link-doc to create doc symlinks in module
176
    packages.
177
    packages.
177
  * Replace GPL and LGPL license texts used by Tools.Legal.License with
178
  * Replace GPL and LGPL license texts used by Tools.Legal.License with
178
    symlinks to corresponding files in /usr/share/common-licenses.
179
    symlinks to corresponding files in /usr/share/common-licenses.
179
    Override remaining Lintian warnings about GPL.pmod and LGPL.pmod,
180
    Override remaining Lintian warnings about GPL.pmod and LGPL.pmod,
180
    which do not include the license texts themselves.
181
    which do not include the license texts themselves.
181
182
182
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 02 Aug 2014 21:47:30 +0200
183
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 02 Aug 2014 21:47:30 +0200
183
184
184
pike7.8 (7.8.866-1) experimental; urgency=low
185
pike7.8 (7.8.866-1) experimental; urgency=low
185
186
186
  * New upstream beta version.
187
  * New upstream beta version.
187
  * debian/control: Correct Vcs-Svn URI.
188
  * debian/control: Correct Vcs-Svn URI.
188
189
189
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 07 Jun 2014 12:59:38 +0200
190
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 07 Jun 2014 12:59:38 +0200
190
191
191
pike7.8 (7.8.852-1) experimental; urgency=low
192
pike7.8 (7.8.852-1) experimental; urgency=low
192
193
193
  * New upstream beta version.
194
  * New upstream beta version.
194
  * Drop reg_enum_conflict.patch and nettle_crypt_md5_buffer_size.patch;
195
  * Drop reg_enum_conflict.patch and nettle_crypt_md5_buffer_size.patch;
195
    incorporated upstream. Refresh remaining patches.
196
    incorporated upstream. Refresh remaining patches.
196
  * Bump Standards-Version to 3.9.5.
197
  * Bump Standards-Version to 3.9.5.
197
198
198
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 22 Apr 2014 19:38:46 +0200
199
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 22 Apr 2014 19:38:46 +0200
199
200
200
pike7.8 (7.8.700-7) unstable; urgency=low
201
pike7.8 (7.8.700-7) unstable; urgency=low
201
202
202
  * Correct the Replaces and Breaks declarations related to moving
203
  * Correct the Replaces and Breaks declarations related to moving
203
    Tools.PV (Closes: #711593).
204
    Tools.PV (Closes: #711593).
204
  * Also move compatibility Image module to pike7.8-image.
205
  * Also move compatibility Image module to pike7.8-image.
205
  * Modify package descriptions noting what modules are in each package
206
  * Modify package descriptions noting what modules are in each package
206
    and that the Postgres module is deprecated.
207
    and that the Postgres module is deprecated.
207
  * Update Vcs-Browser URL.
208
  * Update Vcs-Browser URL.
208
  * Actually apply undefined_htons.patch.
209
  * Actually apply undefined_htons.patch.
209
210
210
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 08 Jun 2013 20:15:11 +0200
211
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 08 Jun 2013 20:15:11 +0200
211
212
212
pike7.8 (7.8.700-6) unstable; urgency=low
213
pike7.8 (7.8.700-6) unstable; urgency=low
213
214
214
  * hurd.patch: Add mach/message.h to one more place in src/configure and 
215
  * hurd.patch: Add mach/message.h to one more place in src/configure and 
215
    add HAVE_MACH_MESSAGE_H to src/machine.h.in.
216
    add HAVE_MACH_MESSAGE_H to src/machine.h.in.
216
  * nettle_crypt_md5_buffer_size.patch (new): Nette.MD5: passwd array was
217
  * nettle_crypt_md5_buffer_size.patch (new): Nette.MD5: passwd array was
217
    too small.
218
    too small.
218
  * pcre_info_obsolete.patch (new): Stop using the long-obsolete
219
  * pcre_info_obsolete.patch (new): Stop using the long-obsolete
219
    pcre_info(), which was just recently removed from the headers but
220
    pcre_info(), which was just recently removed from the headers but
220
    remains in the library.
221
    remains in the library.
221
  * undefined_htons.patch (mew): Include the necessary header file
222
  * undefined_htons.patch (mew): Include the necessary header file
222
    declaring htons() in Protocols.DNS_SD.
223
    declaring htons() in Protocols.DNS_SD.
223
224
224
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 08 Jun 2013 01:56:51 +0200
225
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 08 Jun 2013 01:56:51 +0200
225
226
226
pike7.8 (7.8.700-5) unstable; urgency=low
227
pike7.8 (7.8.700-5) unstable; urgency=low
227
228
228
  * Build-depend on libtiff-dev rather than libtiff4-dev (Closes: #708365).
229
  * Build-depend on libtiff-dev rather than libtiff4-dev (Closes: #708365).
229
  * Move Tools.PV from -core to -gtk and make -gtk depend on -image, since
230
  * Move Tools.PV from -core to -gtk and make -gtk depend on -image, since
230
    Tools.PV requires both but is too small to make its own package
231
    Tools.PV requires both but is too small to make its own package
231
    (Closes: #711060).
232
    (Closes: #711060).
232
  * hurd.patch (new): Make Pike build on Debian GNU/Hurd.
233
  * hurd.patch (new): Make Pike build on Debian GNU/Hurd.
233
234
234
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 06 Jun 2013 22:53:05 +0200
235
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 06 Jun 2013 22:53:05 +0200
235
236
236
pike7.8 (7.8.700-4) unstable; urgency=low
237
pike7.8 (7.8.700-4) unstable; urgency=low
237
238
238
  * reg_enum_conflict.patch: The conflict is with an enum, so we have to
239
  * reg_enum_conflict.patch: The conflict is with an enum, so we have to
239
    rename our enum constants (really Closes: #708366). Also add DEP-3
240
    rename our enum constants (really Closes: #708366). Also add DEP-3
240
    header.
241
    header.
241
242
242
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 26 May 2013 21:35:09 +0200
243
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 26 May 2013 21:35:09 +0200
243
244
244
pike7.8 (7.8.700-3) unstable; urgency=low
245
pike7.8 (7.8.700-3) unstable; urgency=low
245
246
246
  * Link pike7.8-odbc to unixodbc, not iodbc, since the latter is not
247
  * Link pike7.8-odbc to unixodbc, not iodbc, since the latter is not
247
    multiarch-aware and not capable of handling the ODBC drivers in
248
    multiarch-aware and not capable of handling the ODBC drivers in
248
    wheezy (Closes: #707911).
249
    wheezy (Closes: #707911).
249
  * reg_enum_conflict.patch (new): Undefine conflicting REG_* definitions
250
  * reg_enum_conflict.patch (new): Undefine conflicting REG_* definitions
250
    for now (Closes: #708366).
251
    for now (Closes: #708366).
251
252
252
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 23 May 2013 23:10:42 +0200
253
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 23 May 2013 23:10:42 +0200
253
254
254
pike7.8 (7.8.700-2) unstable; urgency=low
255
pike7.8 (7.8.700-2) unstable; urgency=low
255
256
256
  * Upload to unstable.
257
  * Upload to unstable.
257
  * module-layout.patch: Use __REAL_MAJOR__ and __REAL_MINOR__ in
258
  * module-layout.patch: Use __REAL_MAJOR__ and __REAL_MINOR__ in
258
    version-specific include and module paths; __REAL_VERSION__, being a
259
    version-specific include and module paths; __REAL_VERSION__, being a
259
    float, could allegedly cause trouble.
260
    float, could allegedly cause trouble.
260
  * Bump Standards-Version to 3.9.4
261
  * Bump Standards-Version to 3.9.4
261
262
262
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 07 May 2013 23:10:27 +0200
263
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 07 May 2013 23:10:27 +0200
263
264
264
pike7.8 (7.8.700-1) experimental; urgency=low
265
pike7.8 (7.8.700-1) experimental; urgency=low
265
266
266
  * New upstream release.
267
  * New upstream release.
267
  * Since the upstream tarball no longer contains Nettle 1.15, which
268
  * Since the upstream tarball no longer contains Nettle 1.15, which
268
    contained non-fee IETF documents, but instead Nettle 2.5, we can ship
269
    contained non-fee IETF documents, but instead Nettle 2.5, we can ship
269
    it unmodified.
270
    it unmodified.
270
  * Override the Lintian warnings about outdated config.guess files in the
271
  * Override the Lintian warnings about outdated config.guess files in the
271
    bundles directories, as they aren't used.
272
    bundles directories, as they aren't used.
272
  * Drop nettle-2.1.patch. Refresh remaining patches.
273
  * Drop nettle-2.1.patch. Refresh remaining patches.
273
  * Exclude the ZXID module for now, until zxid has been packaged for
274
  * Exclude the ZXID module for now, until zxid has been packaged for
274
    Debian.
275
    Debian.
275
  * No longer exclude the PV (picture viewer) tool, as it now supports
276
  * No longer exclude the PV (picture viewer) tool, as it now supports
276
    GTK+2.
277
    GTK+2.
277
278
278
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 07 Oct 2012 21:54:26 +0200
279
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 07 Oct 2012 21:54:26 +0200
279
280
280
pike7.8 (7.8.550-dfsg-1) experimental; urgency=low
281
pike7.8 (7.8.550-dfsg-1) experimental; urgency=low
281
282
282
  * The latest official upstream "beta" release.
283
  * The latest official upstream "beta" release.
283
    - Dropped dumping_problems.patch; incorporated upstream.
284
    - Dropped dumping_problems.patch; incorporated upstream.
284
    - unbreak_cross_compilation.patch partially incorporated upstream.
285
    - unbreak_cross_compilation.patch partially incorporated upstream.
285
    * Update debian/watch to point to
286
    * Update debian/watch to point to
286
      http://pike.ida.liu.se/download/pub/pike/beta/.
287
      http://pike.ida.liu.se/download/pub/pike/beta/.
287
288
288
 -- Magnus Holmgren <holmgren@debian.org>  Mon, 25 Apr 2011 00:28:05 +0200
289
 -- Magnus Holmgren <holmgren@debian.org>  Mon, 25 Apr 2011 00:28:05 +0200
289
290
290
pike7.8 (7.8.352-dfsg-7) unstable; urgency=low
291
pike7.8 (7.8.352-dfsg-7) unstable; urgency=low
291
292
292
  * Correct Replaces/Breaks for the move of files in -6 (Closes: #678846).
293
  * Correct Replaces/Breaks for the move of files in -6 (Closes: #678846).
293
294
294
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 24 Jun 2012 19:40:32 +0200
295
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 24 Jun 2012 19:40:32 +0200
295
296
296
pike7.8 (7.8.352-dfsg-6) unstable; urgency=low
297
pike7.8 (7.8.352-dfsg-6) unstable; urgency=low
297
298
298
  * Add to each module package a prerm script that deletes .o files for
299
  * Add to each module package a prerm script that deletes .o files for
299
    that package to avoid leaving empty directories around (Closes:
300
    that package to avoid leaving empty directories around (Closes:
300
    #669955).
301
    #669955).
301
  * Move the Graphics, Colors, and Protocols.X.XImage module to the -image
302
  * Move the Graphics, Colors, and Protocols.X.XImage module to the -image
302
    package, as those modules require the Image module. Likewise move the
303
    package, as those modules require the Image module. Likewise move the
303
    pmar_install standalone tool to the -dev package.
304
    pmar_install standalone tool to the -dev package.
304
  * Link with --as-needed.
305
  * Link with --as-needed.
305
  * Avoid errors when dumping modules by processing the module directories
306
  * Avoid errors when dumping modules by processing the module directories
306
    (main and compatibility) separately.
307
    (main and compatibility) separately.
307
308
308
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 23 Jun 2012 20:57:14 +0200
309
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 23 Jun 2012 20:57:14 +0200
309
310
310
pike7.8 (7.8.352-dfsg-5) unstable; urgency=low
311
pike7.8 (7.8.352-dfsg-5) unstable; urgency=low
311
312
312
  * Build with -O1 on i386 (Closes: #640818).
313
  * Build with -O1 on i386 (Closes: #640818).
313
  * smartlink_rpath.patch: Update to recognize Linux 3.x.
314
  * smartlink_rpath.patch: Update to recognize Linux 3.x.
314
  * Use dpkg-buildflags to set CFLAGS etc.
315
  * Use dpkg-buildflags to set CFLAGS etc.
315
  * Some cleanup in debian/rules.
316
  * Some cleanup in debian/rules.
316
317
317
 -- Magnus Holmgren <holmgren@debian.org>  Mon, 18 Jun 2012 16:35:35 +0200
318
 -- Magnus Holmgren <holmgren@debian.org>  Mon, 18 Jun 2012 16:35:35 +0200
318
319
319
pike7.8 (7.8.352-dfsg-4) unstable; urgency=low
320
pike7.8 (7.8.352-dfsg-4) unstable; urgency=low
320
321
321
  * Correct description of pike7.8-pcre (Closes: #597867).
322
  * Correct description of pike7.8-pcre (Closes: #597867).
322
  * Convert to source format 3.0 (quilt).
323
  * Convert to source format 3.0 (quilt).
323
  * nettle-2.1.patch (new): Adjust Nettle module to build with Nettle 2.1.
324
  * nettle-2.1.patch (new): Adjust Nettle module to build with Nettle 2.1.
324
  * Build-depend on the new libgmp10-dev instead of libgmp3-dev.
325
  * Build-depend on the new libgmp10-dev instead of libgmp3-dev.
325
  * dump_timeout.patch (new): Increase `pike -x dump' timeout to five
326
  * dump_timeout.patch (new): Increase `pike -x dump' timeout to five
326
    minutes (Closes: #593436).
327
    minutes (Closes: #593436).
327
  * Replace the overkill build dependency gnome-core-devel with the
328
  * Replace the overkill build dependency gnome-core-devel with the
328
    slightly sleeker libgnomeui-dev, which should cover (together with
329
    slightly sleeker libgnomeui-dev, which should cover (together with
329
    libglade2-dev, which was already listed) everything that worked
330
    libglade2-dev, which was already listed) everything that worked
330
    previously.
331
    previously.
331
  * Move to 7.8-stable branch in SVN, modifying Vcs-Svn in debian/control
332
  * Move to 7.8-stable branch in SVN, modifying Vcs-Svn in debian/control
332
    to reflect this.
333
    to reflect this.
333
334
334
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 20 Mar 2011 17:55:07 +0100
335
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 20 Mar 2011 17:55:07 +0100
335
336
336
pike7.8 (7.8.352-dfsg-3) unstable; urgency=low
337
pike7.8 (7.8.352-dfsg-3) unstable; urgency=low
337
338
338
  * Revert cflags.dpatch (which was actually never applied). Stripping the
339
  * Revert cflags.dpatch (which was actually never applied). Stripping the
339
    last component was no mistake; pike -x cflags is only meant to be used
340
    last component was no mistake; pike -x cflags is only meant to be used
340
    by new-style modules.
341
    by new-style modules.
341
  * Change include_prefix to /usr/include/pike7.8/pike so that building
342
  * Change include_prefix to /usr/include/pike7.8/pike so that building
342
    new-style modules can work.
343
    new-style modules can work.
343
  * Dump modules starting at the top of /usr/lib/pike7.8 so that compat
344
  * Dump modules starting at the top of /usr/lib/pike7.8 so that compat
344
    modules can also be dumped and master.pike won't have to be dumped
345
    modules can also be dumped and master.pike won't have to be dumped
345
    separately.
346
    separately.
346
347
347
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 30 Jul 2010 23:10:38 +0200
348
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 30 Jul 2010 23:10:38 +0200
348
349
349
pike7.8 (7.8.352-dfsg-2) unstable; urgency=low
350
pike7.8 (7.8.352-dfsg-2) unstable; urgency=low
350
351
351
  * Add trigger for dumping of Pike modules when pike7.8-core or any
352
  * Add trigger for dumping of Pike modules when pike7.8-core or any
352
    module package is installed.
353
    module package is installed.
353
  * Remove support for the unversioned local module and include
354
  * Remove support for the unversioned local module and include
354
    directories (/usr/local/lib/pike/*) to avoid having to coordinate
355
    directories (/usr/local/lib/pike/*) to avoid having to coordinate
355
    their creation and removal by multiple versions.
356
    their creation and removal by multiple versions.
356
  * Drop apparently obsolete build-dep libgtkhtml2-dev.
357
  * Drop apparently obsolete build-dep libgtkhtml2-dev.
357
  * Don't run update-alternatives --remove on upgrade.
358
  * Don't run update-alternatives --remove on upgrade.
358
  * Exclude Tools.PV, which requires GTK (not GTK2).
359
  * Exclude Tools.PV, which requires GTK (not GTK2).
359
  * debian/rules, unbreak_cross_compilation.dpatch: Use the right gcc and
360
  * debian/rules, unbreak_cross_compilation.dpatch: Use the right gcc and
360
    pass --host=$(DEB_HOST_GNU_TYPE) to configure as necessary.  Fix
361
    pass --host=$(DEB_HOST_GNU_TYPE) to configure as necessary.  Fix
361
    various bugs preventing cross compilation (Closes: #582242). Thanks to
362
    various bugs preventing cross compilation (Closes: #582242). Thanks to
362
    Marc Dirix.
363
    Marc Dirix.
363
  * Exclude modules GDK, Gnome, and GTKSupport, which also are for
364
  * Exclude modules GDK, Gnome, and GTKSupport, which also are for
364
    GTK+/Gnome 1.2, and update the package description of pike7.8-gtk to
365
    GTK+/Gnome 1.2, and update the package description of pike7.8-gtk to
365
    reflect the fact that it provides GTK+ 2.0 bindings.
366
    reflect the fact that it provides GTK+ 2.0 bindings.
366
  * Disable --with-relocatable-dumped-modules; it doesn't seem that we
367
  * Disable --with-relocatable-dumped-modules; it doesn't seem that we
367
    need it and it doesn't seem to work 100% properly.
368
    need it and it doesn't seem to work 100% properly.
368
  * no_dump_modules.dpatch (new): Patch install.pike not to dump modules
369
  * no_dump_modules.dpatch (new): Patch install.pike not to dump modules
369
    at build time (thus no need to exclude master.pike.o in debian/rules).
370
    at build time (thus no need to exclude master.pike.o in debian/rules).
370
  * Move AutoDoc and module-related modules and standalone tools to -dev
371
  * Move AutoDoc and module-related modules and standalone tools to -dev
371
    and let -dev depend on -image.
372
    and let -dev depend on -image.
372
  * module-layout.dpatch: Move misplaced parenthesis that caused the wrong
373
  * module-layout.dpatch: Move misplaced parenthesis that caused the wrong
373
    local include directory to be added.
374
    local include directory to be added.
374
  * Build-depend on libmysqlclient-dev instead of libmysqlclient15-dev,
375
  * Build-depend on libmysqlclient-dev instead of libmysqlclient15-dev,
375
    which is now a virtual package provided by the former.
376
    which is now a virtual package provided by the former.
376
  * dumping_problems.dpatch (new): Patch from CVS fixing problems encoding
377
  * dumping_problems.dpatch (new): Patch from CVS fixing problems encoding
377
    the master object when dumping some modules.
378
    the master object when dumping some modules.
378
  * cflags.dpatch (new): Make pike -x cflags print include_prefix as-is
379
  * cflags.dpatch (new): Make pike -x cflags print include_prefix as-is
379
    instead of stripping the last component.
380
    instead of stripping the last component.
380
  * Drop pike7.8-config; pike -x cflags and pike --dumpversion fills its
381
  * Drop pike7.8-config; pike -x cflags and pike --dumpversion fills its
381
    functions.
382
    functions.
382
  * Some changes in the meta package relationships.
383
  * Some changes in the meta package relationships.
383
384
384
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 30 Jul 2010 13:17:35 +0200
385
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 30 Jul 2010 13:17:35 +0200
385
386
386
pike7.8 (7.8.352-dfsg-1) experimental; urgency=low
387
pike7.8 (7.8.352-dfsg-1) experimental; urgency=low
387
388
388
  * New upstream release.
389
  * New upstream release.
389
  * 01_master.in.dpatch: Renamed module-layout.dpatch.
390
  * 01_master.in.dpatch: Renamed module-layout.dpatch.
390
  * module-layout.dpatch, debian/*.install, debian/rules:
391
  * module-layout.dpatch, debian/*.install, debian/rules:
391
    * Change Pike module and include paths to
392
    * Change Pike module and include paths to
392
      /usr/lib/pike7.8/modules and /usr/lib/pike7.8/include,
393
      /usr/lib/pike7.8/modules and /usr/lib/pike7.8/include,
393
      respectively. Use the same but under /usr/local for locally built
394
      respectively. Use the same but under /usr/local for locally built
394
      modules and include files. 
395
      modules and include files. 
395
      C header files are moved to /usr/include/pike7.8.
396
      C header files are moved to /usr/include/pike7.8.
396
  * module-layout.dpatch:
397
  * module-layout.dpatch:
397
    * Patch module.pike to install modules in /usr/local/pike7.8/modules
398
    * Patch module.pike to install modules in /usr/local/pike7.8/modules
398
      by default, and in the the normal /usr/pike7.8/modules if passed the
399
      by default, and in the the normal /usr/pike7.8/modules if passed the
399
      --debian option.
400
      --debian option.
400
    * dynamic_module_makefile: Prepend $(DESTDIR) to installation directory,
401
    * dynamic_module_makefile: Prepend $(DESTDIR) to installation directory,
401
      to facilitate package building.
402
      to facilitate package building.
402
  * debian/rules, debian/specs.in: Reinstate own, simplified, updated
403
  * debian/rules, debian/specs.in: Reinstate own, simplified, updated
403
    specs file.
404
    specs file.
404
  * debian/rules: Fix /usr/include/pike7.8/precompike.pike, which tried to
405
  * debian/rules: Fix /usr/include/pike7.8/precompike.pike, which tried to
405
    #include ../lib/Tools.pmod/Standalone.pmod/precompike.pike, which only
406
    #include ../lib/Tools.pmod/Standalone.pmod/precompike.pike, which only
406
    works with the --new-style directory layout.
407
    works with the --new-style directory layout.
407
  * debian/control: Add ${misc:Depends} to all dependency lists.
408
  * debian/control: Add ${misc:Depends} to all dependency lists.
408
409
409
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 18 Apr 2010 23:46:47 +0200
410
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 18 Apr 2010 23:46:47 +0200
410
411
411
pike7.8 (7.8.350-dfsg-1) experimental; urgency=low
412
pike7.8 (7.8.350-dfsg-1) experimental; urgency=low
412
413
413
  * New upstream version.
414
  * New upstream version.
414
    - Drop nettle_2.0.dpatch.
415
    - Drop nettle_2.0.dpatch.
415
416
416
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 22 Sep 2009 08:35:09 +0200
417
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 22 Sep 2009 08:35:09 +0200
417
418
418
pike7.8 (7.8.316-dfsg-1) experimental; urgency=low
419
pike7.8 (7.8.316-dfsg-1) experimental; urgency=low
419
420
420
  * New upstream release.
421
  * New upstream release.
421
  * 'bundles' subdirectory deleted from upstream tarball.
422
  * 'bundles' subdirectory deleted from upstream tarball.
422
  * Skip the pike -x module fix; it doesn't seem necessary and was also
423
  * Skip the pike -x module fix; it doesn't seem necessary and was also
423
    currently broken.
424
    currently broken.
424
  * Switch to Nettle 2.0 (Build-Depend on nettle-dev instead of
425
  * Switch to Nettle 2.0 (Build-Depend on nettle-dev instead of
425
    libnettle-dev).
426
    libnettle-dev).
426
    + nettle_2.0.dpatch: Temporarily include changes made in upstream CVS
427
    + nettle_2.0.dpatch: Temporarily include changes made in upstream CVS
427
      to accommodate the API changes.
428
      to accommodate the API changes.
428
  * Increase Debhelper compat level to 5.
429
  * Increase Debhelper compat level to 5.
429
  * 05_install.pike.dpatch (disabled): The passing-on of lib_prefix was
430
  * 05_install.pike.dpatch (disabled): The passing-on of lib_prefix was
430
    fixed upstream, so this patch now instead does that with share_prefix
431
    fixed upstream, so this patch now instead does that with share_prefix
431
    and modifies install.pike to use it. The rest of the package is not
432
    and modifies install.pike to use it. The rest of the package is not
432
    quite ready though, so the patch is disabled for now.
433
    quite ready though, so the patch is disabled for now.
433
  * Refresh all other patches.
434
  * Refresh all other patches.
434
  * Instead of patching shebangs and fixing execute permissions, simply
435
  * Instead of patching shebangs and fixing execute permissions, simply
435
    remove them from all Pike scripts. None of them are meant to be run
436
    remove them from all Pike scripts. None of them are meant to be run
436
    directly anyway.
437
    directly anyway.
437
  * Point Vcs-Svn and Vcs-Browser at svn.debian.org.
438
  * Point Vcs-Svn and Vcs-Browser at svn.debian.org.
438
  * Add debian/README.source.
439
  * Add debian/README.source.
439
  * Use $(filter) instead of $(findstring) to parse DEB_BUILD_OPTIONS.
440
  * Use $(filter) instead of $(findstring) to parse DEB_BUILD_OPTIONS.
440
  * Increase Standards-Version to 3.8.3.
441
  * Increase Standards-Version to 3.8.3.
441
442
442
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 11 Sep 2009 20:56:49 +0200
443
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 11 Sep 2009 20:56:49 +0200
443
444
444
pike7.8 (7.8.116-1) experimental; urgency=low
445
pike7.8 (7.8.116-1) experimental; urgency=low
445
446
446
  * New major upstream release; new package name (Closes: #411685, #538994).
447
  * New major upstream release; new package name (Closes: #411685, #538994).
447
    + New modules: SQLite, Fuse, DNS-SD, and FFTW.
448
    + New modules: SQLite, Fuse, DNS-SD, and FFTW.
448
    - Perl module removed.
449
    - Perl module removed.
449
  * Modify debian/watch to track the latest 7.8 version using uscan's 
450
  * Modify debian/watch to track the latest 7.8 version using uscan's 
450
    recursive capabilities.
451
    recursive capabilities.
451
  * debian/control: 
452
  * debian/control: 
452
    * Bumped standards to version 3.8.0.
453
    * Bumped standards to version 3.8.0.
453
    + Added build dependency on libfftw3-dev.
454
    + Added build dependency on libfftw3-dev.
454
    + Added build dependency on libavahi-compat-libdnssd-dev.
455
    + Added build dependency on libavahi-compat-libdnssd-dev.
455
    + Created new binary package 'pike-dnssd' for pike DNS-SD module.
456
    + Created new binary package 'pike-dnssd' for pike DNS-SD module.
456
    - Dropped the dependencies on libpng12-dev and libreadline5-dev.
457
    - Dropped the dependencies on libpng12-dev and libreadline5-dev.
457
  * debian/rules: 
458
  * debian/rules: 
458
    - Removed '--with-perl' from CFARGS as perl module is deprecated.
459
    - Removed '--with-perl' from CFARGS as perl module is deprecated.
459
    * Fixed path to dynamic_module_makefile in install rule.
460
    * Fixed path to dynamic_module_makefile in install rule.
460
    * Rewrote shell trickery to determine DEBVERSION as previous method did
461
    * Rewrote shell trickery to determine DEBVERSION as previous method did
461
      not work correctly in all cases.
462
      not work correctly in all cases.
462
    - Enable GTK2 module as it has much better support in 7.8.
463
    - Enable GTK2 module as it has much better support in 7.8.
463
    - Fixed CFARGS quoting issues.
464
    - Fixed CFARGS quoting issues.
464
    - Specifically disable DVB and Oracle in CFARGS.
465
    - Specifically disable DVB and Oracle in CFARGS.
465
    - Tidy things up a bit.
466
    - Tidy things up a bit.
466
  * debian/patches/05_install.pike.dpatch: refreshed.
467
  * debian/patches/05_install.pike.dpatch: refreshed.
467
  * debian/patches/07_dynamic_module_makefile.in-libgcc.dpatch: refreshed.
468
  * debian/patches/07_dynamic_module_makefile.in-libgcc.dpatch: refreshed.
468
  * debian/copyright: Point at versioned copy of GPL and LGPL.
469
  * debian/copyright: Point at versioned copy of GPL and LGPL.
469
  * Big thanks to Cody A.W. Somerville <cody-somerville@ubuntu.com> who did
470
  * Big thanks to Cody A.W. Somerville <cody-somerville@ubuntu.com> who did
470
    most the the work.
471
    most the the work.
471
  * Rename the metapackage that depends on all Pike packages pike7.8-full,
472
  * Rename the metapackage that depends on all Pike packages pike7.8-full,
472
    -full being a more common suffix for such a package.
473
    -full being a more common suffix for such a package.
473
  * pike7.8-core.postinst: Increase update-alternatives priority.
474
  * pike7.8-core.postinst: Increase update-alternatives priority.
474
475
475
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 02 Aug 2009 20:46:08 +0200
476
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 02 Aug 2009 20:46:08 +0200
476
477
477
pike7.6 (7.6.116-1) experimental; urgency=low
478
pike7.6 (7.6.116-1) experimental; urgency=low
478
479
479
  * The latest downloadable "beta" release of the 7.6 branch.
480
  * The latest downloadable "beta" release of the 7.6 branch.
480
  * Modify debian/watch to track the beta download directory.
481
  * Modify debian/watch to track the beta download directory.
481
  * Update debian/copyright.
482
  * Update debian/copyright.
482
  * debian/rules: Modify quoting of strings inside the long string of
483
  * debian/rules: Modify quoting of strings inside the long string of
483
    configure arguments.
484
    configure arguments.
484
  * debian/control: Adjust Vcs-Svn field.
485
  * debian/control: Adjust Vcs-Svn field.
485
486
486
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 17 May 2008 16:59:04 +0200
487
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 17 May 2008 16:59:04 +0200
487
488
488
pike7.6 (7.6.112-4) unstable; urgency=low
489
pike7.6 (7.6.112-4) unstable; urgency=low
489
490
490
  * 12_perl_init.dpatch: Don't use .bak as filename extension for the
491
  * 12_perl_init.dpatch: Don't use .bak as filename extension for the
491
    original of the patched file (Closes: #512539). Thanks to Robert
492
    original of the patched file (Closes: #512539). Thanks to Robert
492
    Millan for spotting this.
493
    Millan for spotting this.
493
  * pike7.6-core.postinst: Don't use absolute path to call
494
  * pike7.6-core.postinst: Don't use absolute path to call
494
    update-alternatives (Closes: #510941).
495
    update-alternatives (Closes: #510941).
495
496
496
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 25 Jan 2009 21:58:33 +0100
497
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 25 Jan 2009 21:58:33 +0100
497
498
498
pike7.6 (7.6.112-3) unstable; urgency=medium
499
pike7.6 (7.6.112-3) unstable; urgency=medium
499
500
500
  * 12_perl_init.dpatch (new): Fix silent build failure on hppa (Closes:
501
  * 12_perl_init.dpatch (new): Fix silent build failure on hppa (Closes:
501
    #486066). Thanks to Niko Tyni.
502
    #486066). Thanks to Niko Tyni.
502
  * Correct co-maintainer email address.
503
  * Correct co-maintainer email address.
503
  * Correct spelling in package descriptions.
504
  * Correct spelling in package descriptions.
504
505
505
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 24 Jun 2008 20:22:18 +0200
506
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 24 Jun 2008 20:22:18 +0200
506
507
507
pike7.6 (7.6.112-2) unstable; urgency=low
508
pike7.6 (7.6.112-2) unstable; urgency=low
508
509
509
  * Increase Standards-Version to 3.7.3:
510
  * Increase Standards-Version to 3.7.3:
510
    * debian/menu: change section from Apps/Programming to
511
    * debian/menu: change section from Apps/Programming to
511
      Applications/Programming.
512
      Applications/Programming.
512
  * Fix capitalization issues in package descriptions and remove
513
  * Fix capitalization issues in package descriptions and remove
513
    superfluous occurrences of upstream homepage URL.
514
    superfluous occurrences of upstream homepage URL.
514
  * New maintainer email address.
515
  * New maintainer email address.
515
  * Work around build failures on alpha by removing build-indep from the
516
  * Work around build failures on alpha by removing build-indep from the
516
    prerequisites of build.
517
    prerequisites of build.
517
  * Drop the versioned dependency on freeglut3-dev (>= 2.2.0-6.1) for
518
  * Drop the versioned dependency on freeglut3-dev (>= 2.2.0-6.1) for
518
    alpha and hppa since even sarge has 2.2.0-8.
519
    alpha and hppa since even sarge has 2.2.0-8.
519
  * Correct doc-base section according to new section list.
520
  * Correct doc-base section according to new section list.
520
  * 11_pthread_stub.dpatch: Make sure configure doesn't think
521
  * 11_pthread_stub.dpatch: Make sure configure doesn't think
521
    pthread_atfork() works just because it exists, when it's in fact a
522
    pthread_atfork() works just because it exists, when it's in fact a
522
    stub. (Closes: #462998). Thanks to Samuel Thibault.
523
    stub. (Closes: #462998). Thanks to Samuel Thibault.
523
524
524
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 09 May 2008 21:11:28 +0200
525
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 09 May 2008 21:11:28 +0200
525
526
526
pike7.6 (7.6.112-1) unstable; urgency=low
527
pike7.6 (7.6.112-1) unstable; urgency=low
527
528
528
  [ Henrik Andreasson ]
529
  [ Henrik Andreasson ]
529
  * The latest upstream release
530
  * The latest upstream release
530
531
531
  [ Magnus Holmgren ]
532
  [ Magnus Holmgren ]
532
  * New maintainers (Closes: #411684).
533
  * New maintainers (Closes: #411684).
533
  * Use dpatch to apply patches.
534
  * Use dpatch to apply patches.
534
  * really apply the following patches from the .93-4 release:
535
  * really apply the following patches from the .93-4 release:
535
    * Removed Image TTF module to drop the dependency on oldlibs 
536
    * Removed Image TTF module to drop the dependency on oldlibs 
536
      `freetype1'. (Closes: #431784)
537
      `freetype1'. (Closes: #431784)
537
    * Added a patch by Samuel Thibault to fix a FTBFS bug on hurd-i386.
538
    * Added a patch by Samuel Thibault to fix a FTBFS bug on hurd-i386.
538
      (Closes: #434581)
539
      (Closes: #434581)
539
  * Radically clean up debian/rules (Closes: #424334).
540
  * Radically clean up debian/rules (Closes: #424334).
540
  * Manuals are again built during the binary build process so that 
541
  * Manuals are again built during the binary build process so that 
541
    official tarballs can be used to build the package.
542
    official tarballs can be used to build the package.
542
  * Delete redundant dhelp files (dhelp uses doc-base metadata since
543
  * Delete redundant dhelp files (dhelp uses doc-base metadata since
543
    long ago).
544
    long ago).
544
  * Change directory structure and get rid of an unnecessary directory level 
545
  * Change directory structure and get rid of an unnecessary directory level 
545
    (by installing with --traditional instead of --new-style):
546
    (by installing with --traditional instead of --new-style):
546
    - Pike modules and include files, and master.pike are now in
547
    - Pike modules and include files, and master.pike are now in
547
      /usr/lib/pike/<version> instead of /usr/lib/pike/<version>/lib.
548
      /usr/lib/pike/<version> instead of /usr/lib/pike/<version>/lib.
548
    - The pike executable is now in /usr/bin itself, instead of in 
549
    - The pike executable is now in /usr/bin itself, instead of in 
549
      /usr/lib/pike/<version>/bin with a symlink in /usr/bin.
550
      /usr/lib/pike/<version>/bin with a symlink in /usr/bin.
550
    - .pike and .pmod files are no longer moved to /usr/share/pike. It's
551
    - .pike and .pmod files are no longer moved to /usr/share/pike. It's
551
      not that important that all files in /usr/lib are actually 
552
      not that important that all files in /usr/lib are actually 
552
      platform-specific. All the symlinks are thus eliminated.
553
      platform-specific. All the symlinks are thus eliminated.
553
  * Move modules GLU and GLUE to pike7.6-gl, where they belong.
554
  * Move modules GLU and GLUE to pike7.6-gl, where they belong.
554
    GLUE.Drivers.GTK removed since it depends on GTK, which was dropped
555
    GLUE.Drivers.GTK removed since it depends on GTK, which was dropped
555
    previously.
556
    previously.
556
  * Make pike7.6-dev Architecture: any.
557
  * Make pike7.6-dev Architecture: any.
557
  * No longer use own version of specs.in - fix the configure parameters
558
  * No longer use own version of specs.in - fix the configure parameters
558
    instead.
559
    instead.
559
  * Fix 01_master.in.dpatch - the Debian-specific add_*_path() calls were
560
  * Fix 01_master.in.dpatch - the Debian-specific add_*_path() calls were
560
    completely off.
561
    completely off.
561
  * Add debian/watch (checking for latest official stable release).
562
  * Add debian/watch (checking for latest official stable release).
562
  * Drop 03_language.yacc_bison_fix.dpatch; it no longer has any effect.
563
  * Drop 03_language.yacc_bison_fix.dpatch; it no longer has any effect.
563
  * Add Mird to the module exclusion list.
564
  * Add Mird to the module exclusion list.
564
  * Add Vcs fields to debian/control.
565
  * Add Vcs fields to debian/control.
565
566
566
 -- Magnus Holmgren <magnus@kibibyte.se>  Fri, 21 Dec 2007 09:29:03 +0100
567
 -- Magnus Holmgren <magnus@kibibyte.se>  Fri, 21 Dec 2007 09:29:03 +0100
567
568
568
pike7.6 (7.6.93-4) unstable; urgency=low
569
pike7.6 (7.6.93-4) unstable; urgency=low
569
570
570
  * QA upload.
571
  * QA upload.
571
  * Removed Image TTF module to drop the dependency on oldlibs 
572
  * Removed Image TTF module to drop the dependency on oldlibs 
572
    `freetype1'. (Closes: #431784)
573
    `freetype1'. (Closes: #431784)
573
  * Added a patch by Samuel Thibault to fix a FTBFS bug on hurd-i386.
574
  * Added a patch by Samuel Thibault to fix a FTBFS bug on hurd-i386.
574
    (Closes: #434581)
575
    (Closes: #434581)
575
  * Converted `debian/copyright' to UTF-8.
576
  * Converted `debian/copyright' to UTF-8.
576
  * Make the package binNMU-able by appropriately replacing	`Source-Version'
577
  * Make the package binNMU-able by appropriately replacing	`Source-Version'
577
    in `debian/control'.
578
    in `debian/control'.
578
  * Added a `Homepage' field.
579
  * Added a `Homepage' field.
579
580
580
 -- Philipp Kern <pkern@debian.org>  Sun, 16 Dec 2007 18:55:16 +0100
581
 -- Philipp Kern <pkern@debian.org>  Sun, 16 Dec 2007 18:55:16 +0100
581
582
582
pike7.6 (7.6.93-3) unstable; urgency=low 
583
pike7.6 (7.6.93-3) unstable; urgency=low 
583
584
584
   * QA upload.
585
   * QA upload.
585
   * Set maintainer to QA Group; Orphaned: #411684
586
   * Set maintainer to QA Group; Orphaned: #411684
586
   * Conforms with latest Standards Version 3.7.2
587
   * Conforms with latest Standards Version 3.7.2
587
   * Remove duplicate build-dependency on debhelper
588
   * Remove duplicate build-dependency on debhelper
588
   * Add quotes to debian/menu
589
   * Add quotes to debian/menu
589
590
590
 -- Michael Ablassmeier <abi@debian.org>  Thu, 15 Mar 2007 10:29:51 +0100 
591
 -- Michael Ablassmeier <abi@debian.org>  Thu, 15 Mar 2007 10:29:51 +0100 
591
592
592
pike7.6 (7.6.93-2) unstable; urgency=low 
593
pike7.6 (7.6.93-2) unstable; urgency=low 
593
594
594
   * Please change postgresql-dev build dependency to libpq-dev (Closes:
595
   * Please change postgresql-dev build dependency to libpq-dev (Closes:
595
     #409770)
596
     #409770)
596
597
597
 -- Marek Habersack <grendel@debian.org>  Tue, 13 Feb 2007 18:41:28 +0100
598
 -- Marek Habersack <grendel@debian.org>  Tue, 13 Feb 2007 18:41:28 +0100
598
599
599
pike7.6 (7.6.93-1) unstable; urgency=low
600
pike7.6 (7.6.93-1) unstable; urgency=low
600
601
601
  * The latest cvs snapshot
602
  * The latest cvs snapshot
602
  * Please don't ship pike7.6-gtk (Closes: #387503)
603
  * Please don't ship pike7.6-gtk (Closes: #387503)
603
    gtk1 modules removed because of debian dropping support for gtk1.
604
    gtk1 modules removed because of debian dropping support for gtk1.
604
    At the same time, the pike7.6-gtk module is disabled, since gtk2
605
    At the same time, the pike7.6-gtk module is disabled, since gtk2
605
    stuff in it doesn't seem to compile without gtk1 devel packages
606
    stuff in it doesn't seem to compile without gtk1 devel packages
606
    around.
607
    around.
607
  * pike epoll not included. (Closes: #264206)
608
  * pike epoll not included. (Closes: #264206)
608
    This can only be fixed by making sure that the debian autobuilders
609
    This can only be fixed by making sure that the debian autobuilders
609
    all support epoll, which is beyond the pike maintainer's powers :)
610
    all support epoll, which is beyond the pike maintainer's powers :)
610
611
611
 -- Marek Habersack <grendel@debian.org>  Wed,  4 Oct 2006 13:11:55 +0200
612
 -- Marek Habersack <grendel@debian.org>  Wed,  4 Oct 2006 13:11:55 +0200
612
613
613
pike7.6 (7.6.92-1) unstable; urgency=low
614
pike7.6 (7.6.92-1) unstable; urgency=low
614
615
615
  * Release number bumped by export.pike.
616
  * Release number bumped by export.pike.
616
617
617
 -- Marek Habersack <grendel@debian.org>  Mon, 2 Oct 2006 15:20:43 +0200
618
 -- Marek Habersack <grendel@debian.org>  Mon, 2 Oct 2006 15:20:43 +0200
618
619
619
pike7.6 (7.6.91-1) unstable; urgency=low
620
pike7.6 (7.6.91-1) unstable; urgency=low
620
621
621
  * The latest cvs snapshot
622
  * The latest cvs snapshot
622
623
623
 -- Marek Habersack <grendel@debian.org>  Thu, 14 Sep 2006 14:44:33 +0200
624
 -- Marek Habersack <grendel@debian.org>  Thu, 14 Sep 2006 14:44:33 +0200
624
625
625
pike7.6 (7.6.90-1) unstable; urgency=low
626
pike7.6 (7.6.90-1) unstable; urgency=low
626
627
627
  * Release number bumped by export.pike.
628
  * Release number bumped by export.pike.
628
629
629
 -- Marek Habersack <grendel@debian.org>  Thu, 14 Sep 2006 14:42:53 +0200
630
 -- Marek Habersack <grendel@debian.org>  Thu, 14 Sep 2006 14:42:53 +0200
630
631
631
pike7.6 (7.6.89-1) unstable; urgency=low
632
pike7.6 (7.6.89-1) unstable; urgency=low
632
633
633
  * The latest cvs snapshot
634
  * The latest cvs snapshot
634
635
635
 -- Marek Habersack <grendel@debian.org>  Tue, 22 Aug 2006 18:26:40 +0200
636
 -- Marek Habersack <grendel@debian.org>  Tue, 22 Aug 2006 18:26:40 +0200
636
637
637
pike7.6 (7.6.88-1) unstable; urgency=low
638
pike7.6 (7.6.88-1) unstable; urgency=low
638
639
639
  * Release number bumped by export.pike.
640
  * Release number bumped by export.pike.
640
641
641
 -- Marek Habersack <grendel@debian.org>  Tue, 22 Aug 2006 18:16:59 +0200
642
 -- Marek Habersack <grendel@debian.org>  Tue, 22 Aug 2006 18:16:59 +0200
642
643
643
pike7.6 (7.6.87-2) unstable; urgency=low
644
pike7.6 (7.6.87-2) unstable; urgency=low
644
645
645
  * Shortened the long descriptions of several binary packages
646
  * Shortened the long descriptions of several binary packages
646
  * Added short description of pike, plus an url, to the description of
647
  * Added short description of pike, plus an url, to the description of
647
    the pike modules binary packages
648
    the pike modules binary packages
648
649
649
 -- Marek Habersack <grendel@debian.org>  Sun, 9 Aug 2006 01:28:37 +0200
650
 -- Marek Habersack <grendel@debian.org>  Sun, 9 Aug 2006 01:28:37 +0200
650
651
651
pike7.6 (7.6.87-1) unstable; urgency=low
652
pike7.6 (7.6.87-1) unstable; urgency=low
652
653
653
  * The latest cvs snapshot
654
  * The latest cvs snapshot
654
655
655
 -- Marek Habersack <grendel@debian.org>  Sun, 4 Jun 2006 22:21:07 +0200
656
 -- Marek Habersack <grendel@debian.org>  Sun, 4 Jun 2006 22:21:07 +0200
656
657
657
pike7.6 (7.6.86-1) unstable; urgency=low
658
pike7.6 (7.6.86-1) unstable; urgency=low
658
659
659
  * Release number bumped by export.pike.
660
  * Release number bumped by export.pike.
660
661
661
 -- Marek Habersack <grendel@debian.org>  Sun, 4 Jun 2006 22:17:43 +0200
662
 -- Marek Habersack <grendel@debian.org>  Sun, 4 Jun 2006 22:17:43 +0200
662
663
663
pike7.6 (7.6.85-1) unstable; urgency=low
664
pike7.6 (7.6.85-1) unstable; urgency=low
664
665
665
  * The latest cvs snapshot
666
  * The latest cvs snapshot
666
667
667
 -- Marek Habersack <grendel@debian.org>  Sun, 4 Jun 2006 15:33:52 +0200
668
 -- Marek Habersack <grendel@debian.org>  Sun, 4 Jun 2006 15:33:52 +0200
668
669
669
pike7.6 (7.6.84-1) unstable; urgency=low
670
pike7.6 (7.6.84-1) unstable; urgency=low
670
671
671
  * Release number bumped by export.pike.
672
  * Release number bumped by export.pike.
672
673
673
 -- Marek Habersack <grendel@debian.org>  Sun, 4 Jun 2006 15:29:49 +0200
674
 -- Marek Habersack <grendel@debian.org>  Sun, 4 Jun 2006 15:29:49 +0200
674
675
675
pike7.6 (7.6.83-1) unstable; urgency=low
676
pike7.6 (7.6.83-1) unstable; urgency=low
676
677
677
  * The latest cvs snapshot
678
  * The latest cvs snapshot
678
679
679
 -- Marek Habersack <grendel@debian.org>  Thu, 1 Jun 2006 10:29:09 +0200
680
 -- Marek Habersack <grendel@debian.org>  Thu, 1 Jun 2006 10:29:09 +0200
680
681
681
pike7.6 (7.6.82-1) unstable; urgency=low
682
pike7.6 (7.6.82-1) unstable; urgency=low
682
683
683
  * Release number bumped by export.pike.
684
  * Release number bumped by export.pike.
684
685
685
 -- Marek Habersack <grendel@debian.org>  Thu, 1 Jun 2006 10:26:10 +0200
686
 -- Marek Habersack <grendel@debian.org>  Thu, 1 Jun 2006 10:26:10 +0200
686
687
687
pike7.6 (7.6.81-1) unstable; urgency=low
688
pike7.6 (7.6.81-1) unstable; urgency=low
688
689
689
  * The latest cvs snapshot
690
  * The latest cvs snapshot
690
691
691
 -- Marek Habersack <grendel@debian.org>  Thu, 1 Jun 2006 9:42:41 +0200
692
 -- Marek Habersack <grendel@debian.org>  Thu, 1 Jun 2006 9:42:41 +0200
692
693
693
pike7.6 (7.6.80-1) unstable; urgency=low
694
pike7.6 (7.6.80-1) unstable; urgency=low
694
695
695
  * Release number bumped by export.pike.
696
  * Release number bumped by export.pike.
696
697
697
 -- Marek Habersack <grendel@debian.org>  Thu, 1 Jun 2006 9:38:38 +0200
698
 -- Marek Habersack <grendel@debian.org>  Thu, 1 Jun 2006 9:38:38 +0200
698
699
699
pike7.6 (7.6.79-1) unstable; urgency=low
700
pike7.6 (7.6.79-1) unstable; urgency=low
700
701
701
  * The latest cvs snapshot
702
  * The latest cvs snapshot
702
703
703
 -- Marek Habersack <grendel@debian.org>  Fri, 26 May 2006 8:03:10 +0200
704
 -- Marek Habersack <grendel@debian.org>  Fri, 26 May 2006 8:03:10 +0200
704
705
705
pike7.6 (7.6.78-1) unstable; urgency=low
706
pike7.6 (7.6.78-1) unstable; urgency=low
706
707
707
  * Release number bumped by export.pike.
708
  * Release number bumped by export.pike.
708
709
709
 -- Marek Habersack <grendel@debian.org>  Fri, 26 May 2006 7:53:46 +0200
710
 -- Marek Habersack <grendel@debian.org>  Fri, 26 May 2006 7:53:46 +0200
710
711
711
pike7.6 (7.6.77-1) unstable; urgency=low
712
pike7.6 (7.6.77-1) unstable; urgency=low
712
713
713
  * The latest cvs snapshot
714
  * The latest cvs snapshot
714
715
715
 -- Marek Habersack <grendel@debian.org>  Wed, 17 May 2006 10:58:45 +0200
716
 -- Marek Habersack <grendel@debian.org>  Wed, 17 May 2006 10:58:45 +0200
716
717
717
pike7.6 (7.6.76-1) unstable; urgency=low
718
pike7.6 (7.6.76-1) unstable; urgency=low
718
719
719
  * Release number bumped by export.pike.
720
  * Release number bumped by export.pike.
720
721
721
 -- Marek Habersack <grendel@debian.org>  Wed, 17 May 2006 10:56:26 +0200
722
 -- Marek Habersack <grendel@debian.org>  Wed, 17 May 2006 10:56:26 +0200
722
723
723
pike7.6 (7.6.75-3) unstable; urgency=low
724
pike7.6 (7.6.75-3) unstable; urgency=low
724
725
725
  * New GL dependency
726
  * New GL dependency
726
727
727
 -- Marek Habersack <grendel@debian.org>  Wed, 10 May 2006 11:51:03 +0200
728
 -- Marek Habersack <grendel@debian.org>  Wed, 10 May 2006 11:51:03 +0200
728
729
729
pike7.6 (7.6.75-2) unstable; urgency=low
730
pike7.6 (7.6.75-2) unstable; urgency=low
730
731
731
  * Cleanup build-dependencies (Closes: #365787)
732
  * Cleanup build-dependencies (Closes: #365787)
732
      libpng3-dev -> libpng12-dev
733
      libpng3-dev -> libpng12-dev
733
      'freeglut3-dev | libglut3-dev' -> freeglut3-dev
734
      'freeglut3-dev | libglut3-dev' -> freeglut3-dev
734
    Patch from Stefan Huehner <stefan@huehner.org>, thanks.
735
    Patch from Stefan Huehner <stefan@huehner.org>, thanks.
735
736
736
 -- Marek Habersack <grendel@debian.org>  Tue,  9 May 2006 21:56:32 +0200
737
 -- Marek Habersack <grendel@debian.org>  Tue,  9 May 2006 21:56:32 +0200
737
738
738
pike7.6 (7.6.75-1) unstable; urgency=low
739
pike7.6 (7.6.75-1) unstable; urgency=low
739
740
740
  * The latest cvs snapshot
741
  * The latest cvs snapshot
741
  * Removed the ssl fix patch since the upstream contains a better one
742
  * Removed the ssl fix patch since the upstream contains a better one
742
    now.
743
    now.
743
  * pike7.6-mysql: Uinstallable; dependency on libmysqlclient15 
744
  * pike7.6-mysql: Uinstallable; dependency on libmysqlclient15 
744
    (Closes: #360325)
745
    (Closes: #360325)
745
    Recompiled to correct the binary dependencies.
746
    Recompiled to correct the binary dependencies.
746
747
747
 -- Marek Habersack <grendel@debian.org>  Wed,  5 Apr 2006 12:59:11 +0200
748
 -- Marek Habersack <grendel@debian.org>  Wed,  5 Apr 2006 12:59:11 +0200
748
749
749
pike7.6 (7.6.74-1) unstable; urgency=low
750
pike7.6 (7.6.74-1) unstable; urgency=low
750
751
751
  * Release number bumped by export.pike.
752
  * Release number bumped by export.pike.
752
753
753
 -- Marek Habersack <grendel@debian.org>  Sun, 2 Apr 2006 20:08:53 +0200
754
 -- Marek Habersack <grendel@debian.org>  Sun, 2 Apr 2006 20:08:53 +0200
754
755
755
pike7.6 (7.6.73-1) unstable; urgency=low
756
pike7.6 (7.6.73-1) unstable; urgency=low
756
757
757
  * The latest cvs snapshot
758
  * The latest cvs snapshot
758
759
759
 -- Marek Habersack <grendel@debian.org>  Sun, 2 Apr 2006 12:51:39 +0200
760
 -- Marek Habersack <grendel@debian.org>  Sun, 2 Apr 2006 12:51:39 +0200
760
761
761
pike7.6 (7.6.72-1) unstable; urgency=low
762
pike7.6 (7.6.72-1) unstable; urgency=low
762
763
763
  * Release number bumped by export.pike.
764
  * Release number bumped by export.pike.
764
765
765
 -- Marek Habersack <grendel@debian.org>  Sun, 2 Apr 2006 12:50:37 +0200
766
 -- Marek Habersack <grendel@debian.org>  Sun, 2 Apr 2006 12:50:37 +0200
766
767
767
pike7.6 (7.6.71-1) unstable; urgency=low
768
pike7.6 (7.6.71-1) unstable; urgency=low
768
769
769
  * Release number bumped by export.pike.
770
  * Release number bumped by export.pike.
770
771
771
 -- Marek Habersack <grendel@debian.org>  Sun, 2 Apr 2006 12:47:53 +0200
772
 -- Marek Habersack <grendel@debian.org>  Sun, 2 Apr 2006 12:47:53 +0200
772
773
773
pike7.6 (7.6.70-1) unstable; urgency=low
774
pike7.6 (7.6.70-1) unstable; urgency=low
774
775
775
  * Release number bumped by export.pike.
776
  * Release number bumped by export.pike.
776
777
777
 -- Marek Habersack <grendel@debian.org>  Sun, 2 Apr 2006 12:43:57 +0200
778
 -- Marek Habersack <grendel@debian.org>  Sun, 2 Apr 2006 12:43:57 +0200
778
779
779
pike7.6 (7.6.69-1) unstable; urgency=low
780
pike7.6 (7.6.69-1) unstable; urgency=low
780
781
781
  * The latest cvs snapshot
782
  * The latest cvs snapshot
782
  * not installable in sid (Closes: #359231)
783
  * not installable in sid (Closes: #359231)
783
    Made the meta packages binary NMU safe
784
    Made the meta packages binary NMU safe
784
  * Added an SSL fix that should fix steam
785
  * Added an SSL fix that should fix steam
785
  * pike7.6-core: doesn't clean out /usr/local stuff (Closes: #355413)
786
  * pike7.6-core: doesn't clean out /usr/local stuff (Closes: #355413)
786
    The directories are removed on purge in postrm if they are empty.
787
    The directories are removed on purge in postrm if they are empty.
787
788
788
 -- Marek Habersack <grendel@debian.org>  Thu, 30 Mar 2006 12:51:20 +0200
789
 -- Marek Habersack <grendel@debian.org>  Thu, 30 Mar 2006 12:51:20 +0200
789
790
790
pike7.6 (7.6.68-1) unstable; urgency=low
791
pike7.6 (7.6.68-1) unstable; urgency=low
791
792
792
  * Release number bumped by export.pike.
793
  * Release number bumped by export.pike.
793
794
794
 -- Marek Habersack <grendel@debian.org>  Thu, 2 Mar 2006 23:47:25 +0100
795
 -- Marek Habersack <grendel@debian.org>  Thu, 2 Mar 2006 23:47:25 +0100
795
796
796
pike7.6 (7.6.67-1) unstable; urgency=low
797
pike7.6 (7.6.67-1) unstable; urgency=low
797
798
798
  * The latest cvs snapshot
799
  * The latest cvs snapshot
799
  * Please upgrade build depends to libmysqlclient15-dev (Closes:
800
  * Please upgrade build depends to libmysqlclient15-dev (Closes:
800
    #343794)
801
    #343794)
801
  * The pike package is present in sarge but missing from etch. (Closes:
802
  * The pike package is present in sarge but missing from etch. (Closes:
802
    #342650)
803
    #342650)
803
804
804
 -- Marek Habersack <grendel@debian.org>  Tue, 31 Jan 2006 21:28:38 +0100
805
 -- Marek Habersack <grendel@debian.org>  Tue, 31 Jan 2006 21:28:38 +0100
805
806
806
pike7.6 (7.6.66-1) unstable; urgency=low
807
pike7.6 (7.6.66-1) unstable; urgency=low
807
808
808
  * Release number bumped by export.pike.
809
  * Release number bumped by export.pike.
809
810
810
 -- Marek Habersack <grendel@debian.org>  Sun, 22 Jan 2006 21:46:24 +0100
811
 -- Marek Habersack <grendel@debian.org>  Sun, 22 Jan 2006 21:46:24 +0100
811
812
812
pike7.6 (7.6.65-1) unstable; urgency=low
813
pike7.6 (7.6.65-1) unstable; urgency=low
813
814
814
  * The latest cvs snapshot
815
  * The latest cvs snapshot
815
816
816
 -- Marek Habersack <grendel@debian.org>  Fri, 6 Jan 2006 18:44:19 +0100
817
 -- Marek Habersack <grendel@debian.org>  Fri, 6 Jan 2006 18:44:19 +0100
817
818
818
pike7.6 (7.6.64-1) unstable; urgency=low
819
pike7.6 (7.6.64-1) unstable; urgency=low
819
820
820
  * Release number bumped by export.pike.
821
  * Release number bumped by export.pike.
821
822
822
 -- Marek Habersack <grendel@debian.org>  Fri, 6 Jan 2006 18:43:05 +0100
823
 -- Marek Habersack <grendel@debian.org>  Fri, 6 Jan 2006 18:43:05 +0100
823
824
824
pike7.6 (7.6.63-1) unstable; urgency=low
825
pike7.6 (7.6.63-1) unstable; urgency=low
825
826
826
  * The latest cvs snapshot
827
  * The latest cvs snapshot
827
828
828
 -- Marek Habersack <grendel@debian.org>  Fri, 6 Jan 2006 17:31:52 +0100
829
 -- Marek Habersack <grendel@debian.org>  Fri, 6 Jan 2006 17:31:52 +0100
829
830
830
pike7.6 (7.6.62-1) unstable; urgency=low
831
pike7.6 (7.6.62-1) unstable; urgency=low
831
832
832
  * Release number bumped by export.pike.
833
  * Release number bumped by export.pike.
833
834
834
 -- Marek Habersack <grendel@debian.org>  Fri, 6 Jan 2006 17:30:24 +0100
835
 -- Marek Habersack <grendel@debian.org>  Fri, 6 Jan 2006 17:30:24 +0100
835
836
836
pike7.6 (7.6.61-1) unstable; urgency=low
837
pike7.6 (7.6.61-1) unstable; urgency=low
837
838
838
  * The latest cvs snapshot
839
  * The latest cvs snapshot
839
  * dynamic_module_makefile moved to pike7.6-core since it contains
840
  * dynamic_module_makefile moved to pike7.6-core since it contains
840
    platform-specific stuff. Also included a patch to detect the
841
    platform-specific stuff. Also included a patch to detect the
841
    libgcc.a path dynamically.
842
    libgcc.a path dynamically.
842
  * pike7.6-dev depends on pike7.6-core now. It is necessary to both
843
  * pike7.6-dev depends on pike7.6-core now. It is necessary to both
843
    pull in dynamic_module_makefile and to enable compilation of modules
844
    pull in dynamic_module_makefile and to enable compilation of modules
844
    with pike -x
845
    with pike -x
845
  * Updated the patch for include_prefix change in install.pike
846
  * Updated the patch for include_prefix change in install.pike
846
  * Closes: Bug#345329: pike-public.parser.xml2 - FTBFS:
847
  * Closes: Bug#345329: pike-public.parser.xml2 - FTBFS:
847
    gcc: /usr/lib/gcc/i486-linux-gnu/4.0.3/libgcc.a: No such file or
848
    gcc: /usr/lib/gcc/i486-linux-gnu/4.0.3/libgcc.a: No such file or
848
    directory - Debian Bug report logs
849
    directory - Debian Bug report logs
849
  * Closes: Bug#345330: pike-public.network.pcap - FTBFS:
850
  * Closes: Bug#345330: pike-public.network.pcap - FTBFS:
850
    gcc: /usr/lib/gcc/i486-linux-gnu/4.0.3/libgcc.a: No such file or
851
    gcc: /usr/lib/gcc/i486-linux-gnu/4.0.3/libgcc.a: No such file or
851
    directory - Debian Bug report logs
852
    directory - Debian Bug report logs
852
853
853
 -- Marek Habersack <grendel@debian.org>  Fri, 30 Dec 2005 17:35:50 +0100
854
 -- Marek Habersack <grendel@debian.org>  Fri, 30 Dec 2005 17:35:50 +0100
854
855
855
pike7.6 (7.6.60-1) unstable; urgency=low
856
pike7.6 (7.6.60-1) unstable; urgency=low
856
857
857
  * Release number bumped by export.pike.
858
  * Release number bumped by export.pike.
858
859
859
 -- Marek Habersack <grendel@debian.org>  Wed, 21 Dec 2005 0:23:28 +0100
860
 -- Marek Habersack <grendel@debian.org>  Wed, 21 Dec 2005 0:23:28 +0100
860
861
861
pike7.6 (7.6.59-1) unstable; urgency=low
862
pike7.6 (7.6.59-1) unstable; urgency=low
862
863
863
  * The latest cvs snapshot
864
  * The latest cvs snapshot
864
865
865
 -- Marek Habersack <grendel@debian.org>  Tue, 20 Dec 2005 15:28:39 +0100
866
 -- Marek Habersack <grendel@debian.org>  Tue, 20 Dec 2005 15:28:39 +0100
866
867
867
pike7.6 (7.6.58-1) unstable; urgency=low
868
pike7.6 (7.6.58-1) unstable; urgency=low
868
869
869
  * Release number bumped by export.pike.
870
  * Release number bumped by export.pike.
870
871
871
 -- Marek Habersack <grendel@debian.org>  Tue, 20 Dec 2005 15:26:59 +0100
872
 -- Marek Habersack <grendel@debian.org>  Tue, 20 Dec 2005 15:26:59 +0100
872
873
873
pike7.6 (7.6.57-1) unstable; urgency=low
874
pike7.6 (7.6.57-1) unstable; urgency=low
874
875
875
  * The latest cvs snapshot
876
  * The latest cvs snapshot
876
877
877
 -- Marek Habersack <grendel@debian.org>  Mon, 19 Dec 2005 5:06:53 +0100
878
 -- Marek Habersack <grendel@debian.org>  Mon, 19 Dec 2005 5:06:53 +0100
878
879
879
pike7.6 (7.6.56-1) unstable; urgency=low
880
pike7.6 (7.6.56-1) unstable; urgency=low
880
881
881
  * Release number bumped by export.pike.
882
  * Release number bumped by export.pike.
882
883
883
 -- Marek Habersack <grendel@debian.org>  Mon, 19 Dec 2005 5:05:38 +0100
884
 -- Marek Habersack <grendel@debian.org>  Mon, 19 Dec 2005 5:05:38 +0100
884
885
885
pike7.6 (7.6.55-2) unstable; urgency=low
886
pike7.6 (7.6.55-2) unstable; urgency=low
886
887
887
  * Fix for -x module
888
  * Fix for -x module
888
889
889
 -- Marek Habersack <grendel@debian.org>  Sun,  4 Dec 2005 02:58:15 +0100
890
 -- Marek Habersack <grendel@debian.org>  Sun,  4 Dec 2005 02:58:15 +0100
890
891
891
pike7.6 (7.6.55-1) unstable; urgency=low
892
pike7.6 (7.6.55-1) unstable; urgency=low
892
893
893
  * The latest cvs snapshot
894
  * The latest cvs snapshot
894
895
895
 -- Marek Habersack <grendel@debian.org>  Fri, 2 Dec 2005 13:16:33 +0100
896
 -- Marek Habersack <grendel@debian.org>  Fri, 2 Dec 2005 13:16:33 +0100
896
897
897
pike7.6 (7.6.54-1) unstable; urgency=low
898
pike7.6 (7.6.54-1) unstable; urgency=low
898
899
899
  * Release number bumped by export.pike.
900
  * Release number bumped by export.pike.
900
901
901
 -- Marek Habersack <grendel@debian.org>  Fri, 2 Dec 2005 13:13:38 +0100
902
 -- Marek Habersack <grendel@debian.org>  Fri, 2 Dec 2005 13:13:38 +0100
902
903
903
pike7.6 (7.6.53-1) unstable; urgency=low
904
pike7.6 (7.6.53-1) unstable; urgency=low
904
905
905
  * The latest cvs snapshot
906
  * The latest cvs snapshot
906
  * One more monger fix
907
  * One more monger fix
907
  * A kFreeBSD build fix
908
  * A kFreeBSD build fix
908
909
909
 -- Marek Habersack <grendel@debian.org>  Tue, 29 Nov 2005 17:34:06 +0100
910
 -- Marek Habersack <grendel@debian.org>  Tue, 29 Nov 2005 17:34:06 +0100
910
911
911
pike7.6 (7.6.52-1) unstable; urgency=low
912
pike7.6 (7.6.52-1) unstable; urgency=low
912
913
913
  * Release number bumped by export.pike.
914
  * Release number bumped by export.pike.
914
915
915
 -- Marek Habersack <grendel@debian.org>  Tue, 29 Nov 2005 17:25:19 +0100
916
 -- Marek Habersack <grendel@debian.org>  Tue, 29 Nov 2005 17:25:19 +0100
916
917
917
pike7.6 (7.6.51-2) unstable; urgency=low
918
pike7.6 (7.6.51-2) unstable; urgency=low
918
919
919
  * pike7.6_7.6.33-2 (alpha/unstable): FTBFS: glibc aborts in free()
920
  * pike7.6_7.6.33-2 (alpha/unstable): FTBFS: glibc aborts in free()
920
    (Closes: #333072)
921
    (Closes: #333072)
921
  * pike7.4-core: doesn't clean out /usr/local stuff (Closes: #339963)
922
  * pike7.4-core: doesn't clean out /usr/local stuff (Closes: #339963)
922
923
923
 -- Marek Habersack <grendel@debian.org>  Mon, 21 Nov 2005 21:21:23 +0100
924
 -- Marek Habersack <grendel@debian.org>  Mon, 21 Nov 2005 21:21:23 +0100
924
925
925
pike7.6 (7.6.51-1) unstable; urgency=low
926
pike7.6 (7.6.51-1) unstable; urgency=low
926
927
927
  * The latest cvs snapshot
928
  * The latest cvs snapshot
928
  * Some fixes to make pike -x module work better on Debian.
929
  * Some fixes to make pike -x module work better on Debian.
929
  * Manuals are no longer built during the binary build process. Instead,
930
  * Manuals are no longer built during the binary build process. Instead,
930
    they are contained in the .orig tarball.
931
    they are contained in the .orig tarball.
931
932
932
 -- Marek Habersack <grendel@debian.org>  Mon, 21 Nov 2005 21:20:49 +0100
933
 -- Marek Habersack <grendel@debian.org>  Mon, 21 Nov 2005 21:20:49 +0100
933
934
934
pike7.6 (7.6.50-1) unstable; urgency=low
935
pike7.6 (7.6.50-1) unstable; urgency=low
935
936
936
  * Release number bumped by export.pike.
937
  * Release number bumped by export.pike.
937
938
938
 -- Marek Habersack <grendel@debian.org>  Wed, 2 Nov 2005 17:38:26 +0100
939
 -- Marek Habersack <grendel@debian.org>  Wed, 2 Nov 2005 17:38:26 +0100
939
940
940
pike7.6 (7.6.49-1) unstable; urgency=low
941
pike7.6 (7.6.49-1) unstable; urgency=low
941
942
942
  * The latest cvs snapshot
943
  * The latest cvs snapshot
943
944
944
 -- Marek Habersack <grendel@debian.org>  Mon, 31 Oct 2005 12:46:27 +0100
945
 -- Marek Habersack <grendel@debian.org>  Mon, 31 Oct 2005 12:46:27 +0100
945
946
946
pike7.6 (7.6.48-1) unstable; urgency=low
947
pike7.6 (7.6.48-1) unstable; urgency=low
947
948
948
  * Release number bumped by export.pike.
949
  * Release number bumped by export.pike.
949
950
950
 -- Marek Habersack <grendel@debian.org>  Mon, 31 Oct 2005 12:42:24 +0100
951
 -- Marek Habersack <grendel@debian.org>  Mon, 31 Oct 2005 12:42:24 +0100
951
952
952
pike7.6 (7.6.47-1) unstable; urgency=low
953
pike7.6 (7.6.47-1) unstable; urgency=low
953
954
954
  * The latest cvs snapshot
955
  * The latest cvs snapshot
955
956
956
 -- Marek Habersack <grendel@debian.org>  Wed, 26 Oct 2005 9:50:48 +0200
957
 -- Marek Habersack <grendel@debian.org>  Wed, 26 Oct 2005 9:50:48 +0200
957
958
958
pike7.6 (7.6.46-1) unstable; urgency=low
959
pike7.6 (7.6.46-1) unstable; urgency=low
959
960
960
  * Release number bumped by export.pike.
961
  * Release number bumped by export.pike.
961
962
962
 -- Marek Habersack <grendel@debian.org>  Wed, 26 Oct 2005 9:49:35 +0200
963
 -- Marek Habersack <grendel@debian.org>  Wed, 26 Oct 2005 9:49:35 +0200
963
964
964
pike7.6 (7.6.45-1) unstable; urgency=low
965
pike7.6 (7.6.45-1) unstable; urgency=low
965
966
966
  * The latest cvs snapshot
967
  * The latest cvs snapshot
967
968
968
 -- Marek Habersack <grendel@debian.org>  Tue, 25 Oct 2005 14:23:53 +0200
969
 -- Marek Habersack <grendel@debian.org>  Tue, 25 Oct 2005 14:23:53 +0200
969
970
970
pike7.6 (7.6.44-1) unstable; urgency=low
971
pike7.6 (7.6.44-1) unstable; urgency=low
971
972
972
  * Release number bumped by export.pike.
973
  * Release number bumped by export.pike.
973
974
974
 -- Marek Habersack <grendel@debian.org>  Tue, 25 Oct 2005 14:22:34 +0200
975
 -- Marek Habersack <grendel@debian.org>  Tue, 25 Oct 2005 14:22:34 +0200
975
976
976
pike7.6 (7.6.43-1) unstable; urgency=low
977
pike7.6 (7.6.43-1) unstable; urgency=low
977
978
978
  * The latest cvs snapshot
979
  * The latest cvs snapshot
979
980
980
 -- Marek Habersack <grendel@debian.org>  Tue, 25 Oct 2005 10:38:49 +0200
981
 -- Marek Habersack <grendel@debian.org>  Tue, 25 Oct 2005 10:38:49 +0200
981
982
982
pike7.6 (7.6.42-1) unstable; urgency=low
983
pike7.6 (7.6.42-1) unstable; urgency=low
983
984
984
  * Release number bumped by export.pike.
985
  * Release number bumped by export.pike.
985
986
986
 -- Marek Habersack <grendel@debian.org>  Tue, 25 Oct 2005 10:37:42 +0200
987
 -- Marek Habersack <grendel@debian.org>  Tue, 25 Oct 2005 10:37:42 +0200
987
988
988
pike7.6 (7.6.41-1) unstable; urgency=low
989
pike7.6 (7.6.41-1) unstable; urgency=low
989
990
990
  * The latest cvs snapshot
991
  * The latest cvs snapshot
991
992
992
 -- Marek Habersack <grendel@debian.org>  Mon, 24 Oct 2005 11:59:56 +0200
993
 -- Marek Habersack <grendel@debian.org>  Mon, 24 Oct 2005 11:59:56 +0200
993
994
994
pike7.6 (7.6.40-1) unstable; urgency=low
995
pike7.6 (7.6.40-1) unstable; urgency=low
995
996
996
  * Release number bumped by export.pike.
997
  * Release number bumped by export.pike.
997
998
998
 -- Marek Habersack <grendel@debian.org>  Mon, 24 Oct 2005 11:58:49 +0200
999
 -- Marek Habersack <grendel@debian.org>  Mon, 24 Oct 2005 11:58:49 +0200
999
1000
1000
pike7.6 (7.6.39-1) unstable; urgency=low
1001
pike7.6 (7.6.39-1) unstable; urgency=low
1001
1002
1002
  * The latest cvs snapshot
1003
  * The latest cvs snapshot
1003
1004
1004
 -- Marek Habersack <grendel@debian.org>  Mon, 17 Oct 2005 12:13:55 +0200
1005
 -- Marek Habersack <grendel@debian.org>  Mon, 17 Oct 2005 12:13:55 +0200
1005
1006
1006
pike7.6 (7.6.38-1) unstable; urgency=low
1007
pike7.6 (7.6.38-1) unstable; urgency=low
1007
1008
1008
  * Release number bumped by export.pike.
1009
  * Release number bumped by export.pike.
1009
1010
1010
 -- Marek Habersack <grendel@debian.org>  Mon, 17 Oct 2005 12:12:44 +0200
1011
 -- Marek Habersack <grendel@debian.org>  Mon, 17 Oct 2005 12:12:44 +0200
1011
1012
1012
pike7.6 (7.6.37-1) unstable; urgency=low
1013
pike7.6 (7.6.37-1) unstable; urgency=low
1013
1014
1014
  * The latest cvs snapshot
1015
  * The latest cvs snapshot
1015
1016
1016
 -- Marek Habersack <grendel@debian.org>  Wed, 12 Oct 2005 1:34:07 +0200
1017
 -- Marek Habersack <grendel@debian.org>  Wed, 12 Oct 2005 1:34:07 +0200
1017
1018
1018
pike7.6 (7.6.36-1) unstable; urgency=low
1019
pike7.6 (7.6.36-1) unstable; urgency=low
1019
1020
1020
  * Release number bumped by export.pike.
1021
  * Release number bumped by export.pike.
1021
1022
1022
 -- Marek Habersack <grendel@debian.org>  Wed, 12 Oct 2005 1:31:42 +0200
1023
 -- Marek Habersack <grendel@debian.org>  Wed, 12 Oct 2005 1:31:42 +0200
1023
1024
1024
pike7.6 (7.6.35-1) unstable; urgency=low
1025
pike7.6 (7.6.35-1) unstable; urgency=low
1025
1026
1026
  * The latest cvs snapshot
1027
  * The latest cvs snapshot
1027
1028
1028
 -- Marek Habersack <grendel@debian.org>  Sat, 20 Aug 2005 16:26:02 +0200
1029
 -- Marek Habersack <grendel@debian.org>  Sat, 20 Aug 2005 16:26:02 +0200
1029
1030
1030
pike7.6 (7.6.34-1) unstable; urgency=low
1031
pike7.6 (7.6.34-1) unstable; urgency=low
1031
1032
1032
  * Release number bumped by export.pike.
1033
  * Release number bumped by export.pike.
1033
1034
1034
 -- Marek Habersack <grendel@debian.org>  Sat, 20 Aug 2005 16:24:41 +0200
1035
 -- Marek Habersack <grendel@debian.org>  Sat, 20 Aug 2005 16:24:41 +0200
1035
1036
1036
pike7.6 (7.6.33-2) unstable; urgency=low
1037
pike7.6 (7.6.33-2) unstable; urgency=low
1037
1038
1038
  * /usr/lib/pike/7.6.24/include/pike/specs is missing (Closes: #322851)
1039
  * /usr/lib/pike/7.6.24/include/pike/specs is missing (Closes: #322851)
1039
    Using own version of specs.in, since the pike-generated one does not
1040
    Using own version of specs.in, since the pike-generated one does not
1040
    make sense on a Debian system.
1041
    make sense on a Debian system.
1041
  * Updated the Standards-Version, no changes
1042
  * Updated the Standards-Version, no changes
1042
1043
1043
 -- Marek Habersack <grendel@debian.org>  Tue, 16 Aug 2005 13:38:09 +0200
1044
 -- Marek Habersack <grendel@debian.org>  Tue, 16 Aug 2005 13:38:09 +0200
1044
1045
1045
pike7.6 (7.6.33-1) unstable; urgency=high
1046
pike7.6 (7.6.33-1) unstable; urgency=high
1046
1047
1047
  * The latest cvs snapshot
1048
  * The latest cvs snapshot
1048
  * Again urgency high to rush the recompile so that Caudium 1.4 can
1049
  * Again urgency high to rush the recompile so that Caudium 1.4 can
1049
    be recompiled on the non-x86 architectures. The previous upload
1050
    be recompiled on the non-x86 architectures. The previous upload
1050
    of Pike was a bit rushed.
1051
    of Pike was a bit rushed.
1051
1052
1052
 -- Marek Habersack <grendel@debian.org>  Thu, 28 Jul 2005 13:04:41 +0200
1053
 -- Marek Habersack <grendel@debian.org>  Thu, 28 Jul 2005 13:04:41 +0200
1053
1054
1054
pike7.6 (7.6.32-1) unstable; urgency=low
1055
pike7.6 (7.6.32-1) unstable; urgency=low
1055
1056
1056
  * Release number bumped by export.pike.
1057
  * Release number bumped by export.pike.
1057
1058
1058
 -- Marek Habersack <grendel@debian.org>  Thu, 28 Jul 2005 13:02:47 +0200
1059
 -- Marek Habersack <grendel@debian.org>  Thu, 28 Jul 2005 13:02:47 +0200
1059
1060
1060
pike7.6 (7.6.31-1) unstable; urgency=low
1061
pike7.6 (7.6.31-1) unstable; urgency=low
1061
1062
1062
  * The latest cvs snapshot
1063
  * The latest cvs snapshot
1063
1064
1064
 -- Marek Habersack <grendel@debian.org>  Wed, 27 Jul 2005 14:24:49 +0200
1065
 -- Marek Habersack <grendel@debian.org>  Wed, 27 Jul 2005 14:24:49 +0200
1065
1066
1066
pike7.6 (7.6.30-1) unstable; urgency=low
1067
pike7.6 (7.6.30-1) unstable; urgency=low
1067
1068
1068
  * Release number bumped by export.pike.
1069
  * Release number bumped by export.pike.
1069
1070
1070
 -- Marek Habersack <grendel@debian.org>  Wed, 27 Jul 2005 14:22:53 +0200
1071
 -- Marek Habersack <grendel@debian.org>  Wed, 27 Jul 2005 14:22:53 +0200
1071
1072
1072
pike7.6 (7.6.29-1) unstable; urgency=low
1073
pike7.6 (7.6.29-1) unstable; urgency=low
1073
1074
1074
  * The latest cvs snapshot
1075
  * The latest cvs snapshot
1075
1076
1076
 -- Marek Habersack <grendel@debian.org>  Fri, 22 Jul 2005 22:20:25 +0200
1077
 -- Marek Habersack <grendel@debian.org>  Fri, 22 Jul 2005 22:20:25 +0200
1077
1078
1078
pike7.6 (7.6.28-1) unstable; urgency=low
1079
pike7.6 (7.6.28-1) unstable; urgency=low
1079
1080
1080
  * Release number bumped by export.pike.
1081
  * Release number bumped by export.pike.
1081
1082
1082
 -- Marek Habersack <grendel@debian.org>  Fri, 22 Jul 2005 22:18:34 +0200
1083
 -- Marek Habersack <grendel@debian.org>  Fri, 22 Jul 2005 22:18:34 +0200
1083
1084
1084
pike7.6 (7.6.27-2) unstable; urgency=high
1085
pike7.6 (7.6.27-2) unstable; urgency=high
1085
1086
1086
  * Force a recompile to match the new libgmp3 package name
1087
  * Force a recompile to match the new libgmp3 package name
1087
1088
1088
 -- Marek Habersack <grendel@debian.org>  Tue, 19 Jul 2005 12:06:53 +0200
1089
 -- Marek Habersack <grendel@debian.org>  Tue, 19 Jul 2005 12:06:53 +0200
1089
1090
1090
pike7.6 (7.6.27-1) unstable; urgency=low
1091
pike7.6 (7.6.27-1) unstable; urgency=low
1091
1092
1092
  * The latest cvs snapshot
1093
  * The latest cvs snapshot
1093
1094
1094
 -- Marek Habersack <grendel@debian.org>  Thu, 26 May 2005 02:12:22 +0200
1095
 -- Marek Habersack <grendel@debian.org>  Thu, 26 May 2005 02:12:22 +0200
1095
1096
1096
pike7.6 (7.6.24-2) unstable; urgency=low
1097
pike7.6 (7.6.24-2) unstable; urgency=low
1097
1098
1098
  * Closes: #310631: debian/rules version detection could be better
1099
  * Closes: #310631: debian/rules version detection could be better
1099
    Thanks to Matthias Klose <doko@cs.tu-berlin.de> for providing the
1100
    Thanks to Matthias Klose <doko@cs.tu-berlin.de> for providing the
1100
    patch.
1101
    patch.
1101
  * Closes: #282939: fails to start in interactive mode
1102
  * Closes: #282939: fails to start in interactive mode
1102
    No longer happens with the newer Pike 7.6 versions.
1103
    No longer happens with the newer Pike 7.6 versions.
1103
1104
1104
 -- Marek Habersack <grendel@debian.org>  Thu, 26 May 2005 02:48:36 +0200
1105
 -- Marek Habersack <grendel@debian.org>  Thu, 26 May 2005 02:48:36 +0200
1105
1106
1106
pike7.6 (7.6.24-1) unstable; urgency=low
1107
pike7.6 (7.6.24-1) unstable; urgency=low
1107
1108
1108
  * Release number bumped by export.pike.
1109
  * Release number bumped by export.pike.
1109
1110
1110
 -- Marek Habersack <grendel@debian.org>  Wed, 22 Sep 2004 20:19:24 +0200
1111
 -- Marek Habersack <grendel@debian.org>  Wed, 22 Sep 2004 20:19:24 +0200
1111
1112
1112
pike7.6 (7.6.23-1) unstable; urgency=low
1113
pike7.6 (7.6.23-1) unstable; urgency=low
1113
1114
1114
  * The latest cvs snapshot
1115
  * The latest cvs snapshot
1115
1116
1116
 -- Marek Habersack <grendel@debian.org>  Wed, 22 Sep 2004 17:52:43 +0200
1117
 -- Marek Habersack <grendel@debian.org>  Wed, 22 Sep 2004 17:52:43 +0200
1117
1118
1118
pike7.6 (7.6.22-1) unstable; urgency=low
1119
pike7.6 (7.6.22-1) unstable; urgency=low
1119
1120
1120
  * Release number bumped by export.pike.
1121
  * Release number bumped by export.pike.
1121
1122
1122
 -- Marek Habersack <grendel@debian.org>  Wed, 22 Sep 2004 17:49:52 +0200
1123
 -- Marek Habersack <grendel@debian.org>  Wed, 22 Sep 2004 17:49:52 +0200
1123
1124
1124
pike7.6 (7.6.21-1) unstable; urgency=low
1125
pike7.6 (7.6.21-1) unstable; urgency=low
1125
1126
1126
  * The latest cvs snapshot
1127
  * The latest cvs snapshot
1127
1128
1128
 -- Marek Habersack <grendel@debian.org>  Tue, 21 Sep 2004 0:24:04 +0200
1129
 -- Marek Habersack <grendel@debian.org>  Tue, 21 Sep 2004 0:24:04 +0200
1129
1130
1130
pike7.6 (7.6.20-1) unstable; urgency=low
1131
pike7.6 (7.6.20-1) unstable; urgency=low
1131
1132
1132
  * Release number bumped by export.pike.
1133
  * Release number bumped by export.pike.
1133
1134
1134
 -- Marek Habersack <grendel@debian.org>  Tue, 21 Sep 2004 0:18:16 +0200
1135
 -- Marek Habersack <grendel@debian.org>  Tue, 21 Sep 2004 0:18:16 +0200
1135
1136
1136
pike7.6 (7.6.19-1) unstable; urgency=low
1137
pike7.6 (7.6.19-1) unstable; urgency=low
1137
1138
1138
  * The latest cvs snapshot
1139
  * The latest cvs snapshot
1139
1140
1140
 -- Marek Habersack <grendel@debian.org>  Mon, 20 Sep 2004 23:35:37 +0200
1141
 -- Marek Habersack <grendel@debian.org>  Mon, 20 Sep 2004 23:35:37 +0200
1141
1142
1142
pike7.6 (7.6.18-1) unstable; urgency=low
1143
pike7.6 (7.6.18-1) unstable; urgency=low
1143
1144
1144
  * Release number bumped by export.pike.
1145
  * Release number bumped by export.pike.
1145
1146
1146
 -- Marek Habersack <grendel@debian.org>  Mon, 20 Sep 2004 23:31:42 +0200
1147
 -- Marek Habersack <grendel@debian.org>  Mon, 20 Sep 2004 23:31:42 +0200
1147
1148
1148
pike7.6 (7.6.17-1) unstable; urgency=low
1149
pike7.6 (7.6.17-1) unstable; urgency=low
1149
1150
1150
  * The latest cvs snapshot
1151
  * The latest cvs snapshot
1151
1152
1152
 -- Marek Habersack <grendel@debian.org>  Sun, 19 Sep 2004 16:42:33 +0200
1153
 -- Marek Habersack <grendel@debian.org>  Sun, 19 Sep 2004 16:42:33 +0200
1153
1154
1154
pike7.6 (7.6.16-1) unstable; urgency=low
1155
pike7.6 (7.6.16-1) unstable; urgency=low
1155
1156
1156
  * Release number bumped by export.pike.
1157
  * Release number bumped by export.pike.
1157
1158
1158
 -- Marek Habersack <grendel@debian.org>  Sun, 19 Sep 2004 16:39:58 +0200
1159
 -- Marek Habersack <grendel@debian.org>  Sun, 19 Sep 2004 16:39:58 +0200
1159
1160
1160
pike7.6 (7.6.15-1) unstable; urgency=low
1161
pike7.6 (7.6.15-1) unstable; urgency=low
1161
1162
1162
  * The latest cvs snapshot
1163
  * The latest cvs snapshot
1163
1164
1164
 -- Marek Habersack <grendel@debian.org>  Fri, 17 Sep 2004 13:26:37 +0200
1165
 -- Marek Habersack <grendel@debian.org>  Fri, 17 Sep 2004 13:26:37 +0200
1165
1166
1166
pike7.6 (7.6.14-1) unstable; urgency=low
1167
pike7.6 (7.6.14-1) unstable; urgency=low
1167
1168
1168
  * Release number bumped by export.pike.
1169
  * Release number bumped by export.pike.
1169
1170
1170
 -- Marek Habersack <grendel@debian.org>  Fri, 17 Sep 2004 13:21:58 +0200
1171
 -- Marek Habersack <grendel@debian.org>  Fri, 17 Sep 2004 13:21:58 +0200
1171
1172
1172
pike7.6 (7.6.13-1) unstable; urgency=low
1173
pike7.6 (7.6.13-1) unstable; urgency=low
1173
1174
1174
  * The latest cvs snapshot
1175
  * The latest cvs snapshot
1175
1176
1176
 -- Marek Habersack <grendel@debian.org>  Tue, 10 Aug 2004 15:32:25 +0200
1177
 -- Marek Habersack <grendel@debian.org>  Tue, 10 Aug 2004 15:32:25 +0200
1177
1178
1178
pike7.6 (7.6.12-1) unstable; urgency=low
1179
pike7.6 (7.6.12-1) unstable; urgency=low
1179
1180
1180
  * Release number bumped by export.pike.
1181
  * Release number bumped by export.pike.
1181
1182
1182
 -- Marek Habersack <grendel@debian.org>  Tue, 10 Aug 2004 15:29:54 +0200
1183
 -- Marek Habersack <grendel@debian.org>  Tue, 10 Aug 2004 15:29:54 +0200
1183
1184
1184
pike7.6 (7.6.11-3) unstable; urgency=medium
1185
pike7.6 (7.6.11-3) unstable; urgency=medium
1185
1186
1186
  * Gotten rid of gdk-imlib1-dev build dependency
1187
  * Gotten rid of gdk-imlib1-dev build dependency
1187
  * Delayed upload to wait for the indirect dependencies to get into
1188
  * Delayed upload to wait for the indirect dependencies to get into
1188
    the archives.
1189
    the archives.
1189
1190
1190
 -- Marek Habersack <grendel@debian.org>  Fri, 30 Jul 2004 14:36:10 +0200
1191
 -- Marek Habersack <grendel@debian.org>  Fri, 30 Jul 2004 14:36:10 +0200
1191
1192
1192
pike7.6 (7.6.11-2) unstable; urgency=medium
1193
pike7.6 (7.6.11-2) unstable; urgency=medium
1193
1194
1194
  * Changed the build-dep from libxpm4-dev to libxpm-dev
1195
  * Changed the build-dep from libxpm4-dev to libxpm-dev
1195
  * Changed the build-dep from libtiff3g-dev to libtiff4-dev
1196
  * Changed the build-dep from libtiff3g-dev to libtiff4-dev
1196
1197
1197
 -- Marek Habersack <grendel@debian.org>  Sun, 25 Jul 2004 02:25:22 +0200
1198
 -- Marek Habersack <grendel@debian.org>  Sun, 25 Jul 2004 02:25:22 +0200
1198
1199
1199
pike7.6 (7.6.11-1) unstable; urgency=low
1200
pike7.6 (7.6.11-1) unstable; urgency=low
1200
1201
1201
  * The latest cvs snapshot
1202
  * The latest cvs snapshot
1202
1203
1203
 -- Marek Habersack <grendel@debian.org>  Thu, 1 Jul 2004 23:05:30 +0200
1204
 -- Marek Habersack <grendel@debian.org>  Thu, 1 Jul 2004 23:05:30 +0200
1204
1205
1205
pike7.6 (7.6.10-1) unstable; urgency=low
1206
pike7.6 (7.6.10-1) unstable; urgency=low
1206
1207
1207
  * Release number bumped by export.pike.
1208
  * Release number bumped by export.pike.
1208
1209
1209
 -- Marek Habersack <grendel@debian.org>  Thu, 1 Jul 2004 23:03:26 +0200
1210
 -- Marek Habersack <grendel@debian.org>  Thu, 1 Jul 2004 23:03:26 +0200
1210
1211
1211
pike7.6 (7.6.9-2) unstable; urgency=low
1212
pike7.6 (7.6.9-2) unstable; urgency=low
1212
1213
1213
  * Make sure all bugs filed against Pike 7.4 will not appear here
1214
  * Make sure all bugs filed against Pike 7.4 will not appear here
1214
  * Pike 7.6 will replace Pike 7.4 in Debian soon.
1215
  * Pike 7.6 will replace Pike 7.4 in Debian soon.
1215
1216
1216
 -- Marek Habersack <grendel@debian.org>  Wed,  9 Jun 2004 13:40:35 +0200
1217
 -- Marek Habersack <grendel@debian.org>  Wed,  9 Jun 2004 13:40:35 +0200
1217
1218
1218
pike7.6 (7.6.9-1) unstable; urgency=low
1219
pike7.6 (7.6.9-1) unstable; urgency=low
1219
1220
1220
  * The latest cvs snapshot
1221
  * The latest cvs snapshot
1221
  * Added the full text of MPL 1.1 to the debian/copyright file
1222
  * Added the full text of MPL 1.1 to the debian/copyright file
1222
1223
1223
 -- Marek Habersack <grendel@debian.org>  Mon, 17 May 2004 20:14:30 +0200
1224
 -- Marek Habersack <grendel@debian.org>  Mon, 17 May 2004 20:14:30 +0200
1224
1225
1225
pike7.6 (7.6.8-1) experimental; urgency=low
1226
pike7.6 (7.6.8-1) experimental; urgency=low
1226
1227
1227
  * Release number bumped by export.pike.
1228
  * Release number bumped by export.pike.
1228
1229
1229
 -- Marek Habersack <grendel@debian.org>  Mon, 17 May 2004 20:12:55 +0200
1230
 -- Marek Habersack <grendel@debian.org>  Mon, 17 May 2004 20:12:55 +0200
1230
1231
1231
pike7.6 (7.6.7-2) unstable; urgency=low
1232
pike7.6 (7.6.7-2) unstable; urgency=low
1232
1233
1233
  * Better dependencies for the GL libraries
1234
  * Better dependencies for the GL libraries
1234
1235
1235
 -- Marek Habersack <grendel@debian.org>  Tue, 11 May 2004 16:18:21 +0200
1236
 -- Marek Habersack <grendel@debian.org>  Tue, 11 May 2004 16:18:21 +0200
1236
1237
1237
pike7.6 (7.6.7-1) unstable; urgency=low
1238
pike7.6 (7.6.7-1) unstable; urgency=low
1238
1239
1239
  * The latest upstream release. The most important changes since v7.4
1240
  * The latest upstream release. The most important changes since v7.4
1240
    are listed in the upstream CHANGES file in the /usr/share/doc/pike7.6
1241
    are listed in the upstream CHANGES file in the /usr/share/doc/pike7.6
1241
    directory
1242
    directory
1242
1243
1243
 -- Marek Habersack <grendel@debian.org>  Wed, 5 May 2004 18:38:38 +0200
1244
 -- Marek Habersack <grendel@debian.org>  Wed, 5 May 2004 18:38:38 +0200
1244
1245
1245
pike7.6 (7.6.6-1) experimental; urgency=low
1246
pike7.6 (7.6.6-1) experimental; urgency=low
1246
1247
1247
  * Release number bumped by export.pike.
1248
  * Release number bumped by export.pike.
1248
1249
1249
 -- Marek Habersack <grendel@debian.org>  Wed, 5 May 2004 18:35:56 +0200
1250
 -- Marek Habersack <grendel@debian.org>  Wed, 5 May 2004 18:35:56 +0200
1250
1251
1251
pike7.6 (7.6.5-1) experimental; urgency=low
1252
pike7.6 (7.6.5-1) experimental; urgency=low
1252
1253
1253
  * The latest cvs snapshot
1254
  * The latest cvs snapshot
1254
1255
1255
 -- Marek Habersack <grendel@debian.org>  Sat, 1 May 2004 18:35:04 +0200
1256
 -- Marek Habersack <grendel@debian.org>  Sat, 1 May 2004 18:35:04 +0200
1256
1257
1257
pike7.6 (7.6.4-1) experimental; urgency=low
1258
pike7.6 (7.6.4-1) experimental; urgency=low
1258
1259
1259
  * Release number bumped by export.pike.
1260
  * Release number bumped by export.pike.
1260
1261
1261
 -- Marek Habersack <grendel@debian.org>  Sat, 1 May 2004 18:32:26 +0200
1262
 -- Marek Habersack <grendel@debian.org>  Sat, 1 May 2004 18:32:26 +0200
1262
1263
1263
pike7.6 (7.6.3-1) experimental; urgency=low
1264
pike7.6 (7.6.3-1) experimental; urgency=low
1264
1265
1265
  * The latest cvs snapshot
1266
  * The latest cvs snapshot
1266
1267
1267
 -- Marek Habersack <grendel@debian.org>  Mon, 26 Apr 2004 2:19:59 +0200
1268
 -- Marek Habersack <grendel@debian.org>  Mon, 26 Apr 2004 2:19:59 +0200
1268
1269
1269
pike7.6 (7.6.2-1) experimental; urgency=low
1270
pike7.6 (7.6.2-1) experimental; urgency=low
1270
1271
1271
  * Release number bumped by export.pike.
1272
  * Release number bumped by export.pike.
1272
1273
1273
 -- Pike build system <pike-devel@lists.lysator.liu.se>  Mon, 26 Apr 2004 2:17:57 +0200
1274
 -- Pike build system <pike-devel@lists.lysator.liu.se>  Mon, 26 Apr 2004 2:17:57 +0200
1274
1275
1275
pike7.5 (7.5.27-2) experimental; urgency=low
1276
pike7.5 (7.5.27-2) experimental; urgency=low
1276
1277
1277
  * The latest CVS snapshot
1278
  * The latest CVS snapshot
1278
1279
1279
 -- Marek Habersack <grendel@debian.org>  Fri, 23 Apr 2004 17:49:47 +0200
1280
 -- Marek Habersack <grendel@debian.org>  Fri, 23 Apr 2004 17:49:47 +0200
1280
1281
1281
pike7.5 (7.5.27-1) experimental; urgency=low
1282
pike7.5 (7.5.27-1) experimental; urgency=low
1282
1283
1283
  * The latest cvs snapshot
1284
  * The latest cvs snapshot
1284
1285
1285
 -- Pike build system <pike-devel@lists.lysator.liu.se>  Sat, 17 Apr 2004 17:57:50 +0200
1286
 -- Pike build system <pike-devel@lists.lysator.liu.se>  Sat, 17 Apr 2004 17:57:50 +0200
1286
1287
1287
pike7.5 (7.5.26-1) experimental; urgency=low
1288
pike7.5 (7.5.26-1) experimental; urgency=low
1288
1289
1289
  * Release number bumped by export.pike.
1290
  * Release number bumped by export.pike.
1290
1291
1291
 -- Pike build system <pike-devel@lists.lysator.liu.se>  Sat, 17 Apr 2004 17:56:36 +0200
1292
 -- Pike build system <pike-devel@lists.lysator.liu.se>  Sat, 17 Apr 2004 17:56:36 +0200
1292
1293
1293
pike7.5 (7.5.25-1) experimental; urgency=low
1294
pike7.5 (7.5.25-1) experimental; urgency=low
1294
1295
1295
  * The latest CVS snapshot
1296
  * The latest CVS snapshot
1296
1297
1297
 -- Marek Habersack <grendel@debian.org>  Sun,  4 Apr 2004 01:48:49 +0200
1298
 -- Marek Habersack <grendel@debian.org>  Sun,  4 Apr 2004 01:48:49 +0200
1298
1299
1299
pike7.5 (7.5.23-2) experimental; urgency=low
1300
pike7.5 (7.5.23-2) experimental; urgency=low
1300
1301
1301
  * The latest CVS update
1302
  * The latest CVS update
1302
1303
1303
 -- Marek Habersack <grendel@debian.org>  Fri,  2 Apr 2004 16:49:26 +0200
1304
 -- Marek Habersack <grendel@debian.org>  Fri,  2 Apr 2004 16:49:26 +0200
1304
1305
1305
pike7.5 (7.5.23-1) experimental; urgency=low
1306
pike7.5 (7.5.23-1) experimental; urgency=low
1306
1307
1307
  * The latest cvs snapshot
1308
  * The latest cvs snapshot
1308
1309
1309
 -- Marek Habersack <grendel@debian.org>  Mon, 29 Mar 2004 17:28:21 +0200
1310
 -- Marek Habersack <grendel@debian.org>  Mon, 29 Mar 2004 17:28:21 +0200
1310
1311
1311
pike7.5 (7.5.21-1) experimental; urgency=low
1312
pike7.5 (7.5.21-1) experimental; urgency=low
1312
1313
1313
  * The latest cvs snapshot
1314
  * The latest cvs snapshot
1314
1315
1315
 -- Marek Habersack <grendel@debian.org>  Wed, 17 Mar 2004 14:13:19 +0100
1316
 -- Marek Habersack <grendel@debian.org>  Wed, 17 Mar 2004 14:13:19 +0100
1316
1317
1317
pike7.5 (7.5.19-2) experimental; urgency=low
1318
pike7.5 (7.5.19-2) experimental; urgency=low
1318
1319
1319
  * Creation of directories in /usr/local won't fail now
1320
  * Creation of directories in /usr/local won't fail now
1320
    (closes: Bug#234694)
1321
    (closes: Bug#234694)
1321
1322
1322
 -- Marek Habersack <grendel@debian.org>  Thu, 26 Feb 2004 01:28:15 +0100
1323
 -- Marek Habersack <grendel@debian.org>  Thu, 26 Feb 2004 01:28:15 +0100
1323
1324
1324
pike7.5 (7.5.19-1) experimental; urgency=low
1325
pike7.5 (7.5.19-1) experimental; urgency=low
1325
1326
1326
  * The latest upstream update
1327
  * The latest upstream update
1327
1328
1328
 -- Marek Habersack <grendel@debian.org>  Mon, 23 Feb 2004 22:42:46 +0100
1329
 -- Marek Habersack <grendel@debian.org>  Mon, 23 Feb 2004 22:42:46 +0100
1329
1330
1330
pike7.5 (7.5.17-2) experimental; urgency=low
1331
pike7.5 (7.5.17-2) experimental; urgency=low
1331
1332
1332
  * Latest CVS snapshot.
1333
  * Latest CVS snapshot.
1333
1334
1334
 -- Marek Habersack <grendel@debian.org>  Wed, 14 Jan 2004 19:53:42 +0100
1335
 -- Marek Habersack <grendel@debian.org>  Wed, 14 Jan 2004 19:53:42 +0100
1335
1336
1336
pike7.5 (7.5.17-1) experimental; urgency=low
1337
pike7.5 (7.5.17-1) experimental; urgency=low
1337
1338
1338
  * The latest cvs snapshot.
1339
  * The latest cvs snapshot.
1339
  * Disabled using the machine code in the pike bytecode. It poses a
1340
  * Disabled using the machine code in the pike bytecode. It poses a
1340
    security risk and breaks under kernels with exec-shield or PAX.
1341
    security risk and breaks under kernels with exec-shield or PAX.
1341
1342
1342
 -- Marek Habersack <grendel@debian.org>  Tue,  9 Dec 2003 17:01:16 +0100
1343
 -- Marek Habersack <grendel@debian.org>  Tue,  9 Dec 2003 17:01:16 +0100
1343
1344
1344
pike7.5 (7.5.12-2) experimental; urgency=low
1345
pike7.5 (7.5.12-2) experimental; urgency=low
1345
1346
1346
  * Added libnettle to the build dependencies.
1347
  * Added libnettle to the build dependencies.
1347
1348
1348
 -- Marek Habersack <grendel@debian.org>  Tue, 11 Nov 2003 18:24:24 +0100
1349
 -- Marek Habersack <grendel@debian.org>  Tue, 11 Nov 2003 18:24:24 +0100
1349
1350
1350
pike7.5 (7.5.12-1) experimental; urgency=low
1351
pike7.5 (7.5.12-1) experimental; urgency=low
1351
1352
1352
  * Catching up on version numbers.
1353
  * Catching up on version numbers.
1353
  * First upload to Debian/experimental.
1354
  * First upload to Debian/experimental.
1354
1355
1355
 -- Marek Habersack <grendel@debian.org>  Sat, 30 Oct 2003 22:46:18 +0100
1356
 -- Marek Habersack <grendel@debian.org>  Sat, 30 Oct 2003 22:46:18 +0100
1356
1357
1357
pike7.5 (7.5.5-1) unstable; urgency=low
1358
pike7.5 (7.5.5-1) unstable; urgency=low
1358
1359
1359
  * Latest upstream version.
1360
  * Latest upstream version.
1360
1361
1361
 -- Marek Habersack <grendel@debian.org>  Sat, 29 Mar 2003 01:46:01 +0100
1362
 -- Marek Habersack <grendel@debian.org>  Sat, 29 Mar 2003 01:46:01 +0100
1362
1363
1363
pike7.5 (7.5.3-2) unstable; urgency=low
1364
pike7.5 (7.5.3-2) unstable; urgency=low
1364
1365
1365
  * Latest upstream version.
1366
  * Latest upstream version.
1366
  * Rediffed the Debian patches to work with the current sources.
1367
  * Rediffed the Debian patches to work with the current sources.
1367
1368
1368
 -- Marek Habersack <grendel@debian.org>  Wed, 19 Mar 2003 13:42:44 +0100
1369
 -- Marek Habersack <grendel@debian.org>  Wed, 19 Mar 2003 13:42:44 +0100
1369
1370
1370
pike7.5 (7.5.3-1) unstable; urgency=low
1371
pike7.5 (7.5.3-1) unstable; urgency=low
1371
1372
1372
  * Latest upstream version.
1373
  * Latest upstream version.
1373
1374
1374
 -- Marek Habersack <grendel@debian.org>  Wed,  5 Feb 2003 19:07:40 +0100
1375
 -- Marek Habersack <grendel@debian.org>  Wed,  5 Feb 2003 19:07:40 +0100
1375
1376
1376
pike7.5 (7.5.2-1) unstable; urgency=low
1377
pike7.5 (7.5.2-1) unstable; urgency=low
1377
1378
1378
  * Latest upstream version.
1379
  * Latest upstream version.
1379
  * No sparc machine code for now.
1380
  * No sparc machine code for now.
1380
  * Updated the mesagl dependencies.
1381
  * Updated the mesagl dependencies.
1381
1382
1382
 -- Marek Habersack <grendel@debian.org>  Wed,  5 Feb 2003 01:19:37 +0100
1383
 -- Marek Habersack <grendel@debian.org>  Wed,  5 Feb 2003 01:19:37 +0100
1383
1384
1384
pike7.5 (7.5.1-3) unstable; urgency=low
1385
pike7.5 (7.5.1-3) unstable; urgency=low
1385
1386
1386
  * A bug in the sparc machine code causing a segfault was fixed.
1387
  * A bug in the sparc machine code causing a segfault was fixed.
1387
1388
1388
 -- Marek Habersack <grendel@debian.org>  Mon,  3 Feb 2003 17:16:46 +0100
1389
 -- Marek Habersack <grendel@debian.org>  Mon,  3 Feb 2003 17:16:46 +0100
1389
1390
1390
pike7.5 (7.5.1-2) unstable; urgency=low
1391
pike7.5 (7.5.1-2) unstable; urgency=low
1391
1392
1392
  * Pike is installed using the --new-style layout now.
1393
  * Pike is installed using the --new-style layout now.
1393
1394
1394
 -- Marek Habersack <grendel@debian.org>  Tue, 28 Jan 2003 00:36:59 +0100
1395
 -- Marek Habersack <grendel@debian.org>  Tue, 28 Jan 2003 00:36:59 +0100
1395
1396
1396
pike7.5 (7.5.1-1) unstable; urgency=low
1397
pike7.5 (7.5.1-1) unstable; urgency=low
1397
1398
1398
  * Latest upstream version.
1399
  * Latest upstream version.
1399
1400
1400
 -- Marek Habersack <grendel@debian.org>  Fri,  6 Dec 2002 05:20:15 +0100
1401
 -- Marek Habersack <grendel@debian.org>  Fri,  6 Dec 2002 05:20:15 +0100
1401
1402
1402
pike7.3 (7.3.62-1) unstable; urgency=low
1403
pike7.3 (7.3.62-1) unstable; urgency=low
1403
1404
1404
  * Latest upstream version. The most important changes:
1405
  * Latest upstream version. The most important changes:
1405
        * lib/modules/Tools.pmod/AutoDoc.pmod/DocParser.pmod: Fixed broken
1406
        * lib/modules/Tools.pmod/AutoDoc.pmod/DocParser.pmod: Fixed broken
1406
          support for typedef.
1407
          support for typedef.
1407
        * src/modules/Gz/module.pmod.in: Now supports zlib's which lack the
1408
        * src/modules/Gz/module.pmod.in: Now supports zlib's which lack the
1408
          eof() function.
1409
          eof() function.
1409
        * src/modules/Gz/module.pmod.in: Now behaves if zlib isn't
1410
        * src/modules/Gz/module.pmod.in: Now behaves if zlib isn't
1410
          available.
1411
          available.
1411
        * src/builtin_functions.c: Moved some debug functions to Debug.
1412
        * src/builtin_functions.c: Moved some debug functions to Debug.
1412
          Updated sleep doc. Fixed describe_backtrace type.
1413
          Updated sleep doc. Fixed describe_backtrace type.
1413
        * src/builtin.cmod: Move _describe_program to
1414
        * src/builtin.cmod: Move _describe_program to
1414
          Debug.describe_program.
1415
          Debug.describe_program.
1415
        * src/modules/Gz/testsuite.in: Added test for Gz.File().
1416
        * src/modules/Gz/testsuite.in: Added test for Gz.File().
1416
        * lib/modules/MIME.pmod/module.pmod: When doing guessy style MIME
1417
        * lib/modules/MIME.pmod/module.pmod: When doing guessy style MIME
1417
          decoding, inherit the guess attribute for multipart message parts.
1418
          decoding, inherit the guess attribute for multipart message parts.
1418
        * src/modules/Gz/zlibmod.c: Fixed nasty null-termination bug.
1419
        * src/modules/Gz/zlibmod.c: Fixed nasty null-termination bug.
1419
        * src/post_modules/Shuffler/Shuffler.cmod: Patched Shuffler module
1420
        * src/post_modules/Shuffler/Shuffler.cmod: Patched Shuffler module
1420
          some more. This patch should fix some of the problems with the
1421
          some more. This patch should fix some of the problems with the
1421
          shuffler accessing references that have been destructed.
1422
          shuffler accessing references that have been destructed.
1422
        * lib/modules/Filesystem.pmod/Tar.pmod: Bugfix: Since lookups are
1423
        * lib/modules/Filesystem.pmod/Tar.pmod: Bugfix: Since lookups are
1423
          done with normalized paths, we need to normalize the paths in
1424
          done with normalized paths, we need to normalize the paths in
1424
          filename{s,_to_entry} as well to get proper matches.
1425
          filename{s,_to_entry} as well to get proper matches.
1425
        * src/pike_memory.h: Added a macro to detect whether a memory
1426
        * src/pike_memory.h: Added a macro to detect whether a memory
1426
          checker is in use, so that conflicting debug checks can be avoided.
1427
          checker is in use, so that conflicting debug checks can be avoided.
1427
        * lib/master.pike.in, src/svalue.c,
1428
        * lib/master.pike.in, src/svalue.c,
1428
          lib/modules/Tools.pmod/testsuite.in: Make %O default output for
1429
          lib/modules/Tools.pmod/testsuite.in: Make %O default output for
1429
          objects and programs better.
1430
          objects and programs better.
1430
        * lib/modules/Stdio.pmod/module.pmod, src/modules/files/file.c,
1431
        * lib/modules/Stdio.pmod/module.pmod, src/modules/files/file.c,
1431
          src/modules/files/termios.c: Document the low level I/O functions
1432
          src/modules/files/termios.c: Document the low level I/O functions
1432
          in Stdio.File and not Fd.
1433
          in Stdio.File and not Fd.
1433
          .
1434
          .
1434
          Designwise motivation: Fd and Fd_ref ought to be considered
1435
          Designwise motivation: Fd and Fd_ref ought to be considered
1435
          internal; Stdio.File is the lowest "official" API level.
1436
          internal; Stdio.File is the lowest "official" API level.
1436
          .
1437
          .
1437
          Practical motivation: It's _much_ easier to find the functions in
1438
          Practical motivation: It's _much_ easier to find the functions in
1438
          the generated docs, despite the small pointer to Fd in Stdio.File.
1439
          the generated docs, despite the small pointer to Fd in Stdio.File.
1439
        * lib/modules/Protocols.pmod/HTTP.pmod/Server.pmod/SSLPort.pike:
1440
        * lib/modules/Protocols.pmod/HTTP.pmod/Server.pmod/SSLPort.pike:
1440
          added SSL support to the simple webserver. Based on SSL.https, but
1441
          added SSL support to the simple webserver. Based on SSL.https, but
1441
          behaves exactly like Protocols.HTTP.Server.Port, except for SSL.
1442
          behaves exactly like Protocols.HTTP.Server.Port, except for SSL.
1442
        * lib/master.pike.in: - Changed some search(x,y)!=-1 into
1443
        * lib/master.pike.in: - Changed some search(x,y)!=-1 into
1443
          has_value(x,y) - Optimized Getopt call by using local variables for
1444
          has_value(x,y) - Optimized Getopt call by using local variables for
1444
          NO_ARG,   MAY_HAVE_ARG and HAS_ARG.  - Optimized Getopt call by
1445
          NO_ARG,   MAY_HAVE_ARG and HAS_ARG.  - Optimized Getopt call by
1445
          always having five elements per argument,   so that Getopt need not
1446
          always having five elements per argument,   so that Getopt need not
1446
          rewrite the array.  - Always accept the --autoreload option so that
1447
          rewrite the array.  - Always accept the --autoreload option so that
1447
          we are silenty  ignoring it if Pike has not autoreload (instead of
1448
          we are silenty  ignoring it if Pike has not autoreload (instead of
1448
          bailing out with strange error messages (that changes depending
1449
          bailing out with strange error messages (that changes depending
1449
          on the number and   order of options)).
1450
          on the number and   order of options)).
1450
1451
1451
 -- Marek Habersack <grendel@debian.org>  Mon, 25 Nov 2002 18:43:54 +0100
1452
 -- Marek Habersack <grendel@debian.org>  Mon, 25 Nov 2002 18:43:54 +0100
1452
1453
1453
pike7.3 (7.3.60-2) unstable; urgency=low
1454
pike7.3 (7.3.60-2) unstable; urgency=low
1454
1455
1455
  * Latest cvs snapshot. The most important changes:
1456
  * Latest cvs snapshot. The most important changes:
1456
        * lib/modules/Protocols.pmod/HTTP.pmod/module.pmod: Added missing
1457
        * lib/modules/Protocols.pmod/HTTP.pmod/module.pmod: Added missing
1457
          file argument for put_url().
1458
          file argument for put_url().
1458
        * lib/modules/Array.pmod: CHANGES says that there should be an
1459
        * lib/modules/Array.pmod: CHANGES says that there should be an
1459
          Array.Iterator.  So let's have one.
1460
          Array.Iterator.  So let's have one.
1460
        * lib/modules/Parser.pmod/XML.pmod/DOM.pmod: Added iterators, nice
1461
        * lib/modules/Parser.pmod/XML.pmod/DOM.pmod: Added iterators, nice
1461
          _sprintf to Nodes, and made all lfuns static.
1462
          _sprintf to Nodes, and made all lfuns static.
1462
        * src/post_modules/Shuffler/Shuffler.cmod: If the done-callback
1463
        * src/post_modules/Shuffler/Shuffler.cmod: If the done-callback
1463
          destroyed the shuffler object, the shuffler crashed when signaling
1464
          destroyed the shuffler object, the shuffler crashed when signaling
1464
          that data wasn't sent thru the give_back function. This might have
1465
          that data wasn't sent thru the give_back function. This might have
1465
          other implications but seems to work as a fix for now.
1466
          other implications but seems to work as a fix for now.
1466
1467
1467
 -- Marek Habersack <grendel@debian.org>  Sat,  9 Nov 2002 19:46:43 +0100
1468
 -- Marek Habersack <grendel@debian.org>  Sat,  9 Nov 2002 19:46:43 +0100
1468
1469
1469
pike7.3 (7.3.60-1) unstable; urgency=low
1470
pike7.3 (7.3.60-1) unstable; urgency=low
1470
1471
1471
  * Latest upstream version. The most important changes:
1472
  * Latest upstream version. The most important changes:
1472
        * src/code/: ppc32.c, ppc32.h: Implemented OPCODE_INLINE_BRANCH
1473
        * src/code/: ppc32.c, ppc32.h: Implemented OPCODE_INLINE_BRANCH
1473
	  interface for PPC.
1474
	  interface for PPC.
1474
        * src/dlopen.c: Some more IA64 fixes.
1475
        * src/dlopen.c: Some more IA64 fixes.
1475
        * lib/modules/Protocols.pmod/HTTP.pmod/Query.pike: added the
1476
        * lib/modules/Protocols.pmod/HTTP.pmod/Query.pike: added the
1476
          possibility to have array values in headers mapping to allow
1477
          possibility to have array values in headers mapping to allow
1477
          multiple headers
1478
          multiple headers
1478
        * src/dlopen.c: The IA64 global offset table is now at the end of
1479
        * src/dlopen.c: The IA64 global offset table is now at the end of
1479
          the datasegment, so that gp-relative offsets have a chance at
1480
          the datasegment, so that gp-relative offsets have a chance at
1480
          working.
1481
          working.
1481
        * lib/modules/Standards.pmod/RDF.pike: Improved API and working
1482
        * lib/modules/Standards.pmod/RDF.pike: Improved API and working
1482
          N-triple parsing.
1483
          N-triple parsing.
1483
        * src/threads.c: Added a reference from MutexKey to the mutex
1484
        * src/threads.c: Added a reference from MutexKey to the mutex
1484
          object it holds, so that the latter won't be refcount garbed (which
1485
          object it holds, so that the latter won't be refcount garbed (which
1485
          causes both to be destructed) if there are no other references.
1486
          causes both to be destructed) if there are no other references.
1486
1487
1487
 -- Marek Habersack <grendel@debian.org>  Mon,  4 Nov 2002 22:32:36 +0100
1488
 -- Marek Habersack <grendel@debian.org>  Mon,  4 Nov 2002 22:32:36 +0100
1488
1489
1489
pike7.3 (7.3.58-3) unstable; urgency=low
1490
pike7.3 (7.3.58-3) unstable; urgency=low
1490
1491
1491
  * Removed the sybase module as it doesn't work on Debian.
1492
  * Removed the sybase module as it doesn't work on Debian.
1492
1493
1493
 -- Marek Habersack <grendel@debian.org>  Wed, 23 Oct 2002 02:16:53 +0200
1494
 -- Marek Habersack <grendel@debian.org>  Wed, 23 Oct 2002 02:16:53 +0200
1494
1495
1495
pike7.3 (7.3.58-2) unstable; urgency=low
1496
pike7.3 (7.3.58-2) unstable; urgency=low
1496
1497
1497
  * Latest CVS snapshot.
1498
  * Latest CVS snapshot.
1498
1499
1499
 -- Marek Habersack <grendel@debian.org>  Mon, 21 Oct 2002 03:01:06 +0200
1500
 -- Marek Habersack <grendel@debian.org>  Mon, 21 Oct 2002 03:01:06 +0200
1500
1501
1501
pike7.3 (7.3.58-1) unstable; urgency=low
1502
pike7.3 (7.3.58-1) unstable; urgency=low
1502
1503
1503
  * Latest upstream version. The most important changes:
1504
  * Latest upstream version. The most important changes:
1504
        * lib/modules/Parser.pmod/XML.pmod/Tree.pmod: Better typing.
1505
        * lib/modules/Parser.pmod/XML.pmod/Tree.pmod: Better typing.
1505
        * lib/modules/Array.pmod: Fixed a border problem in Array.sum
1506
        * lib/modules/Array.pmod: Fixed a border problem in Array.sum
1506
        * src/builtin.cmod: Fixed leak of the strings "string" and "int".
1507
        * src/builtin.cmod: Fixed leak of the strings "string" and "int".
1507
        * lib/modules/String.pmod/module.pmod: Removed the deprecated
1508
        * lib/modules/String.pmod/module.pmod: Removed the deprecated
1508
          strmult and String_buffer (compatibility is already in place).
1509
          strmult and String_buffer (compatibility is already in place).
1509
          Fixed a soundex bug. Made int2roman and int2size throw an error
1510
          Fixed a soundex bug. Made int2roman and int2size throw an error
1510
          when input is out of range. Fixed an off by one error for the
1511
          when input is out of range. Fixed an off by one error for the
1511
          bytes/kb transition in int2size.
1512
          bytes/kb transition in int2size.
1512
        * lib/modules/Parser.pmod/Pike.pmod: Parse binary numbers.
1513
        * lib/modules/Parser.pmod/Pike.pmod: Parse binary numbers.
1513
        * lib/modules/Standards.pmod/EXIF.pmod: Better EXIF support. Some
1514
        * lib/modules/Standards.pmod/EXIF.pmod: Better EXIF support. Some
1514
          API changes: get_properties only accepts Stdio.File objects.
1515
          API changes: get_properties only accepts Stdio.File objects.
1515
          MN_Multi1 is renamed to MN_Multi3.
1516
          MN_Multi1 is renamed to MN_Multi3.
1516
        * src/: builtin.cmod, builtin_functions.c: It's better to throw
1517
        * src/: builtin.cmod, builtin_functions.c: It's better to throw
1517
          errors than return zero if ctime(), localtime() or gmtime() fails.
1518
          errors than return zero if ctime(), localtime() or gmtime() fails.
1518
        * src/builtin.cmod: Fixed missing checks for NULL from gmtime(2),
1519
        * src/builtin.cmod: Fixed missing checks for NULL from gmtime(2),
1519
          localtime(2) and ctime(2) which could cause segfaults. E.g. on NT
1520
          localtime(2) and ctime(2) which could cause segfaults. E.g. on NT
1520
          they don't handle negative time stamps.
1521
          they don't handle negative time stamps.
1521
        * src/modules/: HTTPLoop/log.c, Oracle/oracle.c, spider/discdate.c:
1522
        * src/modules/: HTTPLoop/log.c, Oracle/oracle.c, spider/discdate.c:
1522
          Fixed missing checks for NULL from gmtime(2), localtime(2) and
1523
          Fixed missing checks for NULL from gmtime(2), localtime(2) and
1523
          ctime(2) which could cause segfaults. E.g. on NT they don't handle
1524
          ctime(2) which could cause segfaults. E.g. on NT they don't handle
1524
          negative time stamps.
1525
          negative time stamps.
1525
        * src/builtin_functions.c: Fixed missing checks for NULL from
1526
        * src/builtin_functions.c: Fixed missing checks for NULL from
1526
          gmtime(2) and localtime(2) which could cause segfaults. E.g. on NT
1527
          gmtime(2) and localtime(2) which could cause segfaults. E.g. on NT
1527
          they don't handle negative time stamps.
1528
          they don't handle negative time stamps.
1528
        * lib/modules/Remote.pmod/connection.pike: Fixed races that could
1529
        * lib/modules/Remote.pmod/connection.pike: Fixed races that could
1529
          cause synchronous calls to hang in threaded mode.  It's still
1530
          cause synchronous calls to hang in threaded mode.  It's still
1530
          unclear whether a connection close is handled cleanly, though. 
1531
          unclear whether a connection close is handled cleanly, though. 
1531
          Better handling of exceptions from close callbacks.
1532
          Better handling of exceptions from close callbacks.
1532
1533
1533
 -- Marek Habersack <grendel@debian.org>  Fri, 18 Oct 2002 22:49:02 +0200
1534
 -- Marek Habersack <grendel@debian.org>  Fri, 18 Oct 2002 22:49:02 +0200
1534
1535
1535
pike7.3 (7.3.56-2) unstable; urgency=low
1536
pike7.3 (7.3.56-2) unstable; urgency=low
1536
1537
1537
  * Latest CVS snapshot.
1538
  * Latest CVS snapshot.
1538
1539
1539
 -- Marek Habersack <grendel@debian.org>  Fri, 18 Oct 2002 01:37:36 +0200
1540
 -- Marek Habersack <grendel@debian.org>  Fri, 18 Oct 2002 01:37:36 +0200
1540
1541
1541
pike7.3 (7.3.56-1) unstable; urgency=low
1542
pike7.3 (7.3.56-1) unstable; urgency=low
1542
1543
1543
  * Latest upstream version. The most important changes:
1544
  * Latest upstream version. The most important changes:
1544
        * src/: docode.c, interpret_functions.h: Replaced the F_THROW_ZERO
1545
        * src/: docode.c, interpret_functions.h: Replaced the F_THROW_ZERO
1545
          opcode used at normal exit from catch blocks with F_EXIT_CATCH,
1546
          opcode used at normal exit from catch blocks with F_EXIT_CATCH,
1546
          which uses the newer escape catch feature. This avoids a longjmp at
1547
          which uses the newer escape catch feature. This avoids a longjmp at
1547
          the normal exit of every catch block.
1548
          the normal exit of every catch block.
1548
          Also changed the return value for normal catch block exits to be
1549
          Also changed the return value for normal catch block exits to be
1549
          UNDEFINED and not zero.
1550
          UNDEFINED and not zero.
1550
        * lib/modules/Parser.pmod/C.pmod: Added index possibility on
1551
        * lib/modules/Parser.pmod/C.pmod: Added index possibility on
1551
          tokens.
1552
          tokens.
1552
        * src/program.c: Use safe_apply_handler for calling
1553
        * src/program.c: Use safe_apply_handler for calling
1553
          get_default_module, to get better checking of the return value and
1554
          get_default_module, to get better checking of the return value and
1554
          to get correct handling of return values that are false.
1555
          to get correct handling of return values that are false.
1555
          This fixes a bug in the odd recursion that involves the compat
1556
          This fixes a bug in the odd recursion that involves the compat
1556
          handler and e.g. lib/7.2/modules/__default.pmod which itself
1557
          handler and e.g. lib/7.2/modules/__default.pmod which itself
1557
          contains "#pike 7.2": The second time get_default_module is called
1558
          contains "#pike 7.2": The second time get_default_module is called
1558
          it'll resolve an unfinished program with "__default" and thus get a
1559
          it'll resolve an unfinished program with "__default" and thus get a
1559
          function pointer that evaluates to false.
1560
          function pointer that evaluates to false.
1560
        * bin/pike.in, src/Makefile.in, src/builtin_functions.c,
1561
        * bin/pike.in, src/Makefile.in, src/builtin_functions.c,
1561
          src/error.c: Set a breakpoint on pike_gdb_breakpoint by default
1562
          src/error.c: Set a breakpoint on pike_gdb_breakpoint by default
1562
          when gdb is started. Made it accessible from pike with
1563
          when gdb is started. Made it accessible from pike with
1563
          "_gdb_breakpoint" to make it convenient to enter gdb at a specific
1564
          "_gdb_breakpoint" to make it convenient to enter gdb at a specific
1564
          point in the pike code.
1565
          point in the pike code.
1565
1566
1566
 -- Marek Habersack <grendel@debian.org>  Wed, 25 Sep 2002 02:47:40 +0200
1567
 -- Marek Habersack <grendel@debian.org>  Wed, 25 Sep 2002 02:47:40 +0200
1567
1568
1568
pike7.3 (7.3.55-1) unstable; urgency=low
1569
pike7.3 (7.3.55-1) unstable; urgency=low
1569
1570
1570
  * Latest upstream version. The most important changes:
1571
  * Latest upstream version. The most important changes:
1571
        * src/modules/Gz/: configure.in, zlibmod.c: The Gz module now
1572
        * src/modules/Gz/: configure.in, zlibmod.c: The Gz module now
1572
          supports old versions of zlib again.  Most notably seek(), tell(),
1573
          supports old versions of zlib again.  Most notably seek(), tell(),
1573
          eof() and setparams() are now optionally implemented in Gz._file.
1574
          eof() and setparams() are now optionally implemented in Gz._file.
1574
        * lib/master.pike.in: Added include_prefix.
1575
        * lib/master.pike.in: Added include_prefix.
1575
        * src/builtin_functions.c: More information about the use and
1576
        * src/builtin_functions.c: More information about the use and
1576
          limits of mktime().
1577
          limits of mktime().
1577
        * src/main.c: Now calls tzset() to initialize timezone et al.
1578
        * src/main.c: Now calls tzset() to initialize timezone et al.
1578
        * lib/modules/Protocols.pmod/LDAP.pmod/client.pike: add catch to
1579
        * lib/modules/Protocols.pmod/LDAP.pmod/client.pike: add catch to
1579
          prevent search from bombing out when talking to active directory
1580
          prevent search from bombing out when talking to active directory
1580
          servers. this is not a good fix, as the cause seems to be referrer
1581
          servers. this is not a good fix, as the cause seems to be referrer
1581
          data.
1582
          data.
1582
          This will need to be looked at more closely, but it at least allows
1583
          This will need to be looked at more closely, but it at least allows
1583
          us to talk to m$ systems.
1584
          us to talk to m$ systems.
1584
        * lib/modules/Protocols.pmod/LDAP.pmod/client.pike: fixed create()
1585
        * lib/modules/Protocols.pmod/LDAP.pmod/client.pike: fixed create()
1585
          so that connection is actually made when SSL support is not
1586
          so that connection is actually made when SSL support is not
1586
          present.
1587
          present.
1587
        * lib/master.pike.in: Added -x option to run tools from 
1588
        * lib/master.pike.in: Added -x option to run tools from 
1588
	  Tools.Standalone.
1589
	  Tools.Standalone.
1589
1590
1590
 -- Marek Habersack <grendel@debian.org>  Fri, 13 Sep 2002 15:44:33 +0200
1591
 -- Marek Habersack <grendel@debian.org>  Fri, 13 Sep 2002 15:44:33 +0200
1591
1592
1592
pike7.3 (7.3.53-1) unstable; urgency=low
1593
pike7.3 (7.3.53-1) unstable; urgency=low
1593
1594
1594
  * Latest upstream version. The most important changes:
1595
  * Latest upstream version. The most important changes:
1595
        * src/modules/Perl/perlmod.c: Adjustment to work better with Perl
1596
        * src/modules/Perl/perlmod.c: Adjustment to work better with Perl
1596
          5.8.0, plus a few minor layout changes to make the code nicer to
1597
          5.8.0, plus a few minor layout changes to make the code nicer to
1597
          read.
1598
          read.
1598
        * lib/modules/Local.pmod: Added support for specifying paths using
1599
        * lib/modules/Local.pmod: Added support for specifying paths using
1599
          the PIKE_LOCAL_PATH environment variable.
1600
          the PIKE_LOCAL_PATH environment variable.
1600
        * src/language.yacc: Fixed typing for intranges with bignum
1601
        * src/language.yacc: Fixed typing for intranges with bignum
1601
          intervals.
1602
          intervals.
1602
        * lib/modules/Stdio.pmod/GZipFile.pike: Added basic support for
1603
        * lib/modules/Stdio.pmod/GZipFile.pike: Added basic support for
1603
          reading and writing gzip files.  This is the first version and it
1604
          reading and writing gzip files.  This is the first version and it
1604
          is still a bit experimental.  Uses Gz._file() for lowlevel support.
1605
          is still a bit experimental.  Uses Gz._file() for lowlevel support.
1605
        * src/modules/Gz/zlibmod.c: Added basic support for reading and
1606
        * src/modules/Gz/zlibmod.c: Added basic support for reading and
1606
          writing gzip files.  Lowlevel functions are located in Gz._file().
1607
          writing gzip files.  Lowlevel functions are located in Gz._file().
1607
        * src/builtin_functions.c: Fixed incorrect info about rusage() and
1608
        * src/builtin_functions.c: Fixed incorrect info about rusage() and
1608
          added a bit more description about some of the items.
1609
          added a bit more description about some of the items.
1609
        * src/language.yacc: Added the "global" keyword to
1610
        * src/language.yacc: Added the "global" keyword to
1610
          magic_identifiers so it can be used after ->.
1611
          magic_identifiers so it can be used after ->.
1611
        * src/pike_types.c: parse_type() now supports the syntax
1612
        * src/pike_types.c: parse_type() now supports the syntax
1612
          object(this_program), and defaults to implements mode.
1613
          object(this_program), and defaults to implements mode.
1613
        * src/modules/Postgres/: configure.in, pgres_config.h.in,
1614
        * src/modules/Postgres/: configure.in, pgres_config.h.in,
1614
          postgres.c: this makes the Postgres module detect/work correctly
1615
          postgres.c: this makes the Postgres module detect/work correctly
1615
          with the PostgreSQL 7.2+
1616
          with the PostgreSQL 7.2+
1616
1617
1617
 -- Marek Habersack <grendel@debian.org>  Sun,  1 Sep 2002 00:22:22 +0200
1618
 -- Marek Habersack <grendel@debian.org>  Sun,  1 Sep 2002 00:22:22 +0200
1618
1619
1619
pike7.3 (7.3.51-4) unstable; urgency=low
1620
pike7.3 (7.3.51-4) unstable; urgency=low
1620
1621
1621
  * Enabled the Pike security.
1622
  * Enabled the Pike security.
1622
  * Build-conflicts with libutahglx since the latter doesn't conform
1623
  * Build-conflicts with libutahglx since the latter doesn't conform
1623
    to the Linux OpenGL ABI
1624
    to the Linux OpenGL ABI
1624
  * Added correct build dependencies for Debian/Sid
1625
  * Added correct build dependencies for Debian/Sid
1625
1626
1626
 -- Marek Habersack <grendel@debian.org>  Fri, 23 Aug 2002 02:47:22 +0200
1627
 -- Marek Habersack <grendel@debian.org>  Fri, 23 Aug 2002 02:47:22 +0200
1627
1628
1628
pike7.3 (7.3.51-3) unstable; urgency=low
1629
pike7.3 (7.3.51-3) unstable; urgency=low
1629
1630
1630
  * Added the -svg package.
1631
  * Added the -svg package.
1631
  * Most packages now link to the -core doc directory.
1632
  * Most packages now link to the -core doc directory.
1632
1633
1633
 -- Marek Habersack <grendel@debian.org>  Sat, 10 Aug 2002 21:27:04 +0200
1634
 -- Marek Habersack <grendel@debian.org>  Sat, 10 Aug 2002 21:27:04 +0200
1634
1635
1635
pike7.3 (7.3.51-2) unstable; urgency=low
1636
pike7.3 (7.3.51-2) unstable; urgency=low
1636
1637
1637
  * The Debian packaging setup merged with the upstream sources under
1638
  * The Debian packaging setup merged with the upstream sources under
1638
    the packaging/debian/ directory.
1639
    the packaging/debian/ directory.
1639
  * Patches previously applied to the sources before generating the 
1640
  * Patches previously applied to the sources before generating the 
1640
    Debian diff are now applied on the compile time.
1641
    Debian diff are now applied on the compile time.
1641
  * Most packages depend on pikeX.Y-core now.
1642
  * Most packages depend on pikeX.Y-core now.
1642
1643
1643
 -- Marek Habersack <grendel@debian.org>  Tue,  6 Aug 2002 00:36:53 +0200
1644
 -- Marek Habersack <grendel@debian.org>  Tue,  6 Aug 2002 00:36:53 +0200
1644
1645
1645
pike7.3 (7.3.51-1) unstable; urgency=low
1646
pike7.3 (7.3.51-1) unstable; urgency=low
1646
1647
1647
  * Latest CVS snapshot
1648
  * Latest CVS snapshot
1648
  * the -crypto and -gz packages are merged with the core Pike package.
1649
  * the -crypto and -gz packages are merged with the core Pike package.
1649
  * the -doc package is split into -manual and -reference and
1650
  * the -doc package is split into -manual and -reference and
1650
  * The pike7.3 package became a meta package that installs a subset
1651
  * The pike7.3 package became a meta package that installs a subset
1651
    of all the Pike packages present in Debian. This subset makes up a
1652
    of all the Pike packages present in Debian. This subset makes up a
1652
    recommended Pike environment for most systems.
1653
    recommended Pike environment for most systems.
1653
1654
1654
 -- Marek Habersack <grendel@debian.org>  Wed, 31 Jul 2002 23:35:18 +0200
1655
 -- Marek Habersack <grendel@debian.org>  Wed, 31 Jul 2002 23:35:18 +0200
1655
1656
1656
pike7.3 (7.3.49-2) unstable; urgency=low
1657
pike7.3 (7.3.49-2) unstable; urgency=low
1657
1658
1658
  * Latest CVS snapshot
1659
  * Latest CVS snapshot
1659
1660
1660
 -- Marek Habersack <grendel@debian.org>  Mon, 29 Jul 2002 10:23:44 +0200
1661
 -- Marek Habersack <grendel@debian.org>  Mon, 29 Jul 2002 10:23:44 +0200
1661
1662
1662
pike7.3 (7.3.49-1) unstable; urgency=low
1663
pike7.3 (7.3.49-1) unstable; urgency=low
1663
1664
1664
  * Latest CVS snapshot
1665
  * Latest CVS snapshot
1665
1666
1666
 -- Marek Habersack <grendel@debian.org>  Mon, 15 Jul 2002 23:21:33 +0200
1667
 -- Marek Habersack <grendel@debian.org>  Mon, 15 Jul 2002 23:21:33 +0200
1667
1668
1668
pike7.3 (7.3.47-1) unstable; urgency=low
1669
pike7.3 (7.3.47-1) unstable; urgency=low
1669
1670
1670
  * Latest CVS snapshot
1671
  * Latest CVS snapshot
1671
1672
1672
 -- Marek Habersack <grendel@debian.org>  Wed, 12 Jun 2002 18:13:12 +0200
1673
 -- Marek Habersack <grendel@debian.org>  Wed, 12 Jun 2002 18:13:12 +0200
1673
1674
1674
pike7.3 (7.3.45-1) unstable; urgency=low
1675
pike7.3 (7.3.45-1) unstable; urgency=low
1675
1676
1676
  * Latest CVS snapshot
1677
  * Latest CVS snapshot
1677
1678
1678
 -- Marek Habersack <grendel@debian.org>  Fri, 17 May 2002 16:41:09 +0200
1679
 -- Marek Habersack <grendel@debian.org>  Fri, 17 May 2002 16:41:09 +0200
1679
1680
1680
pike7.3 (7.3.41-1) unstable; urgency=low
1681
pike7.3 (7.3.41-1) unstable; urgency=low
1681
1682
1682
  * Initial Release.
1683
  * Initial Release.
1683
1684
1684
 -- Marek Habersack <grendel@debian.org>  Sun,  5 May 2002 01:34:05 +0200
1685
 -- Marek Habersack <grendel@debian.org>  Sun,  5 May 2002 01:34:05 +0200
1685
1686