diff options
-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: |