From 8c09bb056cbc0362a32ff222a70a5bf06cb39eeb Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Sat, 26 Jan 2013 14:23:28 +0800 Subject: [PATCH] changelog --- ChangeLog | 9 +++++++-- TODO | 1 - test/test.py | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8a89b88..494c28c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,13 @@ -Latest v0.6 +Latest v0.7 +v0.6 +2013.01.26 + +* new option --no-drm [John Hewson] +* Travis CI integration [John Hewson] * Add a class for 'left' * Fixed a bug of hashing/finding GfxRGB -* new option -v, --version [Thanks to John Hewson] +* new option -v, --version [John Hewson] * Render Type 3 fonts as image * New parameter: --use-cropbox * Progress indicator diff --git a/TODO b/TODO index 9c0e03e..0608877 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,4 @@ word space/offset before the first letter (calendar pdf) -add class for "left" == Future: == diff --git a/test/test.py b/test/test.py index 79a09f8..79ab79d 100755 --- a/test/test.py +++ b/test/test.py @@ -13,7 +13,7 @@ with open('out.html','w') as outf: if not f.lower().endswith('.pdf'): continue print f - if os.system('pdf2htmlEX --dest-dir html --auto-hint=1 --external-hint-tool="ttfautohint" "%s/%s"' % (DIR,f)) != 0: + if os.system('pdf2htmlEX -l 7 --dest-dir html --auto-hint=1 --external-hint-tool="ttfautohint" "%s/%s"' % (DIR,f)) != 0: print "error on ", f sys.exit(-1)