The secure CMS.

Welcome to Geeklog
Saturday, February 04 2012 @ 02:24 AM EST

Geeklog 1.6.0 BETA 3

Announcements

The third beta version of Geeklog 1.6.0 is now available for download.

This version fixes a few more issues with the new search, addresses the XSS reported for the install script, and also includes a more prominent reminder to remove the install script after installation or upgrade.

The main reason for this third beta (instead of it being rc1), however, is the last-minute addition of a new minor security feature to prevent "clickjacking". This feature requires support from the browser, though, and is currently only implemented in IE 8 and Safari 4. Other browsers will surely add support shortly.

Story Options

Trackback

Trackback URL for this entry: http://www.geeklog.net/trackback.php/geeklog-1.6.0b3

Here's what others have to say about 'Geeklog 1.6.0 BETA 3':

Geeklog 1.6.0rc1 - Geeklog
[...] The first Release Candidate for Geeklog 1.6.0 is now available for download. There were only a few changes over beta 3, mostly in the install script. As the name "release candidate" suggests, we don't expect any more significant changes now, [...] [read more]
Tracked on Sunday, June 28 2009 @ 12:11 PM EDT

Disponible Geeklog 1.6.0.RC1 - Soporte Geeklog Hispano
[...] la versión Geeklog 1.6.0 ahora disponible para descargar. Solo tiene nuevos cambios de la versión beta 3ecto al guón de instalación. sugieren que si no han probado las versiones betas, esta podría ser una [...] [read more]
Tracked on Monday, June 29 2009 @ 03:31 PM EDT

Geeklog 1.6.0 BETA 3 | 1 comments | Create New Account
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Geeklog 1.6.0 BETA 3
Authored by: Tsuchi on Wednesday, June 24 2009 @ 07:29 PM EDT

public_html/admin/install/index.php
line 985
Before it corrects it
. htmlspecialchar($dbconfig_file) . '" size="50"' . XHTML . '></p>' . LB;
Before it corrects it
. htmlspecialchars($dbconfig_file) . '" size="50"' . XHTML . '></p>' . LB;