Subversion Repositories

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

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

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