1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-06-28 23:09:01 +00:00

notes about remove-unused-glyph

This commit is contained in:
Lu Wang 2013-04-26 12:26:46 +08:00
parent 1da9be54d9
commit 63ce9f10b7
2 changed files with 9 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import time
print 'Generating version...'
try:
rev = open('.git/refs/heads/devv').read()[:5]
rev = open('.git/refs/heads/master').read()[:5]
except:
print 'Cannot get revision number'
sys.exit(-1)

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
pdf2htmlex (0.8-1~git201304151420r1da9b-0ubuntu1) quantal; urgency=low
* HTML optimization
* New options: --optimize-text, --fallabck
* See more in Changelog
-- WANG Lu <coolwanglu@gmail.com> Mon, 15 Apr 2013 14:20:22 +0800
pdf2htmlex (0.8-1~git201303011406r3bc73-0ubuntu1) quantal; urgency=low
* Experimental printing support