diff --git a/README b/README index 37d649a0..b68d0f5a 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME: Smarty - the PHP compiling template engine -VERSION: 1.4.0 +VERSION: 1.4.1 AUTHORS: diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 5021bc77..578f9be6 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -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 ----- diff --git a/Smarty.addons.php b/Smarty.addons.php index e2b2f539..056c1489 100644 --- a/Smarty.addons.php +++ b/Smarty.addons.php @@ -4,7 +4,7 @@ * File: Smarty.addons.php * Author: Monte Ohrt * Andrei Zmievski - * 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 diff --git a/Smarty.class.php b/Smarty.class.php index 94823326..41cb62e3 100644 --- a/Smarty.class.php +++ b/Smarty.class.php @@ -5,7 +5,7 @@ * Author: Monte Ohrt * Andrei Zmievski * - * 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 diff --git a/Smarty_Compiler.class.php b/Smarty_Compiler.class.php index 7598b988..c2768387 100644 --- a/Smarty_Compiler.class.php +++ b/Smarty_Compiler.class.php @@ -6,7 +6,7 @@ * Author: Monte Ohrt * Andrei Zmievski * - * 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 diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 94823326..41cb62e3 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -5,7 +5,7 @@ * Author: Monte Ohrt * Andrei Zmievski * - * 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 diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index 7598b988..c2768387 100644 --- a/libs/Smarty_Compiler.class.php +++ b/libs/Smarty_Compiler.class.php @@ -6,7 +6,7 @@ * Author: Monte Ohrt * Andrei Zmievski * - * 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