diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-04-07 14:28:59 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-04-07 14:28:59 +0000 |
commit | e32688c2fd31108aa0f375877f74aa21e735ace1 (patch) | |
tree | 962f1721b9a3f7d94e570e70d8e4ca5869b2d18b /editors | |
parent | 213e366368f06a0b1733c35fa97f9d2971a7de70 (diff) | |
download | pkgsrc-e32688c2fd31108aa0f375877f74aa21e735ace1.tar.gz |
Update to 0.9.5
Changelog:
This Sigil-0.9.5 release is a quick follow-up bug fix release to primarily address some regressions that had snuck into the code over the past two releases.
Bug Fixes
* Fix regression when ImportHTML in gathering HTML based DC. metadata
* Fix regression - remove incorrect use of opf:scheme from dc:creator and dc:contributor under epub2
* Fix regression - the guide reference tag is always a void tag
* Fix issues with hunspell spell checking under Windows when non-ascii paths to dictionaries
* Fix issues with overridding the prefs directory on Windows with non-ascii paths
* Fix broken manual "Check" button on W3C stylesheet validation's generated html form.
* Fix media-type recognition for .m4a and .m4v file extenstions in main Sigil and plugin code
* Treat ruby and rt as inline tags when pretty-printing in Sigils and for plugins
Even our one new feature fixes a bug in which CSS version is sued to validate CSS under epub3.
New Feature
* Allow user to choose what level of CSS gets used in the "Validate Stylesheets
With W3C" tool via user preference (General).
Be aware that Sigil-0.9.5 still enforces the need for epub3 to have and support an NCX so that it generates as backward a compatible epub as possible. This may be relaxed in future releases.
Sigil-0.9.5 like its predecessors passed all of the following tests for epub3 support: iframe, img, audio, video , mathml, svg (except for svg support in the spine), javascript, and of course recognizing and allowing html5 specific tags like section, and etc. Sigil-0.9.5 also supports javascript based local-storage and display of embedded pdfs.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Sigil/Makefile | 4 | ||||
-rw-r--r-- | editors/Sigil/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile index ef0bc3dfd2d..076bdabe5f5 100644 --- a/editors/Sigil/Makefile +++ b/editors/Sigil/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.80 2016/03/21 11:40:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.81 2016/04/07 14:28:59 ryoon Exp $ -DISTNAME= Sigil-0.9.4 +DISTNAME= Sigil-0.9.5 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=Sigil-Ebook/} GITHUB_PROJECT= Sigil diff --git a/editors/Sigil/distinfo b/editors/Sigil/distinfo index 0320b5b160a..06972bfae5c 100644 --- a/editors/Sigil/distinfo +++ b/editors/Sigil/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.35 2016/03/21 11:40:30 ryoon Exp $ +$NetBSD: distinfo,v 1.36 2016/04/07 14:28:59 ryoon Exp $ -SHA1 (Sigil-0.9.4.tar.gz) = c86e5354a966a6c50ac433080bc3c77211446ac3 -RMD160 (Sigil-0.9.4.tar.gz) = d3246fe45ce26b7f3ff754d781afc1811e3276ef -SHA512 (Sigil-0.9.4.tar.gz) = dad5d44061375da99748d767c0cc288e11d02cc475c239b7709b4ace36cfd0deec8b2a5bcd74431e0465e1cd4d927bafd094ba238aec06bf40ec62d43d568cc1 -Size (Sigil-0.9.4.tar.gz) = 18084460 bytes +SHA1 (Sigil-0.9.5.tar.gz) = b52957f188cd4ac42ab2acbc34ebdd785bb46b1a +RMD160 (Sigil-0.9.5.tar.gz) = 89e0549cfd825cf187e405c85ec41be7af406dc4 +SHA512 (Sigil-0.9.5.tar.gz) = 130b311aea3f1892861367f9e1e899bc5199d0aed2539a664d88af18adca9c2c05e06b23ef5163b240ab8d3d57396037dbe8568349e7f6115de846b1ebe780bc +Size (Sigil-0.9.5.tar.gz) = 18095579 bytes SHA1 (patch-3rdparty_minizip_ioapi.c) = a68dead89687529b7022cda3bc8a079e5f5c1459 |