DMI 1.3.1 -> DMI-GAL 1.3.2
* Fixed broken JPEG images uploaded from old Macs with old MacOS
* Remove Resource.FRK from the beginning of the JPEG image
* Fixed upload file
* Upload image description as text file

DMI 1.3.0 -> DMI-GAL 1.3.1
* Bugfixes
* Use of new HOPP's s_include() for header and footer

DMI 1.2 -> DMI-GAL 1.3.0
----------------------
* Moved DMI functions to dmi-lib
* Support for HOPP debug (s_log)
* Separated functionality in 3 files:
* Moved gallery to dmi-gal
* Moved thumbnails to dmi-thumb
* Moved uploads to dmi-upload (may be broken)
* Moved config to dmi-conf
* Configurable rows and columns
* Multiple pages with <<first<previous|next>last>> navigation
* Two sizes, small and big thumbnails
* Navigation between small and big thumbnails
* Full-sized pictures opened in new target
* Moved config defaults to dmi-autocond
* Config font size (deprecated after templates support)
* reverse chronological order
* Image title support in a text file
* Configurable pictures directory
* Simple <prev|next> navigation
* Partially moved to virtualhost-independent library
* Support for HOPP templates
* Different templates for big and small pics
* Show picture upload date 

---------------- FORK() ----------------

DMI 1.1 -> 1.2
--------------
* fixed a problem with thumbnail generation of newly upload images
* always try to draw height= and width= for thumbnails for faster page loading.
* fix an error when no images are found
* fix an error when someone tries to upload an image without selecting one.
* fix an upload problem when the filename ends in a known extension but lacks a "." before it
  
DMI  1.0 -> 1.1
---------------
* Thumbnails are now created in the same file type that the original is (instead of JPEG).  This was done primarily so that animated GIF's could be thumbnailed, I think it better all around though.