Subversion Repositories

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

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

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