From: <cl...@us...> - 2004-01-20 03:46:50
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1:/tmp/cvs-serv19877 Modified Files: README Log Message: Small fix for dtend before 1970. Index: README =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/README,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** README 18 Dec 2003 05:46:56 -0000 1.58 --- README 20 Jan 2004 03:46:47 -0000 1.59 *************** *** 88,92 **** -------- 1.1 ! -Fixed a bug with HTTP authentication 1.0 --- 88,94 ---- -------- 1.1 ! -Fixed a bug with HTTP authentication. ! -Fixed a bug with multiple timezones in the same calendar. ! -Added workarounds for dates prior to 1970. 1.0 |