diff options
author | Stef Walter <stef@memberwebs.com> | 2004-07-27 21:54:32 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-07-27 21:54:32 +0000 |
commit | 42cb5dad6e77d88baad0dad56e47410f9412a814 (patch) | |
tree | 1dd0056f0cf46c8e2cf8da5dc3a19939dba06225 | |
parent | 9eb4e30b344317c24a71c5e348ae368695d49d47 (diff) |
- New version
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -1,6 +1,11 @@ Version 0.9.3 - - Code cleanup + - Code cleanup and commenting - Fixed bug with non-existant destinations + - Created XML schema for output format + - Speed improvements + - Added 'presentation' mode + - Added support for fonts + - Other small bug fixes Version 0.9.2 - Updated windows version to new sablot library diff --git a/Makefile.am b/Makefile.am index a1b0af6..7c60c91 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -EXTRA_DIST = BUGS test-files config.win32.h +EXTRA_DIST = BUGS doc config.win32.h SUBDIRS = src win32 dist-hook: |