|
From: Brian N. <no...@us...> - 2004-03-22 11:11:44
|
Update of /cvsroot/bugin/bugin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19016 Modified Files: CHANGES index.php Log Message: merged in changes from 0.65-RC2 Index: CHANGES =================================================================== RCS file: /cvsroot/bugin/bugin/CHANGES,v retrieving revision 1.113 retrieving revision 1.114 diff -C2 -d -r1.113 -r1.114 *** CHANGES 9 Mar 2004 18:48:02 -0000 1.113 --- CHANGES 22 Mar 2004 11:01:27 -0000 1.114 *************** *** 1,2 **** --- 1,7 ---- + Changes in 0.65-RC2 + ---------------------- + o Anonymous ticket access was not changeable in the admin + interface. Fixed by Yuriy Brodskiy + Changes in 0.65-RC1 ---------------------- Index: index.php =================================================================== RCS file: /cvsroot/bugin/bugin/index.php,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** index.php 10 Mar 2004 06:48:00 -0000 1.61 --- index.php 22 Mar 2004 11:01:27 -0000 1.62 *************** *** 2,6 **** header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); ! // always modified header ("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 header ("Pragma: no-cache"); // HTTP/1.0 --- 2,6 ---- header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); ! // always modified header ("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 header ("Pragma: no-cache"); // HTTP/1.0 |