cvs: smarty / NEWS /libs Config_File.class.php Smarty.class.php Smarty_Compiler.class.php

[email protected] ("Monte Ohrt") Sun, 28 May 2006 17:35:05 -0000
Newsgroups php.smarty.cvs
Message-ID <cvsmohrt1148837705@cvsserver>
mohrt		Sun May 28 17:35:05 2006 UTC

  Modified files:              
    /smarty	NEWS 
    /smarty/libs	Config_File.class.php Smarty.class.php 
                	Smarty_Compiler.class.php 
  Log:
  update version numbers
  
  
http://cvs.php.net/viewcvs.cgi/smarty/NEWS?r1=1.531&r2=1.532&diff_format=u
Index: smarty/NEWS
diff -u smarty/NEWS:1.531 smarty/NEWS:1.532
--- smarty/NEWS:1.531	Thu May 25 14:46:18 2006
+++ smarty/NEWS	Sun May 28 17:35:05 2006
@@ -1,3 +1,7 @@
+Version 2.6.14 (May 28th, 2006)
+-------------------------------
+- fix compiler bug allowing php tags in secure templates
+  (boots,monte)
 - un-hide hidden xml open tags (boots)
 - fix handling of block-methods of registered objects (El Hombre Gris,
   messju)
http://cvs.php.net/viewcvs.cgi/smarty/libs/Config_File.class.php?r1=1.84&r2=1.85&diff_format=u
Index: smarty/libs/Config_File.class.php
diff -u smarty/libs/Config_File.class.php:1.84 smarty/libs/Config_File.class.php:1.85
--- smarty/libs/Config_File.class.php:1.84	Wed Jan 18 19:02:52 2006
+++ smarty/libs/Config_File.class.php	Sun May 28 17:35:05 2006
@@ -18,14 +18,14 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  * @link http://smarty.php.net/
- * @version 2.6.13-dev
+ * @version 2.6.15-dev
  * @copyright Copyright: 2001-2005 New Digital Group, Inc.
  * @author Andrei Zmievski <[email protected]>
  * @access public
  * @package Smarty
  */
 
-/* $Id: Config_File.class.php,v 1.84 2006/01/18 19:02:52 mohrt Exp $ */
+/* $Id: Config_File.class.php,v 1.85 2006/05/28 17:35:05 mohrt Exp $ */
 
 /**
  * Config file reading class
http://cvs.php.net/viewcvs.cgi/smarty/libs/Smarty.class.php?r1=1.524&r2=1.525&diff_format=u
Index: smarty/libs/Smarty.class.php
diff -u smarty/libs/Smarty.class.php:1.524 smarty/libs/Smarty.class.php:1.525
--- smarty/libs/Smarty.class.php:1.524	Wed Jan 18 19:02:52 2006
+++ smarty/libs/Smarty.class.php	Sun May 28 17:35:05 2006
@@ -27,10 +27,10 @@
  * @author Monte Ohrt <monte at ohrt dot com>
  * @author Andrei Zmievski <[email protected]>
  * @package Smarty
- * @version 2.6.13-dev
+ * @version 2.6.15-dev
  */
 
-/* $Id: Smarty.class.php,v 1.524 2006/01/18 19:02:52 mohrt Exp $ */
+/* $Id: Smarty.class.php,v 1.525 2006/05/28 17:35:05 mohrt Exp $ */
 
 /**
  * DIR_SEP isn't used anymore, but third party apps might
@@ -464,7 +464,7 @@
      *
      * @var string
      */
-    var $_version              = '2.6.13-dev';
+    var $_version              = '2.6.15-dev';
 
     /**
      * current template inclusion depth
http://cvs.php.net/viewcvs.cgi/smarty/libs/Smarty_Compiler.class.php?r1=1.381&r2=1.382&diff_format=u
Index: smarty/libs/Smarty_Compiler.class.php
diff -u smarty/libs/Smarty_Compiler.class.php:1.381 smarty/libs/Smarty_Compiler.class.php:1.382
--- smarty/libs/Smarty_Compiler.class.php:1.381	Thu May 25 14:46:18 2006
+++ smarty/libs/Smarty_Compiler.class.php	Sun May 28 17:35:05 2006
@@ -21,12 +21,12 @@
  * @link http://smarty.php.net/
  * @author Monte Ohrt <monte at ohrt dot com>
  * @author Andrei Zmievski <[email protected]>
- * @version 2.6.13-dev
+ * @version 2.6.15-dev
  * @copyright 2001-2005 New Digital Group, Inc.
  * @package Smarty
  */
 
-/* $Id: Smarty_Compiler.class.php,v 1.381 2006/05/25 14:46:18 boots Exp $ */
+/* $Id: Smarty_Compiler.class.php,v 1.382 2006/05/28 17:35:05 mohrt Exp $ */
 
 /**
  * Template compiling class