]> scripts.mit.edu Git - autoinstallsdev/phpBB.git/blob - docs/CHANGELOG.html
phpBB 2.0.19
[autoinstallsdev/phpBB.git] / docs / CHANGELOG.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html">
5 <meta http-equiv="Content-Style-Type" content="text/css">
6 <title>phpBB 2.0.x :: Changelog</title>
7 <link rel="stylesheet" href="../templates/subSilver/subSilver.css" type="text/css" />
8 <style type="text/css">
9 <!--
10 p,ul,td {font-size:10pt;}
11 .h2 {font-size:15pt;font-weight:bold;color:red}
12 .h3 {font-size:12pt;color:blue}
13 //-->
14 </style>
15 </head>
16 <body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#006699">
17
18 <table width="100%" border="0" cellspacing="0" cellpadding="10" align="center">
19         <tr>
20                 <td class="bodyline"><table width="100%" border="0" cellspacing="0" cellpadding="0">
21                         <tr>
22                                 <td>
23
24 <table width="100%" border="0" cellspacing="0" cellpadding="0">
25         <tr>
26                 <td><img src="../templates/subSilver/images/logo_phpBB.gif" border="0" alt="phpBB 2 : Creating Communities" vspace="1" /></a></td>
27                 <td align="center" width="100%" valign="middle"><span class="maintitle">phpBB 2.0.x CHANGELOG</span></td>
28         </tr>
29 </table>
30
31 <!-- BEGIN DOCUMENT -->
32 <ol>
33 <li><a href="#changelog">Changelog</a></li>
34 <ol type="i">
35         <li><a href="#2018">Changes since 2.0.18</a></li>
36         <li><a href="#2017">Changes since 2.0.17</a></li>
37         <li><a href="#2016">Changes since 2.0.16</a></li>
38         <li><a href="#2015">Changes since 2.0.15</a></li>
39         <li><a href="#2014">Changes since 2.0.14</a></li>
40         <li><a href="#2013">Changes since 2.0.13</a></li>
41         <li><a href="#2012">Changes since 2.0.12</a></li>
42         <li><a href="#2011">Changes since 2.0.11</a></li>
43         <li><a href="#2010">Changes since 2.0.10</a></li>
44         <li><a href="#209">Changes since 2.0.9</a></li>
45         <li><a href="#208">Changes since 2.0.8</a></li>
46         <li><a href="#207">Changes since 2.0.7</a></li>
47         <li><a href="#206">Changes since 2.0.6</a></li>
48         <li><a href="#205">Changes since 2.0.5</a></li>
49         <li><a href="#204">Changes since 2.0.4</a></li>
50         <li><a href="#203">Changes since 2.0.3</a></li>
51         <li><a href="#202">Changes since 2.0.2</a></li>
52         <li><a href="#201">Changes since 2.0.1</a></li>
53         <li><a href="#200">Changes since 2.0.0</a></li>
54         <li><a href="#final">Changes since RC-4</a></li>
55         <li><a href="#rc4">Changes since RC-3</a></li>
56         <li><a href="#rc3">Changes since RC-2</a></li>
57         <li><a href="#rc2">Changes since RC-1</a></li>
58         <li><a href="#rc1">Changes since RC-1 (pre)</a></li>
59 </ol>
60 <li><a href="#disclaimer">Disclaimer</a></li>
61 </ol>
62
63 <a name="changelog"></a><h2 class="h2"><u>1. Changelog</u></h2>
64
65 <p>This is a non-exhaustive (but still near complete) changelog for phpBB 2.0.x including beta and release candidate versions. Our thanks to all those people who've contributed bug reports and code fixes.</p>
66
67 <a name="2018"></a><h3 class="h3">l.i. Changes since 2.0.18</h3>
68
69 <ul>
70 <li>[Fix] corrected index on session keys table under MS SQL</li>
71 <li>[Fix] added session keys table to backup</li>
72 <li>[Fix] delete session keys entries when deleting user</li>
73 <li>[Fix] changes to support MySQL 5.0</li>
74 <li>[Fix] changes to some of the admin files to improve efficiency and remove a potential error condition when building the menu</li>
75 <li>[Fix] change truncation of username length in usercp_register.php - BFUK</li>
76 <li>[Fix] incorrect path to avatars in admin_users.php (Bug #667)</li>
77 <li>[Fix] fixed get_userdata to support correct sql escaping (non-mysql dbs) - jarnaez</li>
78 <li>[Fix] fixed captcha for those not having the zlib extension enabled</li>
79 <li>[Change] Placed version information above who is online in admin panel for better visual presence</li>
80 <li>[Sec] fixed XSS issue (only valid for Internet Explorer) within the url bbcode</li>
81 <li>[Sec] fixed XSS issue (only valid for Internet Explorer) if html tags are allowed and enabled</li>
82 <li>[Sec] added configurable maximum login attempts to prevent dictionary attacks</li>
83 </ul>
84
85
86 <a name="2017"></a><h3 class="h3">l.ii. Changes since 2.0.17</h3>
87
88 <ul>
89 <li>[Fix] incorrect handling of password resets if admin activation is enabled (Bug #88)</li>
90 <li>[Fix] retrieving category rows in index.php (Bug #90)</li>
91 <li>[Fix] improved index performance by determining the permissions before iterating through all forums (Bug #91)</li>
92 <li>[Fix] wrong topic redirection after login redirect (Bug #94)</li>
93 <li>[Fix] improved handling of username lists in admin_ug_auth.php (Bug #98)</li>
94 <li>[Fix] incorrect removal of bbcode_uid values if bbcode has been turned off (Bug #100)</li>
95 <li>[Fix] correctly preview signature if editing other users posts (Bug #101)</li>
96 <li>[Fix] incorrect alt tag on generated search images in groupcp.php, viewtopic.php and usercp_viewprofile.php (Bug #102)</li>
97 <li>[Fix] consistent forum ordering in all dropdown boxes (Bug #106)</li>
98 <li>[Fix] correctly get compression status in page_tail.php and page_footer_admin.php (Bug #117)</li>
99 <li>[Fix] set page title on summary page of groupcp.php (bug #125)</li>
100 <li>[Fix] correctly test style and avatar in usercp_register.php (bug #129 and #317)</li>
101 <li>[Fix] handling of reactivation notifications if admin activation is enabled (Bug #145)</li>
102 <li>[Fix] handling of both forms of translation information used in language packs (Bug #159)</li>
103 <li>[Fix] key length for activation keys fixed in usercp_sendpassword.php (Bug #171)</li>
104 <li>[Fix] use GENERAL_MESSAGE constant in message_die instead of MESSAGE (Bug #176)</li>
105 <li>[Fix] incorrect handling of move stubs (Bug #179)</li>
106 <li>[Fix] wrong mode_type in memberlist (Bug #187)</li>
107 <li>[Fix] SQL errors when setting maximum PMs to 0 (Bug #188)</li>
108 <li>[Fix] removed unused variable from topic_notify email template (Bug #210)</li>
109 <li>[Fix] removed unset variable from smilies popup window title (Bug #224)</li>
110 <li>[Fix] removed duplicate template assignment from admin_board.php (Bug #226)</li>
111 <li>[Fix] incorrect search link for guest posts in modcp.php (Bug #254)</li>
112 <li>[Fix] all users removed from topics watch table on special occassions (Bug #271)</li>
113 <li>[Fix] correctly check returned value from strpos in append_sid function (Bug #275)</li>
114 <li>[Fix] correctly display username in private message notification (Bug #278)</li>
115 <li>[Fix] fixed "var-by-ref" errors (Bug #322)</li>
116 <li>[Fix] changed redirection to installation (Bug #325)</li>
117 <li>[Fix] added timout of 10 seconds to version check (Bug #348)</li>
118 <li>[Fix] fixed user_level default in postgresql schema file (Bug #444)</li>
119 <li>[Fix] multiple minor HTML issues with subSilver</li>
120 <li>[Change] deprecated the use of some PHP 3 compatability functions in favour of the native equivalents</li>
121 <li>[Change] added 60 days limit for grabbing unread topics in index.php</li>
122
123 <li>[Sec] backport of session keys system from olympus</li>
124 <li>[Sec] fixed email bans to use the same pattern as email validation and allow wildcard domain bans</li>
125 <li>[Sec] fixed validation of topic type when posting</li>
126 <li>[Sec] unset database password once it is no longer needed</li>
127 <li>[Sec] fixed potential to select images outside the specified path as avatars or smilies</li>
128 <li>[Sec] fix globals de-registration code for PHP5 - (Stefan Esser/Matt Kavanagh)</li>
129 <li>[Sec] changed avatar gallery code sections to prevent possible injection points (AnthraX101)</li>
130 <li>[Sec] signature field is not properly sanitised for user input when an error occurs while accessing the avatar gallery (AnthraX101)</li>
131 <li>[Sec] check to_username and ownership when editing a PM (AnthraX101)</li>
132 <li>[Sec] fixed ability to edit PM's you did not send (depablo84)</li>
133 <li>[Sec] compare imagetype on avatar uploading to match the file extension from uploaded file</li>
134 </ul>
135
136 <a name="2016"></a><h3 class="h3">l.iii. Changes since 2.0.16</h3>
137
138 <ul>
139 <li>Added extra checks to the deletion code in privmsg.php - reported by party_fan</li>
140 <li>Fixed XSS issue in IE using the url BBCode</li>
141 <li>Fixed admin activation so that you must have administrator rights to activate accounts in this mode - reported by ieure</li>
142 <li>Fixed get_username returning wrong row for usernames beginning with numerics - reported by Ptirhiik</li>
143 <li>Pass username through phpbb_clean_username within validate_username function - AnthraX101</li>
144 <li>Fixed PHP error in message_die function</li>
145 <li>Fixed incorrect generation of {postrow.SEARCH_IMG} tag in viewtopic.php - reported by Double_J</li>
146 <li>Also fixed above issue in usercp_viewprofile.php</li>
147 <li>Fixed incorrect setting of user_level on pending members if a group is granted moderator rights - reported by halochat</li>
148 <li>Fixed ordering of forums on admin_ug_auth.php to be consistant with other pages</li>
149 <li>Correctly set username on posts when deleting a user from the admin panel</li>
150 </ul>
151
152 <a name="2015"></a><h3 class="h3">l.iv. Changes since 2.0.15</h3>
153
154 <ul>
155 <li>Fixed critical issue with highlighting - <b>Discovered and fix provided by Ron van Daal</b></li>
156 <li>Url descriptions able to be wrapped over more than one line again</li>
157 <li>Fixed bug with eAccelerator in admin_ug_auth.php</li>
158 <li>Check new_forum_id for existence in modcp.php - <b>alessnet</b></li>
159 <li>Prevent uploading avatars with no dimensions - <b>Xpert</b></li>
160 <li>Fixed bug in usercp_register.php, forcing avatar file removal without updating avatar informations within the database - <b>HenkPoley</b></li>
161 <li>Fixed bug in admin re-authentication redirect for servers not having index.php as one of their default files set</li>
162 </ul>
163
164 <a name="2014"></a><h3 class="h3">l.v. Changes since 2.0.14</h3>
165
166 <ul>
167 <li>Fixed moderator status removal in groupcp.php</li>
168 <li>Removed newlines after ?&gt; on some files - <b>Thoul</b></li>
169 <li>Added admin re-authentication (admin needs to login seperatly to access the ACP) - backported from Olympus</li>
170 <li>Fixed vulnerability in url/bbcode handling functions - <b>PapaDos and Paul/Zhen-Xjell from CastleCops</b></li>
171 <li>Fixed issue in admin/admin_forums.php</li>
172 <li>Suppressed warning message for fsockopen in /includes/smtp.php - <b>Thoul</b></li>
173 <li>Fixed bug in admin/admin_smilies.php (admin is able to add empty smilies) - <b>Exy</b></li>
174 <li>Adjusted documents to reflect the urgent need to update the files too (not only running the database update script)</li>
175 <li>Updated the readme file</li>
176 <li>Added one new language variable</li>
177 <li>Added general error if accessing profile for a non-existent user</li>
178 <li>Changed session id generation to be more unique - <b>Henno Joosep</b></li>
179 <li>Fixed bug in highlight code to escape characters correctly</li>
180 <li>Reversed the 2.0.14 fix for postgresql because it produced more problems than it solves.</li>
181 <li>Added reference to article written by R45 about case-sensitivity in postgreSQL to the readme file</li>
182 <li>Fixed bypassing of validate_username on registration - Yen</li>
183 <li>Empty url/img bbcodes no longer get parsed</li>
184 </ul>
185
186 <a name="2013"></a><h3 class="h3">l.vi. Changes since 2.0.13</h3>
187
188 <ul>
189 <li>Hardened author and keyword search a bit to not allow very server intensive searches</li>
190 <li>Fixed full path disclosure in bad word parsing</li>
191 <li>Resetting complete userdata array in session code if authentication fails</li>
192 <li>Fixed bug in moderator control panel where certain parameters could lead to an "error creating new session" sql error</li>
193 <li>Fixed bug in session code where empty page ids could lead to an "error creating new session" sql error</li>
194 <li>Fixed html handling in signatures if html is turned off globally</li>
195 <li>Fixed install.php problem with PHP5 register_long_arrays option turned off</li>
196 <li>Fixed potential issues with styling system</li>
197 <li>Added correct class to login_body template file</li>
198 <li>Removed file db/oracle.php from package</li>
199 <li>Removed version number from message body page in /admin (if user is not an admin) - <b>mikelbeck</b></li>
200 <li>Fixed case-sensitivity issues in postgres7.php - <b>R45</b></li>
201 </ul>
202
203 <a name="2012"></a><h3 class="h3">l.vii. Changes since 2.0.12</h3>
204
205 <ul>
206 <li>Ommitted preg_replace warning in viewtopic due to improper working of preg_quote in PHP - originally reported by matrix_killer, fix submitted by another party</li>
207 <li>Fixed high severity issue in session handling allowing everyone gaining administrator rights. Please update as soon as possible.</li>
208 <li>Minimum requirements raised to PHP 4.0.3 or above due to fixing vulnerability issues breaking PHP3 compatibility.</li>
209 </ul>
210
211 <a name="2011"></a><h3 class="h3">l.viii. Changes since 2.0.11</h3>
212
213 <ul>
214 <li>Added confirm table to admin_db_utilities.php</li>
215 <li>Prevented full path display on critical messages</li>
216 <li>Fixed full path disclosure in username handling caused by a PHP 4.3.10 bug - <b>AnthraX101</b></li>
217 <li>Added exclude list to unsetting globals (if register_globals is on) - <b>SpoofedExistence</b></li>
218 <li>Fixed arbitrary file disclosure vulnerability in avatar handling functions - <b>AnthraX101</b></li>
219 <li>Fixed arbitrary file unlink vulnerability in avatar handling functions - <b>AnthraX101</b></li>
220 <li>Removed version number from powered by line</li>
221 <li>Merged database update files to update_to_latest.php file</li>
222 <li>Fixed path disclosure bug in search.php caused by a PHP 4.3.10 bug (related to AnthraX101's discovery)</li>
223 <li>Fixed path disclosure bug in viewtopic.php caused by a PHP 4.3.10 bug - <b>matrix_killer</b></li>
224 </ul>
225
226 <a name="2010"></a><h3 class="h3">l.ix. Changes since 2.0.10</h3>
227
228 <ul>
229 <li>Fixed vulnerability in highlighting code (<b>very high severity, please update your installation as soon as possible</b>)</li>
230 <li>Fixed unsetting global vars - <b>Matt Kavanagh</b></li>
231 <li>Fixed XSS vulnerability in username handling - <b>AnthraX101</b></li>
232 <li>Fixed not confirmed sql injection in username handling - <b>warmth</b></li>
233 <li>Added check for empty topic id in topic_review function</li>
234 <li>Added visual confirmation mod to code base</li>
235 </ul>
236
237 <a name="209"></a><h3 class="h3">l.x. Changes since 2.0.9</h3>
238
239 <ul>
240 <li>Fixed deleting of styles in admin_styles.php</li>
241 <li>Fixed wrong unsetting of variables introduced in phpBB 2.0.9, making the board non-functional for users with specific php.ini settings</li>
242 <li>Added code to let phpBB work with PHP5 for those having register_long_arrays set to off (default settings) - running phpBB 2.0.x with PHP5 is not supported at http://www.phpbb.com.</li>
243 <li>Fixed bug in admin_board.php for board settings having single quotes in it</li>
244 <li>Fixed "search by author" in search.php. Now it is possible to search for users with special chars in their name too</li>
245 <li>Fixed forum jumpbox propagating session id in moderator control pages</li>
246 <li>Added check for newlines at redirecting pages, to prevent http response splitting attacks - <b>Ory Segal and Amit Klein</b></li>
247 <li>Fixed visual confirmation code. The image was not created due to a wrong regular expression.</li>
248 </ul>
249
250 <a name="208"></a><h3 class="h3">l.xi. Changes since 2.0.8</h3>
251
252 <ul>
253 <li>Fixed one vulnerability in admin_board.php - <b>Xore</b></li>
254 <li>Added checking for proper session id characters to sessions and viewtopic to prevent injections - <b>Bartlomiej Korupczynski</b></li>
255 <li>Fixed injection vulnerabilities possible with linked avatars</li>
256 <li>Implemented unsetting globalised variables</li>
257 <li>Limited confirm switch to POST variable in posting</li>
258 <li>Changed IP code in common.php to prevent IP spoofing, which might introduce some problems with private IP Ranges showing up. - <b>Wang Products</b></li>
259 <li>Updated visual confirmation mod [pre-edited files]</li>
260 <li>Moved obtaining word censors in modcp out of topic generation loop [increased performance/lower query count] - spotted by <b>R45</b></li>
261 <li>Added the ability to link to https/ftps sites using the img bbcode tag</li>
262 <li>Fixed user online information in admin/index.php</li>
263 <li>Fixed getting group moderator in groupcp.php if running oracle backend - spotted by <b>pakman</b></li>
264 <li>Fixed use of non-existing result variable in modcp (poster_id instead of user_id)</li>
265 <li>Fixed several vulnerabilities (XSS, SQL Injection and path disclosure) only possible with register_globals enabled - <b>Matthew C. Kavanagh, Janek Vind</b></li>
266 <li>Fixed problem with SID not delivered to next page in groupcp.php</li>
267 </ul>
268
269 <a name="207"></a><h3 class="h3">l.xii. Changes since 2.0.7</h3>
270
271 <ul>
272 <li>Fixed several vulnerabilities in admin pages</li>
273 <li>Fixed sid checking code in admin/pagestart.php</li>
274 <li>Fixed injection vulnerabilities possible with the img bbcode tag</li>
275 <li>Limited allowed images in img bbcode tag to jpg, jpeg, gif and png</li>
276 <li>Fixed redirect problems - 2.0.7a</li>
277 <li>Fixed sql injection vulnerability in search - 2.0.7a</li>
278 <li>Fixed sql injection vulnerability in privmsg - 2.0.8a</li>
279 </ul>
280
281 <a name="206"></a><h3 class="h3">1.xiii. Changes since 2.0.6</h3>
282
283 <ul>
284 <li>Fixed several vulnerabilities in modcp - <b>Robert Lavierck</b></li>
285 <li>Changed whois lookup address within admin index</li>
286 <li>Fixed potential vulnerability in viewtopic postorder - 2.0.6d</li>
287 <li>Updates to cope with Zend Optimizer 2.5 problems - 2.0.6d - <b>jetset</b></li>
288 <li>Force specialcharing of redirect variable in login - <b>Pit</b></li>
289 <li>Fixed potential vulnerability in viewtopic postdays - <b>GulfTech Security Research</b></li>
290 <li>Fixed potential vulnerability in viewforum topicdays - <b>GulfTech Security Research</b></li>
291 <li>Fixed potential vulnerability in modcp</li>
292 <li>Fixed potential vulnerability in avatar gallery</li>
293 </ul>
294
295 <a name="205"></a><h3 class="h3">1.xiv. Changes since 2.0.5</h3>
296
297 <ul>
298 <li>Fixed various email issues</li>
299 <li>Fixed registration email bug with Administrator Confirmation used</li>
300 <li>Fixed mass emailer</li>
301 <li>Fixed long post time issue</li>
302 <li>Fixed bug with usernames containing single quotes</li>
303 <li>Fixed word list bug - Word boundaries were not considered</li>
304 <li>Fixed vulnerability in style admin</li>
305 <li>Fixed sql injection vulnerability in viewtopic</li>
306 <li>Fixed vulnerability allowing server side variable access in search - <b>tendor</b></li>
307 <li>Fixed potential vulnerability in 2.0.5 login username entry - <b>throw away/eomer</b></li>
308 <li>Fixed sql injection with reset date format field in profile - <b>tendor</b></li>
309 </ul>
310
311 <a name="204"></a><h3 class="h3">1.xv. Changes since 2.0.4</h3>
312
313 <ul>
314 <li>Removed user facing session_id checks</li>
315 <li>Fixed user self-activation after deactivation</li>
316 <li>Fixed incorrect functioning of phpbb_realpath</li>
317 <li>Fixed wrong path to database schema files within the upgrade script</li>
318 <li>Fixed double quote problem with username validation</li>
319 <li>Allow & within email addresses</li>
320 <li>Fixed email validation for banned email addresses</li>
321 <li>Removed underline from email domain validation</li>
322 <li>Fixed redirection for sentbox folder, installation and email</li>
323 <li>Fixed poll deletion</li>
324 <li>Fixed Mozilla navigation bar</li>
325 <li>Fixed URL bbcode parsing</li>
326 <li>Fixed database timeouts while searching the forums</li>
327 <li>Fixed wrong email return path in admin mass mailing - <b>netclectic</b></li>
328 <li>Fixed MS-SQL failures within the update script</li>
329 <li>Fixed memberlist sort order</li>
330 <li>Fixed not showing leading spaces within Code BBCode</li>
331 <li>Fixed problem with adding double quotes to subject titles</li>
332 <li>Remove username input field from profile when user cannot change name</li>
333 <li>Fixed pagination error with highlighting</li>
334 <li>Fixed errors if no smilies are installed</li>
335 <li>Fixed CSS issues with IE 5.2 on MacOS X</li>
336 <li>Fixed missing sid propagation problem within the Moderator Control Panel</li>
337 <li>Fixed language variables within Authentication error output</li>
338 <li>Removed doubled CSS class definitions within input fields</li>
339 <li>Fixed username change within the Administration Panel</li>
340 <li>Added missing &lt;tr&gt; tags to index_body.tpl</li>
341 <li>Added missing username language variable to admin index page</li>
342 <li>Fixed moderator status update if a usergroup got deleted</li>
343 <li>Fixed poll handling upon post edit</li>
344 <li>Fixed remove common words from search table if post get pruned - <b>Nuttzy99</b></li>
345 <li>Fixed behaviour on splitting topics if no checkbox is selected</li>
346 <li>Anonymous is no longer displayed within Username dropdown boxes</li>
347 <li>Fixed viewprofile redirection if an invalid mode was specified</li>
348 <li>Fixed fraction settings within determining common words - <b>Novan</b></li>
349 <li>Prevent admin change usernames to his own within the ACP</li>
350 <li>Activation email is sent to all admins</li>
351 <li>Fixed conversion of &amp; to &amp;amp; in appropriate cases</li>
352 <li>Fixed display of "greater than topics per page" announcements preventing display of normal posts</li>
353 <li>Added variable checks to database backup and restore screen</li>
354 <li>Prevented pm popup window from resetting after visiting avatar gallery</li>
355 <li>Fixed special character handling with word censor</li>
356 <li>Added SID to jumpbox</li>
357 <li>Fixed problems with usernames using html special chars</li>
358 <li>Added GMT + 13 to English lang_main, all translators are encouraged to do likewise</li>
359 <li>Deleted doubled 'U_MEMBERLIST' assignment from page_header.php</li>
360 <li>Fixed wrong display of Signature Checkbox while editing Private Message</li>
361 <li>Fixed disappearing post text if emoticon was inserted directly after pressing a BBCode button</li>
362 <li>Display correct alt-tag for smilies within postings</li>
363 <li>Prevented the ability to apply BBCode to website contents</li>
364 <li>Fixed maxlength issue with password field in login_body.tpl</li>
365 <li>Fixed possible username duplication issue with validation and username length</li>
366 <li>Fixed split words function to handle additional foreign characters</li>
367 <li>Changed empty email To Field to use a non-disclosure delimiter</li>
368 <li>Fixed wrong language var in install.php - FTP Config screen</li>
369 <li>Fixed alt tag for locked topic images in viewforum_body.tpl</li>
370 <li>Fixed typo in groupcp.php - $lang['Unsub_success'] instead of $lang['Usub_success']</li>
371 <li>Fixed timezone display</li>
372 <li>Fixed wrong display of author quote tag within profile - <b>Cl1mh4224rd</b></li>
373 <li>Added deletion of sessions of users whose account is deactivated</li>
374 <li>Added mail header X-MimeOLE to the emailer class</li>
375 <li>Prevent registration if user is logged in or user trying to register again</li>
376 <li>Prevent usage of char(255) in usernames</li>
377 <li>Added check for additional FORWARDED_FOR IP's - <b>cosmos</b></li>
378 <li>Fixed handling of non-selection of option when voting</li>
379 <li>Fixed potential xss issue with memberslist mode</li>
380 <li>Default English support for visual confirmation - translators are encouraged to support this</li>
381 </ul>
382
383 <a name="203"></a><h3 class="h3">1.xvi. Changes since 2.0.3</h3>
384
385 <ul>
386 <li>Fixed cross-browser scripting issue with highlight param</li>
387 <li>Back-ported highlighting code from phpBB 2.2</li>
388 <li>Add session id validation to posting, profile, email, voting - <b>Edwin van Vliet</b></li>
389 <li>Added {S_HIDDEN_FIELDS} template var to profile_send_email.tpl</li>
390 <li>Added "intval" fix for flood check, may resolve some issues</li>
391 <li>Added missing index to post_id for search_wordmatch</li>
392 <li>Fixed spelling error in search add words preventing use of stopword list</li>
393 <li>Fixed issue with search common words not being run</li>
394 <li>Introduce viewtopic resync patch by Ashe</li>
395 <li>Replace a for n in templating code</li>
396 <li>Fixed ordering in memberslist</li>
397 <li>Fixed group_id sequence issues with pgsql and msaccess</li>
398 <li>Fixed assumption of word censors in user notification</li>
399 <li>Fixed incorrect display of quotes in user management fields</li>
400 <li>Fixed entry of special chars in all profile fields - note this may cause temporary issues</li>
401 <li>Fixed incorrect display of quotes when using avatar gallery</li>
402 <li>Fixed missing username in email sent to users when admin activated</li>
403 <li>Added check for non-empty smiley code and url in smiley admin</li>
404 <li>Prevent display of -- sig seperator in emails when no board sig exists</li>
405 <li>Fixed URL propagated sid issues with jumpbox</li>
406 <li>Fixed wrong mode name check (polldelete) in functions_post</li>
407 <li>Added missing root path to l10n image path check</li>
408 <li>Remove validation of fields when deleting a user</li>
409 <li>Fixed sort mode select box in memberslist to default to current mode</li>
410 <li>Deny inline topic review listing to users without auth_read permissions</li>
411 <li>Prevent display of topic notification checkbox if user cannot read forum</li>
412 <li>Remove incorrect pre-pending of IP to uploaded avatars</li>
413 <li>Fixed deletion of uploaded avatars when changing to remote/gallery</li>
414 <li>Added check for non-blank line during install schema/basic sql ops</li>
415 <li>Added sort ordering to Top Ten poster listing by request</li>
416 <li>Fixed incorrect error report when altering case of username</li>
417 <li>Added jumpbox output to modcp {JUMPBOX} will now work</li>
418 <li>Fixed non-updating of users with MOD levels when deleting a forum</li>
419 <li>Remove email to group moderator when approving new members</li>
420 <li>Fixed non-handling of HTML in poll options</li>
421 <li>Fixed non-deletion of polls when deleting forum and its posts</li>
422 <li>Fixed moved shadow topic from being bumped upon reply</li>
423 <li>Changed field size of timezone to decimal(5,2) where applicable</li>
424 <li>Fixed missing sid append to URL when redirecting to newest reply</li>
425 <li>Fixed missing slashes in private IP preg check</li>
426 <li>Fixed session not setting userdata['user_id'] to ANON as appropriate</li>
427 <li>Added check for non-empty name in disallow admin</li>
428 <li>Fixed validation of SSL website addresses in profile</li>
429 <li>Fixed inability of admins to upload avatars via user admin panel</li>
430 <li>Fixed non-deletion of private message text upon full box overwrite</li>
431 <li>Fixed incorrect error message in smiley admin</li>
432 <li>Fixed incorrect alt-text for "Stop Watching Topic" image</li>
433 <li>Temporary fix for missing lang strings in forum admin - translators should update their packages if not done already</li>
434 <li>Use selected localisation during later stages of installation</li>
435 <li>Fixed non-check of permissions when deleting a topic via Moderator Control Panel</li>
436 <li>Fixed non-update of banlist upon user deletion</li>
437 <li>Check approved users boxes by default in usergroup approve form</li>
438 <li>Fixed non-appending of sid to backup meta refresh</li>
439 <li>Fixed non-notification of no support for certain databases in backup/restore</li>
440 <li>Added $images var to message die global declaration</li>
441 <li>Fixed wrong string, Private_message in Private Messaging</li>
442 <li>Add mail send result to error output</li>
443 <li>Fixed non-appending of sid to Mozilla nav bar menu items</li>
444 <li>Fixed incorrect profile linking from MSNM url in private messaging</li>
445 <li>Grammatical errors in English lang_main fixed - <b>Cluster</b></li>
446 <li>Allow deletion of avatar and simultaneous upload/linking/gallery selection</li>
447 <li>Fixed non-updating of user rank when changing from special to normal rank in rank admin</li>
448 <li>Changed user topic notification default in schemas to 0 (off)</li>
449 <li>Fixed non-XHTML compliant img tags in privmsg.php</li>
450 <li>Fixed non-deletion of announcements and polls when removing forum contents in forum admin</li>
451 <li>Fixed non-pruning of watched topics table when pruning related topics</li>
452 <li>Enable GET redirect on logout</li>
453 <li>Added check for IE6.x to viewtopic ICQ indicator javascript</li>
454 <li>Fixed empty username quoting with MS-SQL</li>
455 <li>Fixed BBCode url, magic url and img tags to allow most chars beyond domain names</li>
456 <li>Prevent parsing of -ve size values in BBCode size tag</li>
457 <li>Back ported HTML handler from 2.2, this may impact some boards which allow complex HTML - existing parser remains but commented out</li>
458 <li>Fixed parsing of word censors to not censor words within &lt; and &gt; tag delimiters</li>
459 <li>Fixed database utilities failing to backup data with MySQL</li>
460 <li>Fixed signature parsing in User Admin</li>
461 <li>Fixed missing class="post" tags in subSilver Admin templates</li>
462 <li>Fixes for paths under Apache2</li>
463 <li>Added wrap text with tag support for posting in Mozilla 1.1+</li>
464 <li>Fixed use of missing CSS classes in modcp_split, group_info_body, error_body and agreement</li>
465 <li>Fixed ability of users to edit polls even after they have received votes</li>
466 <li>Fixed header Location to be absolute URL as per HTTP 1.1 spec - noted by <b>PhilippK</b></li>
467 <li>Added additional session_id checks to MCP, topic subscription, PM and similar items</li>
468 <li>Fixed colour select box in posting_body to reset to Default colour after selection</li>
469 <li>Altered PM icon to show new image until messages have been read</li>
470 <li>Fixed incomplete deletion of PMs when removing the associated user</li>
471 <li>Fixed unread and new PM user counters to decrement appropriately in all situations</li>
472 <li>Fixed possible cross-site scripting issue with username search</li>
473 <li>Fixed some problems with gzip in combination with newer PHP versions and Mozilla</li>
474 <li>Fixed wrong maxlength in modcp_split.tpl subject field</li>
475 <li>Fixed inability to edit username of guest poster - <b>vHiker</b></li>
476 <li>Fixed ability for guests to post with certain registered usernames</li>
477 <li>Fixed various HTML issues to improve XHTML compliance - <b>Daz</b></li>
478 <li>Fixed missing template var {L_PM} for memberslist - <b>Daz</b></li>
479 <li>Fixed wrong key name for $images['Topic_un_watch'] - <b>Daz</b></li>
480 <li>Fixed missing template var {S_WATCH_TOPIC_IMG} for viewtopic - <b>Daz</b></li>
481 <li>Fixed missing default constraints for post table under MSSQL</li>
482 <li>Fixed incorrect field size for forum pruning - preventing days > 256</li>
483 <li>Fixed continuing redirect issues for broken web servers, e.g. IIS+CGI PHP</li>
484 <li>Fixed inability to use ftp as a protocol for the [img] tag</li>
485 <li>Fixed incorrect handling of [img] tags containing %20 encoded spaces</li>
486 <li>Added check for . within cookie_name, change to _ if present</li>
487 <li>Added SHOW_ONLINE constant to limit "users online" code operation to index and viewforum</li>
488 <li>Added "temporary" workaround for Apache2 + PHP module ignoring "private" cache header</li>
489 <li>Added workaround for modcp IP lookup and links to Anonymous user profile</li>
490 <li>Fixed broken bbcode parsing of quotes containing bbcode in the "username"</li>
491 <li>Fixed excess slashes in [quote=""] first pass encoding</li>
492 <li>Fixed rendering issue with quote button under Mozilla - <b>Daz</b></li>
493 <li>Grammatical errors in remaining core lang files fixed - <b>Cluster</b></li>
494 <li>Fixed bbcode quote breaking when username contained ] before [</li>
495 <li>Fixed duplicate group_id error during upgrade of users from phpBB 1.x</li>
496 <li>Fixed stripslashes() problem with the conversion of the config table from phpBB 1.x</li>
497 <li>Rejiggled validation code, may eliminate "Username disallowed" issues</li>
498 <li>Fixed differing initial "public" setting of forum permissions between different files</li>
499 <li>Added check for invalid (non-compliant) email addresses to upgrade script</li>
500 <li>Further redirect workarounds for broken servers, please direct further issues to the vendors</li>
501 <li>Added GMT + 13 to English lang_main, all translators are encouraged to do likewise</li>
502 <li>Added switch to default_lang email template if user lang template no longer exists</li>
503 <li>Fixed javascript error when selecting smiley containing a single quote</li>
504 <li>Update users watched topic if a post they made is split into a new topic</li>
505 <li>Fixed situations where email templates contain incorrect or missing subject lines</li>
506 <li>Fixed error when searching for posts and no forums exist</li>
507 <li>Fixed potential SQL vulnerability with marking of private messages - <b>Ulf Harnhammar</b></li>
508 </ul>
509
510 <a name="202"></a><h3 class="h3">1.xvii. Changes since 2.0.2</h3>
511
512 <ul>
513 <li>Fixed potential cross-site scripting vulnerability with avatars - <b>Showscout</b></li>
514 <li>Fixed potential SQL rewrite issue in page header - <b>missing contrib</b></li>
515 <li>Fixed potential CSS/HTML rewrite on viewing in login - <b>Marc Rees</b></li>
516 <li>Fixed (hopefully) issue with MS Access and multiple pages</li>
517 </ul>
518
519 <a name="201"></a><h3 class="h3">1.xviii. Changes since 2.0.1</h3>
520
521 <ul>
522 <li>Fixed missing "username" lang variable in user admin template</li>
523 <li>Session work around for users behind rotating IPs - <b>vHiker</b></li>
524 <li>Fixed potential session user_id re-write - <b>Ashe</b></li>
525 <li>Fixed potential cross-browser scripting issue with BBCode URLs</li>
526 <li>Fixed potential gallery avatar exploit - <b>Ashe</b></li>
527 <li>Fix sorting of smileys on each function call - <b>Ashe/psoTFX</b></li>
528 <li>Clear topic_mod text output in viewtopic - <b>Lars</b></li>
529 <li>Fix regex for avatar remote urls</li>
530 <li>Fix non-updating of user post counts when deleting whole topics</li>
531 <li>Increase time limit when sending topic reply notifications</li>
532 <li>Set default forum when splitting topics</li>
533 <li>Fix non-deletion of uploaded avatars when switching to gallery</li>
534 <li>Removed various closing newlines from included files</li>
535 <li>Add MAX_ROWS to HEAP table alter in install/upgrade - <b>Ashe</b></li>
536 <li>Update username maxlength for subSilver templates</li>
537 <li>Allow <b>(</b> and <b>)</b> in BBCode [url] tags</li>
538 <li>Fix non-quoting of <b>#</b> in username validation regexs</li>
539 <li>Fix overlooked global var in private messaging</li>
540 <li>Possible fix for \r\n email templates issues</li>
541 <li>Fix missing str_replace for category title forum admin SQL</li>
542 <li>Fix trailing <b>,</b> when sending emails via smtp</li>
543 <li>Fix avatar issues in user admin</li>
544 <li>Fix improper checking of email address ban in sessions</li>
545 <li>Fix use of hard coded language strings in forum admin</li>
546 <li>Fix missing closing <b>)</b> in smilies admin</li>
547 <li>Fix missing Username label in user admin</li>
548 <li>Fix upgrade.php bug where conversion would not complete (and updated other scripts to match the changes)</li>
549 <li>Fix problem with redirect and login.php</li>
550 <li>Fix typo that could cause problems with sorting in the memberlist</li>
551 <li>Fix emailer to allow sending emails with language-specific character sets</li>
552 </ul>
553
554 <a name="200"></a><h3 class="h3">1.xix. Changes since 2.0.0</h3>
555
556 <ul>
557 <li>Fixed delete image bug for normal users</li>
558 <li>Fixed group control panel image links</li>
559 <li>Fixed missing L_POST variable in group control panel</li>
560 <li>Fixed missing user id when redirecting to email form after login</li>
561 <li>Fixed (a)ppend_sid function name error in group control panel</li>
562 <li>Fixed reset of post type when previewing a post</li>
563 <li>Fixed mass emailer include path error</li>
564 <li>Fixed potential SQL exploit</li>
565 <li>Fixed several minor subSilver issues</li>
566 <li>Fixed [quote] breaking HTML problem</li>
567 <li>Fixed problem with unclosed nested quotes</li>
568 <li>Fixed bad handling of automagic links at end of quotes</li>
569 <li>Fixed potential BBCode and avatar remote exploit</li>
570 <li>Altered email validation check to allow + in username as per RFC</li>
571 <li>Fixed incorrect behaviour with wildcards in disallowed usernames</li>
572 <li>Added missing append_sid for search view results as posts</li>
573 <li>Fixed incorrect clearing of current sessions for logged in users</li>
574 <li>Fixed user_timezone (cannot update user profile) problem</li>
575 <li>Added correct setting of moderator status for users during upgrade</li>
576 <li>Fixed handling of uploaded avatars if gallery avatar currently used</li>
577 <li>Fixed use of existing username for uploaded avatars</li>
578 <li>Fixed updating of topic reply stats when post is deleted</li>
579 <li>Fixed irrelevant error message when activating already active account</li>
580 <li>Fixed gzip compression problems with Netscape and some PHP versions</li>
581 <li>Fixed MS Access layer errors when using latest PHP versions</li>
582 <li>Fixed styles admin editing problems with MSSQL Server</li>
583 <li>Fixed logout issue when cancelling certain actions</li>
584 <li>Fixed missing text in certain admin links</li>
585 <li>Fixed opening of frame within frame when logging into admin</li>
586 <li>Fixed incorrect ordering of search results by time</li>
587 <li>Fixed fulltext searching failure with MS Access</li>
588 <li>Hopefully fixed fulltext search with non-latin single byte charsets</li>
589 <li>Enabled work-around support for some multi-byte charsets - <b>OOHOO</b></li>
590 <li>Re-enabled search indexing of all-numeric character sequences</li>
591 <li>Updated email banning to properly implement wildcards</li>
592 <li>Fixed missing extension in links from groupcp</li>
593 <li>Fixed lack of re-validation when changing email address</li>
594 <li>Added additional IP check when using HTTP_X_FORWARDED_FOR</li>
595 <li>Fixed non-display of delete icon when on second or greater topic page</li>
596 <li>Fixed problems with users/groups assigned multiple permissions</li>
597 <li>Fixed problem with - and + in search words - <b>Matthijs</b></li>
598 <li>Fixed improper handling for deletion of words from search table</li>
599 <li>Fixed support for <b>,</b> in automagic URLs as per RFC</li>
600 <li>Fixed circular reference SQL errors when deleting posts under MS Access</li>
601 <li>Fixed nested [code] problems</li>
602 <li>Added charset encoding headers for emails - <b>romutis</b></li>
603 <li>Fixed "Copy to self" emails to use correct language</li>
604 <li>Fixed pagination error when limiting previous days for viewforum</li>
605 <li>Decreased minimum search word size to 3 chars</li>
606 <li>Fixed deletion of one or more options from all polls when editing just one</li>
607 <li>Fixed checking of group memberships when promoting/demoting group moderators</li>
608 <li>Added database closure to admin frameset page</li>
609 </ul>
610
611 <a name="final"></a><h3 class="h3">1.xx. Changes since RC-4</h3>
612
613 <ul>
614 <li>Fixed improper report of general error when posting messages containing errors</li>
615 <li>Fixed post text being doubled up if it contained one or more &lt; without closing &gt;</li>
616 <li>Fixed pruning errors due to search function name change</li>
617 <li>Hopefully fixed various issues which led to incorrect reply and excess page counts</li>
618 <li>Fixed groupcp not displaying all email buttons to group moderator or admin</li>
619 <li>Fixed failure to display error notice when uploading oversized avatars</li>
620 <li>Hopefully corrected problem with viewonline displaying too few/many users online</li>
621 <li>Partially addressed issue with activation URLs >76 chars</li>
622 <li>Fixed additional search facilities failing to work or working incorrectly</li>
623 <li>Fixed search syntax highlighting</li>
624 <li>Addressed various webservers handling of page redirects</li>
625 <li>Fixed word censor not replacing first or last words</li>
626 <li>Fixed avatar height and width check for locally uploaded images</li>
627 <li>Hopefully fixed cache control header</li>
628 <li>Added check for PM box size limit of 0 to prevent div0 error</li>
629 <li>Fixed failure to fully delete PMs in outbox</li>
630 <li>Fixed display problem with polls</li>
631 <li>Fixed problem with guest username not being displayed for topic results in search</li>
632 <li>Fixed problem with quotes in various profile fields</li>
633 <li>Fixed schema problem with user_timezone</li>
634 <li>Fixed page display issue with MS Access</li>
635 <li>Fixed user level issue when altering user from user to admin and vice versa</li>
636 <li>Fixed incorrect parseing of some email templates</li>
637 <li>Reduced size of MS Access primer</li>
638 <li>Fixed various remaining usergroup display issues</li>
639 </ul>
640
641 <a name="rc4"></a><h3 class="h3">1.xxi. Changes since RC-3</h3>
642
643 <ul>
644 <li>Addressed serious security issue with included files</li>
645 <li>Fixed non-use of database table prefix name during upgrade</li>
646 <li>Split functions and profile into separate modules</li>
647 <li>Fixed (hopefully) remaining issues with colourisation of moderator usernames</li>
648 <li>Updated install to include entry of additional, required, information</li>
649 <li>Fixed (hopefully) AOL incompatibilities</li>
650 <li>Fixed non-display of moderators in index/viewforum</li>
651 <li>Fixed group control panel 'no groups exist' problems</li>
652 <li>Fix HTTP_X_FORWARDED_FOR spoofing possibility</li>
653 <li>Fix ignoring of private range IP's in HTTP_X_FORWARDED_FOR</li>
654 <li>Enable multiple wildcard email banning, eg. *name*@somewhere.tld</li>
655 <li>Fix problems with posts being truncated if containing &lt; and &gt; characters</li>
656 <li>Prevent URL, BBCode and most smiley parseing in [code][/code]</li>
657 <li>Fix problems with use of certain reserved chars in word censor list</li>
658 <li>Fix default search useage to be as described (was doing AND by default)</li>
659 <li>Fix various avatar issues with profile, gallery and viewtopic</li>
660 <li>Enable safe mode support for uploading avatars</li>
661 <li>Fix broken modcp IP view issue</li>
662 <li>Fix potential session_id re-write vulnerability</li>
663 <li>Finish localisation of days and months (AM/PM are not and will not be localised in 2.0)</li>
664 <li>Remove link to external subSilver stylesheet from default subSilver templates</li>
665 <li>Handle TRANSACTIONS correctly in MySQL 3.x (by returning correct responses)</li>
666 <li>Fix checkbox resetting problem while previewing posts</li>
667 <li>Fix a login redirect issue</li>
668 <li>Remove some additional unused fields during upgrade</li>
669 <li>Fix (hopefully) remaining ICQ overlay issue with view profile in subSilver</li>
670 </ul>
671
672 <a name="rc3"></a><h3 class="h3">1.xxii. Changes since RC-2</h3>
673
674 <ul>
675 <li>Fixed infamous install parse error</li>
676 <li>Major update of posting and related search functions (fixing various issues and increasing speed)</li>
677 <li>Fixed display of author and last poster names when both are different guest users</li>
678 <li>Fixed upgrade stall issues (hopefully!) and improved output</li>
679 <li>Fixed highlighting code for viewtopic and search</li>
680 <li>Reduced size of several files and functions</li>
681 <li>Moved localised images to sub-directories</li>
682 <li>Improved user feedback of disallowed usernames</li>
683 <li>Fixed various MSSQL bugs</li>
684 <li>Fixed installation of MSSQL/MSSQL-ODBC</li>
685 <li>Fixed security issue with upgrade.php</li>
686 <li>Finished implemention of various additional features</li>
687 <li>Fixed various user, group and forum permissions problems</li>
688 <li>Fixed issues with BBCode [ and ] (hopefully!)</li>
689 <li>Fixed autologin problems with MS IIS</li>
690 <li>Hopefully fixed problems with URIs in emails on some server configs</li>
691 <li>Fixed 'blank' profile and DB utilities problems on submit</li>
692 <li>Fixed incorrect language being used in email subjects</li>
693 <li>Fixed issues with incorrect private message new/unread counts</li>
694 <li>Fixed various PostgreSQL related errors</li>
695 <li>Automatically forward users to login screen in more situations</li>
696 <li>AEnabled (coloured) online indication of moderators and admins</li>
697 <li>Enabled maximum online user count</li>
698 <li>Altered online user count to ignore duplicate IPs (will now underestimate rather than overestimate)</li>
699 <li>Enabled viewing of users browsing each forum</li>
700 <li>Fixed (hopefully) display of overlayed ICQ icon in Netscape using subSilver</li>
701 <li>Fixed display of guest usernames for last post and author</li>
702 <li>Hidden usergroups are now completely hidden from view</li>
703 </ul>
704
705 <a name="rc2"></a><h3 class="h3">1.xxiii. Changes since RC-1</h3>
706
707 <ul>
708 <li>Fixed numerous PostgreSQL related issues</li>
709 <li>Significant updates and additions to the upgrade script</li>
710 <li>Various (missed) hard coded language strings fixed</li>
711 <li>Fixed viewforum error when no forum id specified</li>
712 <li>Fixed old constant name useage in search system</li>
713 <li>Fixed display of moved posts when viewing unanswered posts</li>
714 <li>Fixed failure of search for user and keyword when displaying as posts</li>
715 <li>Fixed PM popup notification</li>
716 <li>Fixed view more emoticon session page problem</li>
717 <li>Fixed view profile email links</li>
718 <li>Fixed display of websites in profile</li>
719 <li>Fixed backup database failure</li>
720 <li>Fixed MS Access schema error when posting topics</li>
721 <li>Fixed problem with hypenated/dotted DB names in MySQL 3.23.6+</li>
722 <li>Various other fixes and updates</li>
723 </ul>
724
725 <a name="rc1"></a><h3 class="h3">1.xxiv. Changes since RC-1 (pre)</h3>
726
727 <ul>
728 <li>Upgrade script completed for initial fully functional release</li>
729 <li>Sessions code updated</li>
730 <li>Mark read code updated and hopefully fixed</li>
731 <li>Significant changes to properly deal with \' for non-MySQL boards</li>
732 <li>mssql, msaccess and mssql-odbc DB classes re-written</li>
733 <li>Avatar issues addressed and fixed</li>
734 <li>Search (INSERT) bug using MySQL fixed</li>
735 <li>Search highlighting issues addressed</li>
736 <li>Search own/other users posts fixed</li>
737 <li>BBCode fixes for magic URIs and other issues</li>
738 <li>Template updates for subSilver</li>
739 <li>User and group permissions problems fixed</li>
740 <li>Forum management problems (deletion of forum causing category not to display) fixed</li>
741 <li>Pagination problem with groupcp fixed</li>
742 <li>Backslash issues with posting and profile fixed</li>
743 <li>Backslash issues with emails fixed</li>
744 <li>preg_quote problems fixed</li>
745 <li>User management updated with full avatar control and missing fields</li>
746 <li>Private messaging box limits fixed</li>
747 <li>Private messaging ?folder= strangeness fixed</li>
748 <li>Forum pruning code updated to cope with search system</li>
749 <li>Emoticon system in posting updated</li>
750 <li>BBCode FAQ link added to posting form</li>
751 <li>Language file updates to address concerns of translators</li>
752 <li>Various other bug fixes and updates</li>
753 </ul>
754
755 <p>Note that a full list of fixed bugs can be found at the bug tracker (see section on bug reporting <a href="README.html#bugs">here</a>)</p>
756
757 <a name="disclaimer"></a><h2 class="h2"><u>2. Copyright and disclaimer</u></h2>
758
759 <p>This application is opensource software released under the <a href="http://www.gnu.org/licenses/gpl.html" target="_new">GPL</a>. Please see source code and the Docs directory for more details. This package and its contents are Copyright © 2002 <a href="http://www.phpbb.com/" target="_new">phpBB Group</a>, All Rights Reserved.</p>
760
761 <!-- END DOCUMENT -->
762                                 </td>
763                         </tr>
764                 </table></td>
765         </tr>
766 </table>
767
768 </body>
769 </html>