From 49d5b05b89685bf2aba81eddc3c3e66a157e922a Mon Sep 17 00:00:00 2001 From: mohrt Date: Mon, 11 Aug 2003 15:55:39 +0000 Subject: [PATCH] get ready for 2.6.0-RC1 release --- NEWS | 3 +++ docs/designers.sgml | 4 ++-- docs/html.dsl | 2 +- docs/php.dsl | 2 +- libs/Config_File.class.php | 8 +------- libs/Smarty.class.php | 4 ++-- libs/Smarty_Compiler.class.php | 2 +- 7 files changed, 11 insertions(+), 14 deletions(-) diff --git a/NEWS b/NEWS index fb206083..b7374a6a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Version 2.6.0-RC1 (August 11, 2003) +----------------------------------- + - fixed status-header for cache_modified_check under cgi-sapi (messju) - added optional parameter $cache_attrs to register_function() and register_block(). $cache_attrs is an array containing attribute- diff --git a/docs/designers.sgml b/docs/designers.sgml index 313fa0fd..14c332e4 100644 --- a/docs/designers.sgml +++ b/docs/designers.sgml @@ -4767,14 +4767,14 @@ OUTPUT: string No right - direction of one row to be rendered. possible values: left/right + direction of one row to be rendered. possible values: left/right vdir string No down - direction of the columns to be rendered. possible values: up/down + direction of the columns to be rendered. possible values: up/down diff --git a/docs/html.dsl b/docs/html.dsl index e312da30..7f059479 100644 --- a/docs/html.dsl +++ b/docs/html.dsl @@ -1,5 +1,5 @@ + ]> diff --git a/docs/php.dsl b/docs/php.dsl index 82a5e5f8..d02c4f2e 100644 --- a/docs/php.dsl +++ b/docs/php.dsl @@ -1,5 +1,5 @@ + ]> diff --git a/libs/Config_File.class.php b/libs/Config_File.class.php index 7ffcb0f5..4a603878 100644 --- a/libs/Config_File.class.php +++ b/libs/Config_File.class.php @@ -20,17 +20,11 @@ * You may contact the author of Config_File by e-mail at: * {@link andrei@php.net} * - * Or, write to: - * Andrei Zmievski - * Software Engineer, ispi - * 237 S. 70th suite 220 - * Lincoln, NE 68510 - * * The latest version of Config_File can be obtained from: * http://smarty.php.net/ * * @link http://smarty.php.net/ - * @version 2.5.0 + * @version 2.6.0-RC1-cvs * @copyright Copyright: 2001-2003 ispi of Lincoln, Inc. * @author Andrei Zmievski * @access public diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 53db8d92..d920df91 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -40,7 +40,7 @@ * @author Monte Ohrt * @author Andrei Zmievski * @package Smarty - * @version 2.5.0-cvs + * @version 2.6.0-RC1-cvs */ /* $Id$ */ @@ -490,7 +490,7 @@ class Smarty * * @var string */ - var $_version = '2.5.0-cvs'; + var $_version = '2.6.0-RC1-cvs'; /** * current template inclusion depth diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index cfdc4d8e..18ee5034 100644 --- a/libs/Smarty_Compiler.class.php +++ b/libs/Smarty_Compiler.class.php @@ -34,7 +34,7 @@ * @link http://smarty.php.net/ * @author Monte Ohrt * @author Andrei Zmievski - * @version 2.5.0 + * @version 2.6.0-RC1-cvs * @copyright 2001-2003 ispi of Lincoln, Inc. * @package Smarty */