diff --git a/Doc/changes.txt b/Doc/changes.txt index 0cd1f3f05..145cefee1 100644 --- a/Doc/changes.txt +++ b/Doc/changes.txt @@ -1,3 +1,15 @@ +FontTools Version 1.0 beta ? (released ???) + +- Switched XML parsers: use expat instead of xmlproc. Should be faster. +- Removed my UnicodeString object: I now require Python 2.0 or up, which + has unicode support built in. +- Removed assert in glypf table: redundant data at the end of the table + is now ignored instead of raising an error. Should become a warning. +- Fixed bug in hmtx/vmtx code that only occured if all advances were equal. +- Fixed subtle bug in TT instruction disassembler. +- Couple of fixes in 'post' table. +- Updated OS/2 table to latest spec. + FontTools Version 1.0 beta 1 (released August 10 2001) - Reorganized the command line interface for ttDump.py and ttCompile.py, diff --git a/Doc/index.html b/Doc/index.html index 464df248a..ac2dee2c7 100644 --- a/Doc/index.html +++ b/Doc/index.html @@ -34,22 +34,14 @@ You need the following software to use FontTools:
Windows: grab the Windows installer, run the full install.
Un*x: follow the build instructions.
-
Linux: maybe you already *have* Python: check whether you have
- version 1.5.1 or newer.
MacOS: grab the installer, run "Easy Install"
-
-
Important: If you have (or decided to install) a Python version - earlier than 2.0, you must also install - distutils, - a set of tools to help build and install Python packages. (It is included with - Python 2.0 and higher.)