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