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 | <cvsmohrt1065656614@cvsserver> |
mohrt Wed Oct 8 19:43:34 2003 EDT
Modified files:
/smarty NEWS
/smarty/libs Config_File.class.php Smarty.class.php
Smarty_Compiler.class.php
Log:
update version numbers to RC2
Index: smarty/NEWS
diff -u smarty/NEWS:1.396 smarty/NEWS:1.397
--- smarty/NEWS:1.396 Tue Sep 16 04:15:57 2003
+++ smarty/NEWS Wed Oct 8 19:43:33 2003
@@ -1,3 +1,6 @@
+Version 2.6.0-RC2 (Oct 8, 2003)
+-------------------------------
+
- apply modifiers only once to section-loop and foreach-from attrs (messju)
- remove use of _smarty_cached_paths-files (messju)
- remove Smarty::_plugin_implementation_exists() - use is_callable() (messju)
Index: smarty/libs/Config_File.class.php
diff -u smarty/libs/Config_File.class.php:1.52 smarty/libs/Config_File.class.php:1.53
--- smarty/libs/Config_File.class.php:1.52 Mon Aug 11 11:55:39 2003
+++ smarty/libs/Config_File.class.php Wed Oct 8 19:43:34 2003
@@ -24,14 +24,14 @@
* http://smarty.php.net/
*
* @link http://smarty.php.net/
- * @version 2.6.0-RC1-cvs
+ * @version 2.6.0-RC2-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.52 2003/08/11 15:55:39 mohrt Exp $ */
+/* $Id: Config_File.class.php,v 1.53 2003/10/08 23:43:34 mohrt Exp $ */
/**
* Config file reading class
* @package Smarty
Index: smarty/libs/Smarty.class.php
diff -u smarty/libs/Smarty.class.php:1.449 smarty/libs/Smarty.class.php:1.450
--- smarty/libs/Smarty.class.php:1.449 Mon Sep 15 10:30:56 2003
+++ smarty/libs/Smarty.class.php Wed Oct 8 19:43:34 2003
@@ -40,10 +40,10 @@
* @author Monte Ohrt <[email protected]>
* @author Andrei Zmievski <[email protected]>
* @package Smarty
- * @version 2.6.0-RC1-cvs
+ * @version 2.6.0-RC2-cvs
*/
-/* $Id: Smarty.class.php,v 1.449 2003/09/15 14:30:56 messju Exp $ */
+/* $Id: Smarty.class.php,v 1.450 2003/10/08 23:43:34 mohrt Exp $ */
/**
* DIR_SEP isn't used anymore, but third party apps might
@@ -490,7 +490,7 @@
*
* @var string
*/
- var $_version = '2.6.0-RC1-cvs';
+ var $_version = '2.6.0-RC2-cvs';
/**
* current template inclusion depth
Index: smarty/libs/Smarty_Compiler.class.php
diff -u smarty/libs/Smarty_Compiler.class.php:1.285 smarty/libs/Smarty_Compiler.class.php:1.286
--- smarty/libs/Smarty_Compiler.class.php:1.285 Tue Sep 16 04:15:58 2003
+++ smarty/libs/Smarty_Compiler.class.php Wed Oct 8 19:43:34 2003
@@ -34,12 +34,12 @@
* @link http://smarty.php.net/
* @author Monte Ohrt <[email protected]>
* @author Andrei Zmievski <[email protected]>
- * @version 2.6.0-RC1-cvs
+ * @version 2.6.0-RC2-cvs
* @copyright 2001-2003 ispi of Lincoln, Inc.
* @package Smarty
*/
-/* $Id: Smarty_Compiler.class.php,v 1.285 2003/09/16 08:15:58 messju Exp $ */
+/* $Id: Smarty_Compiler.class.php,v 1.286 2003/10/08 23:43:34 mohrt Exp $ */
/**
* Template compiling class
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php