1			      Alizarin Tetris
2			      ~~~~~~~~~~~~~~~
3Version 1.0.7 - "fewer buffer overruns"
4    * Thanks to about a dozen people who pointed out some buffer overruns,
5      atris now has fewer buffer overruns. :-)
6
7Version 1.0.6 - "Delay"
8    * You can now press ctrl-enter to toggle between full-screen mode
9      and normal mode. Recompile everything with a newer version of SDL,
10      etc.
11
12Version 1.0.5 - "Donna"
13    * Added an "atris.rc" preference file that saves your choices between
14      runs. Special pieces are no longer on by default.
15    * You may now change the keyboard repeat rate within the game.
16
17Version 1.0.4 - "Bill"
18    * Added three special options as per Bill's request: "double
19      difficulty", "long settle delay" and "upward rotation".
20
21Version 1.0.3 - "Olympus"
22    * added four types of Power Pieces as per Yujia's request
23    * factored out the opening menus so that the display is cleaner
24    * the clock no longer ticks if you go into negative "overtime" ...
25    * fixed a bug in the routine that draws falling pieces: it was updating
26      a larger region of the screen than it should have, resulting in
27      sub-optimal performance
28    * license fix: we had previously included the LGPL instead of the GPL
29      as the atris license ... whoops!
30
31Version 1.0.2 - "Nirgal"
32    * the sound effects are now packaged separately
33
34Version 1.0.1 - "Nirgal"
35    * pieces now fall at a uniform fast rate when you cannot control them
36	(i.e., when things slide after your piece has dropped)
37    * you may now enter a starting level for new players
38    * the game is more fair about placing pieces near the the top of the
39	board
40    * you may now select the AI difficulty
41
42Version 1.0.0 - "Nirgal"
43    * First out-of-house beta.
44    * Cross-platform compatibility: Win32 and Unix, provided you use SDL.
45    * Multiple Styles: pieces, colors, sounds, etc.
46    * Multiple Modes: single or multiple player, computer players, network
47    	play, etc. Special AI vs. AI deathmatch mode just for kicks. :-)
48    * It should crash on you less often than previous versions.
49