Bluepearl Design
Go Back   Bluepearl Design > Announcements > RSS Feeds

phpBB3 Release Candidate 5 (RC5) released

RSS Feeds from Bluepearl-Blog.com, vBulletin.com and phpBB.com
    

Reply
 
LinkBack Thread Tools Display Modes
Old 08-25-2007, 07:48 AM   #1 (permalink)
 
Bluepearl Feeds's Avatar
 
Title: RSS Feeds
Join Date: Jun 2007
Posts: 129
Rep Power: 2 Bluepearl Feeds is on a distinguished road
Arrow phpBB3 Release Candidate 5 (RC5) released

Hello,<br /><br />We are very pleased to announce the availability of the phpBB3 RC5 package. This is the fifth (and hopefully last) release candidate which is meant to become the Gold release if no more critical problems arise.<br /><br />For release candidates full support is given, allowing language packs as well as modifications and styles. We only give support to those having a clean RC installation or updates from previous release candidates. Previous conversions or updates from betas <span style="font-weight: bold">will not be supported here</span>. We encourage only those running the release candidates wanting to test out the new version, it is still recommended to wait for the full release; after all this is a release <span style="font-weight: bold">candidate</span>.<br />Please also note that we urge you to update - we only support the latest version. Bug reports submitted for previous releases will be closed as well as only the latest version being supported here.<br /><br />RC5 has seen some improvements as well as fixing some critical bugs. Some important fixes are for example:<br /><br /><ul><li>[Sec] Added alternative tokens to custom BBCodes which are safe for CSS/Javascript and changed TEXT token to entitise opening and closing parantheses.</li><li>[Feature] New constant PHPBB_EMBEDDED can be used to let phpBB not call exit; if wrapped/embedded (We may re-check this constant on other code locations later too)</li><li>[Feature] append_sid() having a check for the function append_sid_phpbb_hook(). This function is called in favour of append_sid() with the exact same parameters if present.</li><li>[Feature] Add "DECIMAL:", "PDECIMAL", and "PDECIMAL:" to the schema creation code (Bug #13999) - patch provided by poyntesm</li><li>[Feature] Display message history in compose PM screen</li><li>[Change] Made group avatar/rank changes more intuitive</li><li>[Change] Do not force login on visiting topic/forum from notification emails (Bug #1381</li><li>[Change] For new posts or editing the first post topic titles have a maxlength of 60 characters. For any subsequent posts the length is extended to 64 to make room for the Re: part, but cutting at 60 characters. The maxlength need to be 64, else users using opera are unable to post (opera does not allow pre-filling a field with more characters than specified within the maxlength attribute)</li><li>[Change] Added a filter for user objects to LDAP configuration and improved explanations (Bug #12627)</li><li>[Fix] Properly display ban reason if selecting banned entries within the ACP (Bug #13896)</li><li>[Fix] Properly parse SQL expressions for Oracle (Bug #13916)</li><li>[Fix] Display locked icon in viewforum/prosilver if forum locked (Bug #14009)</li><li>[Fix] Fixed cron_lock value for cron execution. This bug led to users having problems with the email queue and other cron related issues.</li><li>[Fix] Prevent white pages on php notices with gzip compression enabled (Bug #14096)</li><li>[Fix] Let the theme immediately expire if changed from ACP for at least 30 minutes after change</li><li>[Fix] If sending PM's to groups only include activated member (Bug #14040)</li><li>[Fix] Correctly wrap words in emails containing utf8 characters (Bug #14109)</li><li>[Fix] Disable gzip compression for cached stylesheet for Internet Explorer 6 or empty browser (IE6 is not able to properly display the compressed stylesheet) (Bug #14054)</li><li>[Fix] Header icons fixed in FF for RTL languages (Bug #14084)</li><li>[Fix] Allow line breaks in custom BBCodes (Bug #1075</li><li>[Fix] Convert 2.0 moderator posting permissions (Bug #14105)</li><li>[Fix] odbc_autocommit causing existing result sets to be dropped (Bug #14182)</li></ul><br /><br />Please refer to the changelog for a complete list of fixes since RC4:<br /><br /><!-- m --><a class="postlink" href="http://www.phpbb.com/support/documents.php?mode=changelog&version=3">http://www.phpbb.com/support/documents. ... &version=3</a><!-- m --><br /><br />A short explanation of how to do a conversion, installation or update is included within the provided INSTALL.html file, please be sure to read it. If you want to be on the safe side we suggest still waiting for later releases before you fully convert your 2.0.x installation.<br /><br /><span style="font-size: 117%; line-height: 116%;"><span style="font-weight: bold">Minimum Requirements</span></span><br /><br />phpBB3 has a few requirements which must be met before you are able to install and use it.<br /><br /><ul><li>A webserver or web hosting account running on any major Operating System with support for PHP</li><li>A SQL database system, one of:<br /><ul><li>MySQL 3.23 or above (MySQLi supported)</li><li>PostgreSQL 7.3+</li><li>SQLite 2.8.2+</li><li>Firebird 2.0+</li><li>MS SQL Server 2000 or above (directly or via ODBC)</li><li>Oracle</li></ul></li><li><span style="font-weight: bold">PHP 4.3.3+ (>=4.3.3, >4.4.x, >5.x.x, >6.0-dev (compatible))</span> with support for the database you intend to use.</li><li>getimagesize() function need to be enabled</li><li>These optional presence of the following modules within PHP will provide access to additional features, but they are not required.<br /><ul><li>zlib Compression support</li><li>Remote FTP support</li><li>XML support</li><li>Imagemagick support</li><li>GD Support</li></ul></li></ul><br />The presence of each of these optional modules will be checked during the installation process.<br /><br /><span style="font-size: 117%; line-height: 116%;"><span style="font-weight: bold">Security</span></span><br /><br />Security issues found should be reported to our <a href="http://www.phpbb.com/bugs/security/" class="postlink">security tracker</a> in the usual way.<br /><br /><span style="font-size: 117%; line-height: 116%;"><span style="font-weight: bold">Available packages</span></span><br /><br />If you experience problems with the automatic update (white screens, timeouts, etc.) we recommend using the "changed files only" or "patch" method for updating.<br /><br />With this release, there are four packages available.<br /><ul><li><span style="font-weight: bold">Full Package</span><br />Contains entire phpBB3 source and english language files.</li><li><span style="font-weight: bold">Changed Files Only</span><br />Contains only those files changed from previous versions of phpBB3. Please note this archive contains changed files for each previous release.</li><li><span style="font-weight: bold">Patch Files</span><br />Contains patch compatible patches from previous versions of phpBB3.</li><li><span style="font-weight: bold">Automatic Update Package</span><br />Update package for the automatic updater, containing the changes from previous release to this release.</li></ul>Select whichever package is most suitable for you.<br /><br /><span style="font-size: 80%; line-height: 116%;"><span style="font-weight: bold"><span style="text-decoration: underline">Please ensure you read the INSTALL and README documents in docs/ before proceeding with installation, updates or conversions!</span></span></span>.<br /><br /><span style="font-weight: bold">The automatic update package does not include the file includes/utf/data/recode_cjk.php. If you use a SJIS encoding or a variant you should replace this file manually with the version included within the full package.</span><br /><br /><span style="font-size: 117%; line-height: 116%;"><span style="font-weight: bold">Download/Documentation</span></span><br /><br /><ul><li><a href="http://www.phpbb.com/downloads/" class="postlink">phpBB Downloads</a></li><li><a href="http://www.phpbb.com/development/" class="postlink">phpBB3 development section</a></li><li><a href="http://www.phpbb.com/support/documentation/3.0/" class="postlink">phpBB3 Documentation</a></li><li><a href="http://www.phpbb.com/phpBB/viewforum.php?f=46" class="postlink">phpBB3 support forum</a></li><li><a href="http://www.phpbb.com/bugs/phpbb3/" class="postlink">phpBB3 bug tracker</a></li><li><a href="http://area51.phpbb.com/docs/coding-guidelines.html" class="postlink">phpBB3 Coding Guidelines</a></li><li><a href="http://area51.phpbb.com/docs/code/" class="postlink">phpBB3 Sourcecode Documentation</a></li></ul><br /><br />Have fun with the release,<br />the phpBB Team

More...
Bluepearl Feeds is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-26-2007, 04:46 AM   #2 (permalink)
 
Fragalot's Avatar
 
Title: Ipood
Join Date: Nov 2004
Location: belgium west-flandres
Age: 19
Posts: 4,436
Images: 1
Rep Power: 9 Fragalot is on a distinguished road
Send a message via ICQ to Fragalot Send a message via MSN to Fragalot Send a message via Yahoo to Fragalot
Re: phpBB3 Release Candidate 5 (RC5) released

fail.
Fragalot is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-26-2007, 03:32 PM   #3 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: phpBB3 Release Candidate 5 (RC5) released

whoops need to disable HTML from RSS feeds hehe,
Cant wait until phpBB3 goes gold
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads for: phpBB3 Release Candidate 5 (RC5) released
Thread Thread Starter Forum Replies Last Post
phpBB3 Release Candidate 7 (RC7) released Bluepearl Feeds RSS Feeds 1 10-21-2007 03:10 AM
phpBB3 Release Candidate 7 (RC7) released Bluepearl Feeds RSS Feeds 1 10-15-2007 02:38 PM
phpBB3 Release Candidate 3 (RC3) released Bluepearl Feeds RSS Feeds 0 07-09-2007 06:42 AM
phpBB3 Release Candidate 2 (RC2) released Bluepearl Feeds RSS Feeds 0 06-25-2007 09:13 AM
phpBB3 Release Candidate 1 (RC1) released Bluepearl Feeds RSS Feeds 0 06-25-2007 09:13 AM


  
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Bluepearl Templates

All times are GMT +11. The time now is 01:51 AM.

 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52