cvs: smarty / NEWS /libs Config_File.class.php Smarty.class.php Smarty_Compiler.class.php
"Monte Ohrt" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmohrt1068744952@cvsserver> |
mohrt Thu Nov 13 12:35:52 2003 EDT
Modified files:
/smarty NEWS
/smarty/libs Config_File.class.php Smarty.class.php
Smarty_Compiler.class.php
Log:
commit RC3 tags
Index: smarty/NEWS
diff -u smarty/NEWS:1.402 smarty/NEWS:1.403
--- smarty/NEWS:1.402 Thu Nov 13 11:51:47 2003
+++ smarty/NEWS Thu Nov 13 12:35:51 2003
@@ -1,3 +1,6 @@
+Version 2.6.0-RC3 (Nov 13, 2003)
+--------------------------------
+
- fix handling of $var.key inside [] (messju)
- fix handling of assign inside {insert}-tags (messju)
- fix handling if [...] inside triple-quotes in config-files (messju)
Index: smarty/libs/Config_File.class.php
diff -u smarty/libs/Config_File.class.php:1.55 smarty/libs/Config_File.class.php:1.56
--- smarty/libs/Config_File.class.php:1.55 Wed Nov 5 04:21:23 2003
+++ smarty/libs/Config_File.class.php Thu Nov 13 12:35:52 2003
@@ -24,14 +24,14 @@
* http://smarty.php.net/
*
* @link http://smarty.php.net/
- * @version 2.6.0-RC2-cvs
+ * @version 2.6.0-RC3-cvs
* @copyright Copyright: 2001-2003 ispi of Lincoln, Inc.
* @author Andrei Zmievski <[email protected]>
* @access public
* @package Smarty
*/
-/* $Id: Config_File.class.php,v 1.55 2003/11/05 09:21:23 messju Exp $ */
+/* $Id: Config_File.class.php,v 1.56 2003/11/13 17:35:52 mohrt Exp $ */
/**
* Config file reading class
* @package Smarty
Index: smarty/libs/Smarty.class.php
diff -u smarty/libs/Smarty.class.php:1.455 smarty/libs/Smarty.class.php:1.456
--- smarty/libs/Smarty.class.php:1.455 Thu Nov 13 11:50:33 2003
+++ smarty/libs/Smarty.class.php Thu Nov 13 12:35:52 2003
@@ -40,10 +40,10 @@
* @author Monte Ohrt <[email protected]>
* @author Andrei Zmievski <[email protected]>
* @package Smarty
- * @version 2.6.0-RC2-cvs
+ * @version 2.6.0-RC3-cvs
*/
-/* $Id: Smarty.class.php,v 1.455 2003/11/13 16:50:33 messju Exp $ */
+/* $Id: Smarty.class.php,v 1.456 2003/11/13 17:35:52 mohrt Exp $ */
/**
* DIR_SEP isn't used anymore, but third party apps might
@@ -490,7 +490,7 @@
*
* @var string
*/
- var $_version = '2.6.0-RC2-cvs';
+ var $_version = '2.6.0-RC3-cvs';
/**
* current template inclusion depth
Index: smarty/libs/Smarty_Compiler.class.php
diff -u smarty/libs/Smarty_Compiler.class.php:1.294 smarty/libs/Smarty_Compiler.class.php:1.295
--- smarty/libs/Smarty_Compiler.class.php:1.294 Thu Nov 13 11:51:47 2003
+++ smarty/libs/Smarty_Compiler.class.php Thu Nov 13 12:35:52 2003
@@ -34,12 +34,12 @@
* @link http://smarty.php.net/
* @author Monte Ohrt <[email protected]>
* @author Andrei Zmievski <[email protected]>
- * @version 2.6.0-RC2-cvs
+ * @version 2.6.0-RC3-cvs
* @copyright 2001-2003 ispi of Lincoln, Inc.
* @package Smarty
*/
-/* $Id: Smarty_Compiler.class.php,v 1.294 2003/11/13 16:51:47 messju Exp $ */
+/* $Id: Smarty_Compiler.class.php,v 1.295 2003/11/13 17:35:52 mohrt Exp $ */
/**
* Template compiling class
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php