1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
# -*- mode: text -*-
#
# CHANGES for curator
#
# $Id: CHANGES,v 1.37 2003/09/20 21:28:51 blais Exp $
#
Version 2.1
-----------
* Moved image program support to the PIL. We will still support Imagemagick
for a while, but I think soon we'll clean this up and the default will
become the PIL. This was motivated by making it work under Windows.
* Quickly ported some stuff to Python-2.3.
Version 2.0.1
---------------------
* Created packages using Python distutils. The code hasn't changed apart from
fixing the output of the version number.
Version 2.0
------------------------------
* Released, it has been working for me for a while.
* Added CSS and will be testing it for a while before unleashing it to the
world. Groar!
Version 1.9
------------------------------
* Fixed bug with altrepns paths.
* Added FCache support for faster testing (copied all the code).
* Added options to generate either in subdirectories of the directories or
under a single directory for an entire hierarchy. This allows much cleaner
output.
* Major cleanup, removed stupid environments, bettered templates.
* Removed a lot of silly options.
Version 1.3
------------------------------
* Applied patch from Dave Baker for HTML compatibility.
* More validating HTML output to HTML 4.0 myself.
Version 1.2
------------------------------
* Added sorted index and templates.
* Fixed bug with linkImage().
Version 1.1
------------------------------
* Added global rc file support.
* Added quote()/unquote() to common environment.
* Fixed bug with filenames with spaces (in default templates too).
* Fixed --force and --no bug.
* Support for specifying affinity
* (Internal) removed '--' in altrepns directly in Image()
* (Internal) now treating Image._thumb and Image._attr more similarly
* (Internal) cleaned up thumbnail filename mess
* (Internal) cleaned up thumbnail filename mess
Version 1.0.2
------------------------------
* Fixed bug with images not being in sorted order (was using map order).
* Fixed bug with multi-part images, now thumbnails are taken from [1].
Should I make it configurable?
* Changed fallback template so slightly (better navigation).
* Fixed empty subdirectories bug.
Version 1.0.1
------------------------------
* Very very minor bug fixes.
* Bug fix for EXIF JPEG's, that were not recognized by Python's imghdr.
Version 1.0
------------------------------
* Release.
* Crazy weekend obsessively spitting code like a moron, plus two weeks
stabilizing.
|