Share

PhotoView

File Release Notes and Changelog

Release Name: 3.0

Notes:


Changes: PhotoView 3.0 (10 Sep 2001) * This version introduces a completely new Administration UI. This UI does not add any new functionality (compared to the current 2.5 UI) but it is much easier to use and understand and it lays down the foundation for new functionality we will add in the future. * The database to use (host, db name, user and password) is now specified with an XML file (config.xml). All the other configurations are stored in the database (including the location of the "convert" executable). * To parse XML files, we have started using the DOM XML API. As a result, PHP has now to be compiled with the --with-dom option and you need to have libxml installed on your machine (if you don't have it already, you can get it from ftp://speakeasy.rpmfind.net/pub/libxml/). If this is a major problem for you, please let me know. An option would be to use the expat library which is already required since Sablot (XSLT engine) is using it.