Subversion Repositories

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

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

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