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