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