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