cvs: smarty / ChangeLog
[email protected] (changelog) Wed, 07 Mar 2007 01:31:24 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvschangelog1173231084@cvsserver> |
changelog Wed Mar 7 01:31:24 2007 UTC
Modified files:
/smarty ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/smarty/ChangeLog?r1=1.458&r2=1.459&diff_format=u
Index: smarty/ChangeLog
diff -u smarty/ChangeLog:1.458 smarty/ChangeLog:1.459
--- smarty/ChangeLog:1.458 Fri Mar 2 01:31:27 2007
+++ smarty/ChangeLog Wed Mar 7 01:31:23 2007
@@ -1,3 +1,23 @@
+2007-03-06 Monte Ohrt <[email protected]>
+
+ * NEWS
+ libs/plugins/function.html_select_date.php:
+ fix html_select_date separator when parts are missing (thanks to kayk for
+ the patch)
+
+2007-03-06 Messju Mohr <[email protected]>
+
+ * libs/Config_File.class.php
+ libs/Smarty.class.php
+ libs/Smarty_Compiler.class.php:
+ bumped version number
+
+ * NEWS:
+ added release headline
+
+ * libs/internals/core.write_compiled_include.php:
+ fixed detection of non-cached block when writing compiled includes
+
2007-03-01 Danilo Buerger <[email protected]>
* NEWS
@@ -4718,7 +4738,7 @@
* libs/Smarty.class.php
libs/Smarty_Compiler.class.php:
- added CVS $Id: ChangeLog,v 1.458 2007/03/02 01:31:27 changelog Exp $
+ added CVS $Id: ChangeLog,v 1.459 2007/03/07 01:31:23 changelog Exp $
2003-03-31 Messju Mohr <[email protected]>