Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
logilab-mtconverter
Commits
7b93cad27804
Commit
1e625bf7
authored
Jul 06, 2009
by
Sylvain Thénault
Browse files
0.6.2
parent
0756a18e6ac2
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
7b93cad2
Change log for mtconverter
==========================
--
2009-07-06 -- 0.6.2
* xml_escape / html_escape now escape all control characters (ascii code < 32)
2009-06-29 -- 0.6.1
* fix potential crash with wrong local setting
2009-02-12 -- 0.6.0
* xml_escape
* application/vnd.oasis.opendocument.text -> text/plain transformation
* html_unescape now unescapes any HTML entity
2008-08-06 -- 0.5.0
* application/xml -> text/plain transformation
* new fallbackencoding argument to guess_mimetype_and_encoding, given to
guess_encoding when necessary
2008-06-30 -- 0.4.0
* use a new pure python transformation to transform html into
formatted text. The code is based on http://www.aaronsw.com/2002/html2text/
developed by Aaron Swartz.
2008-01-14 -- 0.3.0
* unicode policy handling
* enhance text mimetype detection
* fix pygment's html transform to return only a html snippet, not a full
document, and avoid returning encoded string
* register_* function return True or False telling if optional transforms
are available
* restore python 2.3 compatibility
2007-12-11 -- 0.2.0
* guess_encoding test and fixes
* new guess_format_and_encoding utility method
* deal with binary encoding (eg raise TransformError when necessary)
* renamed ._transforms attribute of the engine into transforms since
it's useful to access it to check transform availability
* pygments based transforms
2007-10-23 -- 0.1.4
* various html fixes
2007-02-09 -- 0.1.3
* fix lynx transform encoding problem
* strip output of popen transforms
* fix text to html transform to escape html special chars
2006-10-27 -- 0.1.2
* POpenTransform encoding fixes
2006-10-13 -- 0.1.1
* fixed some name errors...
2006-10-10 -- 0.1.0
* initial revision, backported from PortalTransforms with some API changes
__pkginfo__.py
View file @
7b93cad2
...
...
@@ -8,7 +8,7 @@ mtconverter packaging information
modname
=
"mtconverter"
distname
=
"logilab-mtconverter"
subpackage_of
=
'logilab'
numversion
=
(
0
,
6
,
1
)
numversion
=
(
0
,
6
,
2
)
version
=
'.'
.
join
([
str
(
num
)
for
num
in
numversion
])
license
=
'GPL'
...
...
debian/changelog
View file @
7b93cad2
logilab-mtconverter (0.6.2-1) unstable; urgency=low
* new upstream release
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Mon, 06 Jul 2009 12:07:01 +0200
logilab-mtconverter (0.6.1-1) unstable; urgency=low
* new upstream release
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment