get ready for 2.6.0-RC1 release

This commit is contained in:
mohrt
2003-08-11 15:55:39 +00:00
parent bc37237c9f
commit 49d5b05b89
7 changed files with 11 additions and 14 deletions

3
NEWS
View File

@@ -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-

View File

@@ -4767,14 +4767,14 @@ OUTPUT:
<entry>string</entry>
<entry>No</entry>
<entry><emphasis>right</emphasis></entry>
<entry>direction of one row to be rendered. possible values: <emphasis>left</emphasis>/<emphasis>right</emphasis>
<entry>direction of one row to be rendered. possible values: <emphasis>left</emphasis>/<emphasis>right</emphasis></entry>
</row>
<row>
<entry>vdir</entry>
<entry>string</entry>
<entry>No</entry>
<entry><emphasis>down</emphasis></entry>
<entry>direction of the columns to be rendered. possible values: <emphasis>up</emphasis>/<emphasis>down</emphasis>
<entry>direction of the columns to be rendered. possible values: <emphasis>up</emphasis>/<emphasis>down</emphasis></entry>
</row>
</tbody>
</tgroup>

View File

@@ -1,5 +1,5 @@
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY docbook.dsl SYSTEM "/usr/share/sgml/docbook/html/docbook.dsl" CDATA DSSSL>
<!ENTITY docbook.dsl SYSTEM "/usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl" CDATA DSSSL>
<!ENTITY html-common.dsl SYSTEM "html-common.dsl">
<!ENTITY common.dsl SYSTEM "common.dsl">
]>

View File

@@ -1,5 +1,5 @@
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY docbook.dsl SYSTEM "/usr/share/sgml/docbook/html/docbook.dsl" CDATA DSSSL>
<!ENTITY docbook.dsl SYSTEM "/usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl" CDATA DSSSL>
<!ENTITY html-common.dsl SYSTEM "html-common.dsl">
<!ENTITY common.dsl SYSTEM "common.dsl">
]>

View File

@@ -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 <andrei@php.net>
* @access public

View File

@@ -40,7 +40,7 @@
* @author Monte Ohrt <monte@ispi.net>
* @author Andrei Zmievski <andrei@php.net>
* @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

View File

@@ -34,7 +34,7 @@
* @link http://smarty.php.net/
* @author Monte Ohrt <monte@ispi.net>
* @author Andrei Zmievski <andrei@php.net>
* @version 2.5.0
* @version 2.6.0-RC1-cvs
* @copyright 2001-2003 ispi of Lincoln, Inc.
* @package Smarty
*/