pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Sigil: update to 1.7.0.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Mon Aug 2 15:49:13 2021 +0200
Changeset:	421766bd6ed98bc9fc03d9c31aba274e15d98b87

Modified Files:
	Sigil/Makefile
	Sigil/distinfo

Log Message:
Sigil: update to 1.7.0.

Sigil-1.7.0
    Bug Fixes
     - Workaround to ensure the Saved Searches Controls editor widget is movable on all platforms
     - Make the External Xhtml Editor Button/Feature work with both PageEdit and non-PageEdit editors again
     - Fix Preview sync when CV transitions from xhtml to css and back to xhtml
     - Fix Preview sync when Find and Replace opens new tab with search target
     - Fix Preview sync when Validation error clicked on
     - Fix Preview sync when mathml is being used (compensate for mathjax changes)
     - Fix mathml use when external MathJax directory is specified in builds on Linux
     - Prevent Sigil from loading any manifested mimtype file from bad epubs, give load warning
     - Make Spellcheck dialog use double-click to control search in CV, to speed paging word list.
     - Prevent duplicate translated semantic names
     - Fix heading tool issues after self-closed BLOCK tags
     - Prevent stack overflow crashes in pcre lib due to recursion with some valid regex
     - Fix second window opening on macOS when first launching app with file
     - Remove [other.] semantic indicators for epub2
     - Fix crash in CSS Selectors Report when using Filters

    New Features:
     - added Find Replace Regular Expression validator
     - added SIGIL_DISABLE_VERSION_META environment variable to control writing of Sigil Version
     - enable JIT compiler for pcre library to improve regex look-up performance
     - update the pcre library to version 8.45 (Final EOL)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=421766bd6ed98bc9fc03d9c31aba274e15d98b87

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Sigil/Makefile | 2 +-
 Sigil/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/Sigil/Makefile b/Sigil/Makefile
index 407c3bf72f..bf02068e44 100644
--- a/Sigil/Makefile
+++ b/Sigil/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.139 2021/02/07 06:30:19 ryoon Exp $
 
-DISTNAME=	Sigil-1.6.0
+DISTNAME=	Sigil-1.7.0
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_GITHUB:=Sigil-Ebook/}
 GITHUB_PROJECT=	Sigil
diff --git a/Sigil/distinfo b/Sigil/distinfo
index fcfc93674f..9de28fb6d5 100644
--- a/Sigil/distinfo
+++ b/Sigil/distinfo
@@ -1,8 +1,8 @@
 $NetBSD: distinfo,v 1.45 2020/03/19 11:33:13 joerg Exp $
 
-SHA1 (Sigil-1.6.0.tar.gz) = 4fa2aa9338069767dfff3b3226b4adf8366f103d
-RMD160 (Sigil-1.6.0.tar.gz) = f7a9b4a9b9ba5e05727f0bff1f6d3d32e81e07d6
-SHA512 (Sigil-1.6.0.tar.gz) = 16f96175cc54132695ead344af67f4125e51de9e6547f425948df970e2cca278f2ab73da4ec53263f9a973242b7adf2178cea4a25b43b3f7323060e09ca7b0f9
-Size (Sigil-1.6.0.tar.gz) = 21192958 bytes
+SHA1 (Sigil-1.7.0.tar.gz) = 9106ad1696262468cbb020b15823ce74db31407a
+RMD160 (Sigil-1.7.0.tar.gz) = db21f44c3a1b909356a6efb8b69aee5f6d2826b3
+SHA512 (Sigil-1.7.0.tar.gz) = 9918bb0bfbe3d068c95bb31cd84a37a0fac6dd6be9e94cb382e8c0140cdb375f47384f33c62fdff7f27aed379037a4a64e8d4a1065ae297bb389e2be78597c16
+Size (Sigil-1.7.0.tar.gz) = 21315598 bytes
 SHA1 (patch-3rdparty_minizip_ioapi.c) = a68dead89687529b7022cda3bc8a079e5f5c1459
 SHA1 (patch-src_Misc_Language.cpp) = 5ae2fc9b76b1a706efd05eecad95d5a6760a6357


Home | Main Index | Thread Index | Old Index