[Google]
 
WebLinuxElectrons™

phpBB 2.0.22 Released

ApplicationThe phpBB Group announces the release of phpBB 2.0.22. This release addresses several bugfixes and some security issues. Language pack authors may note that one additional language variable had been added.

As with all new releases, the phpBB Group urges you to update as soon as possible. This download is available on the downloads page at:
http://www.phpbb.com/downloads.php

There are four packages available to simplify your update:
  1. The Full Package contains entire phpBB2 source and English language package.
  2. The Changed Files Only contains only those files changed from previous versions of phpBB. Please note this archive contains changed files for each previous release.
  3. Patch Files contains patch compatible patches from the previous versions of phpBB.
  4. The Code Changes contain step-by-step instructions in MOD format for updating heavily MODified installs.
Select whichever package is most suitable for you. The phpBB Group recommends that you read the INSTALL and README documents in docs/ before proceeding with installation or updates!

It is important that you carry out BOTH parts of the update - updating the files and running the database update script - for updates to be complete.

The changelog (contained within this release) is as follows:
  • Check for user's existence prior to showing email form
  • New members of moderator groups should always become moderators (Bug #382)
  • Proper message when replying to non-existant topics (Bug #459)
  • Changed column type of search_array to store more ids (Bug #4058)
  • Fixed annoyance with font-size selector (Bug #4612)
  • Fix optimize line in database updater (Bug #6186)
  • Check for the avatar upload directory reinforced
  • Changes to the criteria for "bad" redirection targets - kellanved
  • Fixed a non-persistent XSS issue in private messaging
  • Fixing possible negative start parameter - SpiderZ.
  • Added session checks to various forms - kellanved