1.1 --- a/public_html/admin/install/lib-install.php Sun Jan 02 10:10:28 2011 +0100
1.2 +++ b/public_html/admin/install/lib-install.php Sun Jan 02 11:01:30 2011 +0100
1.3 @@ -56,7 +56,7 @@
1.4 * This constant defines Geeklog's version number. It will be written to
1.5 * siteconfig.php and the database (in the latter case minus any suffix).
1.6 */
1.7 - define('VERSION', '1.7.1');
1.8 + define('VERSION', '1.7.1sr1');
1.9 }
1.10 if (!defined('XHTML')) {
1.11 define('XHTML', ' /');
2.1 --- a/public_html/docs/english/changes.html Sun Jan 02 10:10:28 2011 +0100
2.2 +++ b/public_html/docs/english/changes.html Sun Jan 02 11:01:30 2011 +0100
2.3 @@ -16,6 +16,12 @@
2.4 <a href="../history">ChangeLog</a>. The file <tt>docs/changed-files</tt> has a
2.5 list of files that have been changed since the last release.</p>
2.6
2.7 +<h2><a name="changes171sr1">Geeklog 1.7.1sr1</a></h2>
2.8 +
2.9 +<p>This release fixes an XSS in the admin's configuration panel, reported by
2.10 +Aung Khant of the YGN Ethical Hacker Group.</p>
2.11 +
2.12 +
2.13 <h2><a name="changes171">Geeklog 1.7.1</a></h2>
2.14
2.15 <h3>New Features and Improvements</h3>
2.16 @@ -87,6 +93,12 @@
2.17 you!</p>
2.18
2.19
2.20 +<h2><a name="changes161sr2">Geeklog 1.6.1sr2</a></h2>
2.21 +
2.22 +<p>This release fixes an XSS in the admin's configuration panel, reported by
2.23 +Aung Khant of the YGN Ethical Hacker Group.</p>
2.24 +
2.25 +
2.26 <h2><a name="changes161sr1">Geeklog 1.6.1sr1</a></h2>
2.27
2.28 <p>This release fixes a vulnerability to dictionary attacks in the autologin,
3.1 --- a/public_html/docs/history Sun Jan 02 10:10:28 2011 +0100
3.2 +++ b/public_html/docs/history Sun Jan 02 11:01:30 2011 +0100
3.3 @@ -1,5 +1,14 @@
3.4 Geeklog History/Changes:
3.5
3.6 +Jan 2, 2011 (1.7.1sr1)
3.7 +------------
3.8 +
3.9 +This release addresses the following security issue:
3.10 +
3.11 +Aung Khant of the YGN Ethical Hacker Group reported an XSS in the admin's
3.12 +configuration panel.
3.13 +
3.14 +
3.15 Oct 31, 2010 (1.7.1)
3.16 ------------
3.17
3.18 @@ -316,6 +325,15 @@
3.19 - Added support for query highlighting [Dirk]
3.20
3.21
3.22 +Jan 2, 2011 (1.6.1sr2)
3.23 +------------
3.24 +
3.25 +This release addresses the following security issue:
3.26 +
3.27 +Aung Khant of the YGN Ethical Hacker Group reported an XSS in the admin's
3.28 +configuration panel.
3.29 +
3.30 +
3.31 May 9, 2010 (1.6.1sr1)
3.32 ------------
3.33