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