diff options
author | wiz <wiz> | 2010-02-16 15:37:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-02-16 15:37:05 +0000 |
commit | f58367f8e46f164d347e640893347fa206223d81 (patch) | |
tree | a75d88efab85357e52007f056b769c0d3bb6595d /editors | |
parent | 73299ead66e63d5bc1eaf5d23ddcdc7ad4226d4e (diff) | |
download | pkgsrc-f58367f8e46f164d347e640893347fa206223d81.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')
-rw-r--r-- | editors/Sigil/Makefile | 4 | ||||
-rw-r--r-- | editors/Sigil/distinfo | 8 |
2 files changed, 6 insertions, 6 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/ diff --git a/editors/Sigil/distinfo b/editors/Sigil/distinfo index 197c2450fce..49f7a71525b 100644 --- a/editors/Sigil/distinfo +++ b/editors/Sigil/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2010/02/03 15:50:33 wiz Exp $ +$NetBSD: distinfo,v 1.7 2010/02/16 15:37:05 wiz Exp $ -SHA1 (Sigil-0.1.8-Code.zip) = 3b0e527f1bc2f4fd8be94ba6d5119f4763734f73 -RMD160 (Sigil-0.1.8-Code.zip) = 587aa559cb34a1425330cb586c421edbfa450442 -Size (Sigil-0.1.8-Code.zip) = 5976769 bytes +SHA1 (Sigil-0.1.9-Code.zip) = 3e7266d0d6577da3ad808acc09833ef378d860d7 +RMD160 (Sigil-0.1.9-Code.zip) = 38654c326299e69a8def0c6fecdbdfb89116e891 +Size (Sigil-0.1.9-Code.zip) = 5979605 bytes |