diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-16 15:37:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-16 15:37:05 +0000 |
commit | fad2717cd80e7eeb1c3b2d74631af86abfda5bc4 (patch) | |
tree | a75d88efab85357e52007f056b769c0d3bb6595d /editors/Sigil/Makefile | |
parent | 7be4f881434e6136b48a71fc7a67be3a98ebcdba (diff) | |
download | pkgsrc-fad2717cd80e7eeb1c3b2d74631af86abfda5bc4.tar.gz |
Update to 0.1.9:
Sigil v0.1.9 2010.02.08.
- fixed a regression that caused Sigil to demand that all XHTML
streams in an epub file be valid XML (issue #248)
- the "container.xml" reading subsystem now handles XML files
with namespaces (issue #235)
- HTML encoding detection is now performed even on XHTML files
in epub archives (per spec, they have to be UTF-8 or UTF-16,
but Sigil will now handle those that aren't)
- fixed an issue with content file filenames using "%20" for
spaces not being loaded (issue #232)
- the temp directory used on Windows is now <Profile>/Sigil
instead of <Profile>/My Documents/Sigil (issue #222)
Diffstat (limited to 'editors/Sigil/Makefile')
-rw-r--r-- | editors/Sigil/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile index f22bc94abc6..0764d6f1c64 100644 --- a/editors/Sigil/Makefile +++ b/editors/Sigil/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2010/02/03 15:50:33 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2010/02/16 15:37:05 wiz Exp $ # -DISTNAME= Sigil-0.1.8-Code +DISTNAME= Sigil-0.1.9-Code PKGNAME= ${DISTNAME:S/-Code//} CATEGORIES= editors MASTER_SITES= http://sigil.googlecode.com/files/ |