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