// // Scry - Simple PHP Photo Album // Copyright 2004 James Byers // http://scry.org // // Scry is distributed under a BSD License. See LICENSE for details. // // $Id: CHANGES,v 1.3 2004/10/01 06:54:03 jbyers Exp $ // 2004-10-01 James Byers * Version 1.1 released * GET and parsed URL variable styles supported [908140, 904816] * optional EXIF parsing via exifer [895462] * default theme cleanup * setup theme for verifying installation * number of required setup variables reduced [893228] * fast image resizing allowed per configuration flag [895939] * rewritten resizing algorithm [892782] * PHP notices suppressed [904816, 895551] * optional list pagination [895463] * reform cache file names to avoid conflicts [1036798] * relax var_export requirement, allowing PHP 4.0.6 and later [1021989] * more stringent path read testing [918459] * show error message for empty folder [895553] * enforce cached image dimension restrictions [895468] * show link to original image [895466] * all source files updated to reference scry.org * gracefully degrade to pre-2.0 GD functions [895913] 2004-02-14 James Byers * Version 1.0 released