update files to version 1.4.1

This commit is contained in:
mohrt
2001-05-16 19:53:43 +00:00
parent 8c1c3f2ec3
commit 622f36ac34
7 changed files with 18 additions and 8 deletions

2
README
View File

@@ -2,7 +2,7 @@ NAME:
Smarty - the PHP compiling template engine
VERSION: 1.4.0
VERSION: 1.4.1
AUTHORS:

View File

@@ -1,3 +1,13 @@
1.4.1
-----
It seems that the EX_LOCK logic from the previous release didn't fix all the
problems with windows platforms. Hopefully this one does. It basically
disables file locking on windows, so there is a potential that two programs
could write over the same file at the same time, fyi.
The reset is minor bug fixes, please refer to the ChangeLog file.
1.4.0
-----

View File

@@ -4,7 +4,7 @@
* File: Smarty.addons.php
* Author: Monte Ohrt <monte@ispi.net>
* Andrei Zmievski <andrei@php.net>
* Version: 1.4.0
* Version: 1.4.1
* Copyright: 2001 ispi of Lincoln, Inc.
*
* This library is free software; you can redistribute it and/or

View File

@@ -5,7 +5,7 @@
* Author: Monte Ohrt <monte@ispi.net>
* Andrei Zmievski <andrei@php.net>
*
* Version: 1.4.0
* Version: 1.4.1
* Copyright: 2001 ispi of Lincoln, Inc.
*
* This library is free software; you can redistribute it and/or
@@ -130,7 +130,7 @@ class Smarty
'count_paragraphs' => 'smarty_mod_count_paragraphs'
);
var $version = '1.4.0'; // Smarty version number
var $version = '1.4.1'; // Smarty version number
var $show_info_header = false; // display HTML info header at top of page output
var $compiler_class = 'Smarty_Compiler'; // the compiler class used by

View File

@@ -6,7 +6,7 @@
* Author: Monte Ohrt <monte@ispi.net>
* Andrei Zmievski <andrei@php.net>
*
* Version: 1.4.0
* Version: 1.4.1
* Copyright: 2001 ispi of Lincoln, Inc.
*
* This library is free software; you can redistribute it and/or

View File

@@ -5,7 +5,7 @@
* Author: Monte Ohrt <monte@ispi.net>
* Andrei Zmievski <andrei@php.net>
*
* Version: 1.4.0
* Version: 1.4.1
* Copyright: 2001 ispi of Lincoln, Inc.
*
* This library is free software; you can redistribute it and/or
@@ -130,7 +130,7 @@ class Smarty
'count_paragraphs' => 'smarty_mod_count_paragraphs'
);
var $version = '1.4.0'; // Smarty version number
var $version = '1.4.1'; // Smarty version number
var $show_info_header = false; // display HTML info header at top of page output
var $compiler_class = 'Smarty_Compiler'; // the compiler class used by

View File

@@ -6,7 +6,7 @@
* Author: Monte Ohrt <monte@ispi.net>
* Andrei Zmievski <andrei@php.net>
*
* Version: 1.4.0
* Version: 1.4.1
* Copyright: 2001 ispi of Lincoln, Inc.
*
* This library is free software; you can redistribute it and/or