Changes between Version 12 and Version 13 of WikiStart
- Timestamp:
- 03/17/09 06:42:45 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v12 v13 6 6 * The redisplay code does not correctly account for multi-byte characters. 7 7 * Only ANSI terminals work as expected. (xterm, Terminal.app) Other terminals, such as rxvt, are sent the incorrect control codes. 8 * With GHC 6.10 performance can be 10x *slower* than under GHC 6.8. (According to timings performed using test/Bench.hs) So far it's not exactly known why.8 * Redraw is slower than it should be. This is addressed, unsafely, in the latest darcs. 9 9 10 10 == Releases == 11 11 12 The latest release is 3.1.8. 2. This release is compatible with GHC 6.8 and GHC 6.10. The API for the 3.1 series has changed from that provided by 3.0 to 3.0.4. For many applications the change should be transparent.12 The latest release is 3.1.8.4. This release is compatible with GHC 6.8 and GHC 6.10. The API for the 3.1 series has changed from that provided by 3.0 to 3.0.4. For many applications the change should be transparent. 13 13 14 14 === Upcoming release === 15 The focus of the work for the upcoming release is not, sadly, fixing the multi-byte character support. The focus is on resolving the significant performance regression that occured with GHC 6.10. 15 The focus of the work for the upcoming release is not, sadly, fixing the multi-byte character support. The focus is on resolving performance issues that prevent Yi from being usable. 16 17 === Release 3.1.8.4 === 18 * Depends on terminfo 0.3.* 16 19 17 20 === Release 3.1.8.2 ===
