[PP-svn] SF.net SVN: projectpier: [113] ProjectPier/Branches/0.8.0.x
Brought to you by:
projectpier
|
From: <mik...@us...> - 2008-02-11 11:09:49
|
Revision: 113
http://projectpier.svn.sourceforge.net/projectpier/?rev=113&view=rev
Author: miknight
Date: 2008-02-11 03:09:54 -0800 (Mon, 11 Feb 2008)
Log Message:
-----------
Added 0.8.0.1 ChangeLog entries and version numbering
Modified Paths:
--------------
ProjectPier/Branches/0.8.0.x/application/functions.php
ProjectPier/Branches/0.8.0.x/changes.txt
ProjectPier/Branches/0.8.0.x/version.php
Modified: ProjectPier/Branches/0.8.0.x/application/functions.php
===================================================================
--- ProjectPier/Branches/0.8.0.x/application/functions.php 2008-02-11 10:51:37 UTC (rev 112)
+++ ProjectPier/Branches/0.8.0.x/application/functions.php 2008-02-11 11:09:54 UTC (rev 113)
@@ -149,7 +149,7 @@
*/
function product_version() {
// 0.6 is the last version that comes without PRODUCT_VERSION constant that is set up
- return defined('PRODUCT_VERSION') ? PRODUCT_VERSION : '0.8.0';
+ return defined('PRODUCT_VERSION') ? PRODUCT_VERSION : '0.8.0.1';
} // product_version
/**
Modified: ProjectPier/Branches/0.8.0.x/changes.txt
===================================================================
--- ProjectPier/Branches/0.8.0.x/changes.txt 2008-02-11 10:51:37 UTC (rev 112)
+++ ProjectPier/Branches/0.8.0.x/changes.txt 2008-02-11 11:09:54 UTC (rev 113)
@@ -3,6 +3,15 @@
ProjectPier Change Log
~~~~~~~~~~~~~~~~~~~~~~
+----------------------------
+Version 0.8.0.1 12 Feb 2008
+----------------------------
+
+- Fixed (Node 665) - multiple XSS vulnerabilities
+- Fixed (Node 629) - XSRF when deleting companies, users or projects
+- Fixed (Node 455) - code unified to coding standards
+- Changed all files to be in Unix text file format
+
----------------------------------------------------------
Version 0.8.0 Release Candidate 1 (0.8.0RC1) 03 Sept 2007
----------------------------------------------------------
Modified: ProjectPier/Branches/0.8.0.x/version.php
===================================================================
--- ProjectPier/Branches/0.8.0.x/version.php 2008-02-11 10:51:37 UTC (rev 112)
+++ ProjectPier/Branches/0.8.0.x/version.php 2008-02-11 11:09:54 UTC (rev 113)
@@ -13,6 +13,6 @@
*
*/
- return '0.8.0';
+ return '0.8.0.1';
?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|