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)
This commit is contained in:
parent
a50ad96ed5
commit
f20bc0fc40
2 changed files with 6 additions and 6 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue