Ei mitään näkyvää, bugi korjauksia sun muuta. Palveluntarjoaja päivitti tänään servunsa ja siellä muuttui php versio, se aiheuttaa vBulletin 2.2.5 kanssa ongelmia, joten päivitys oli pakollinen.
---------------------------------------------------
Changes to allow vB to work when register_globals is disabled
Fixed a few PHP 4.2+ specific issues
Report.php now takes into account whether the email functions are enabled
Fixed more smilies link in vbcode.js
Buddies will no longer show as being online when they've just logged out
Fixed a potential escaping error in poll.php
Added sessionhash to missing link in forumdisplay.php
Fixed templates used in private.php
Ensure $perpage is > 1 if specified in showthread.php
Global.php no longer loads the forum jump when the server is too busy
Fixed Apache 2/PHP 4.2.0 bug related to getenv()
Fixed Apache 2/PHP 4.2.0 bug related to setcookie() -- to use the workaround add:
define('USE_COOKIE_WORKAROUND', 1);
to your config.php!
Fixed typo in variable initialization in newthread.php
Fixed bug where a different username could be specified on top of your own when posting a new thread
Email notifications are now only sent out when a post is actually inserted into the database
Additional validity checking on the homepage field
Fixed bug that allowed bypassing of custom title maximum length
Htmlspecialchars()/censor attachment filenames before displaying
Fixed bug preventing mods from making global announcements
Explain/showqueries are now disabled unless you are running in debug mode (not recommended)
Fixed bug where last poster data could be incorrect
Fixed bug where guests could possibly be ignored
ASCII 173/160 are no longer allowed in messages (replaced with _)
Improved thread deletion performance when there are no attachments
Fixed bug in homemade is_uploaded_file() function where upload directory wouldn't be determined correctly