genau diese Info wollte ich haben...
Ich war mir nur nicht ganz sicher da die update-datei ein neues Datum hatte, ich aber keine Aenderungen feststellen konnte...

Danke und Gruss
Underhill
Einige Sicherheitsloecher und Patches wurden gefixed:exchange-planet hat geschrieben:Ich habe es auch gemacht, aber kann mir mal jemand sagen, was das Update bewirkt hat??
Grusshttp://www.phpbb.com/phpBB/viewtopic.php?f=14&t=302011 hat geschrieben:Fixed critical issue with highlighting - Discovered and fix provided by Ron van Daal
Url descriptions able to be wrapped over more than one line again
Fixed bug with eAccelerator in admin_ug_auth.php
Check new_forum_id for existence in modcp.php - alessnet
Prevent uploading avatars with no dimensions - Xpert
Fixed bug in usercp_register.php, forcing avatar file removal without updating avatar informations within the database - HenkPoley
Fixed bug in admin re-authentication redirect for servers not having index.php as one of their default files set
Code: Alles auswählen
$patterns[] = "#\[url=([\w]+?://[^ \"\n\r\t<]*?)\]([^?].*?)\[/url\]#i";
$replacements[] = $bbcode_tpl['url3'];
// [url=www.phpbb.com]phpBB[/url] code.. (no xxxx:// prefix).
$patterns[] = "#\[url=((www|ftp)\.[^ \"\n\r\t<]*?)\]([^?].*?)\[/url\]#i";
Code: Alles auswählen
$patterns[3] = "#\[url=([a-z]+?://){1}([a-z0-9\-\.,\?!%\*_\#:;~\\&$@\/=\+\(\)]+)\]([^?].*?)\[/url\]#si";
$replacements[3] = $bbcode_tpl['url3'];
// [url=www.phpbb.com]phpBB[/url] code.. (no xxxx:// prefix).
$patterns[4] = "#\[url=([a-z0-9\-\.,\?!%\*_\#:;~\\&$@\/=\+\(\)]+)\]([^?].*?)\[/url\]#si";