pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/Sigil Update to 0.1.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec9179d2d5c8
branches:  trunk
changeset: 567808:ec9179d2d5c8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 25 10:12:35 2009 +0000

description:
Update to 0.1.5:

Sigil v0.1.5 2009.11.25
    - fixed a race condition with view syncing in Book View
    - fixed an issue with loading text files that don't end with a newline (some text would end up missing)
    - A NEW FIND & REPLACE DIALOG (issue #13)
    - no more hard line breaks in Code View (courtesy of recent performance optimisations) (issue #61)
    - TOC Editor now remembers its size across invocations and program launches
    - the uninstaller now removes Sigil's temporary working directories
    - removed the "Start Sigil" checkbox in the last page of the installer; starting Sigil like this
    was causing problems because Sigil had admin privileges (issue #163)
    - fixed an issue with chapter breaks not working after they are Left/Center/Right Aligned (issue #158)
    - multiple images can now be inserted with the "Insert Image" dialog by selecting multiple images
    - fixed an issue with loading images from documents with uppercase tags and attributes (issue #156)
    - tentatively fixed an issue with Sigil crashing on overwriting existing epubs (issue #146)
    - fixed an issue with Sigil crashing on epubs with "date" OPF elements but no value set
    for those elements (InDesign CS4 creates such invalid epubs) (issue #149)
    - fixed an issue with words being merged on TXT import (issue #148)
    - various performance improvements through code profiling and parallelization
    - Linux and Mac builds should now be slightly faster because of new compiler optimizations
    - fixed issue with Sigil incorrectly loading (and therefore subsequently saving) "date"
    OPF elements with "event" attributes (issue 144)

diffstat:

 editors/Sigil/Makefile |  6 +++---
 editors/Sigil/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r b62487511b2c -r ec9179d2d5c8 editors/Sigil/Makefile
--- a/editors/Sigil/Makefile    Wed Nov 25 09:58:52 2009 +0000
+++ b/editors/Sigil/Makefile    Wed Nov 25 10:12:35 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2009/10/11 08:51:39 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2009/11/25 10:12:35 wiz Exp $
 #
 
-DISTNAME=      Sigil_code_0.1.4
-PKGNAME=       ${DISTNAME:S/_code_/-/}
+DISTNAME=      Sigil-0.1.5-Code
+PKGNAME=       ${DISTNAME:S/-Code//}
 CATEGORIES=    editors
 MASTER_SITES=  http://sigil.googlecode.com/files/
 EXTRACT_SUFX=  .zip
diff -r b62487511b2c -r ec9179d2d5c8 editors/Sigil/distinfo
--- a/editors/Sigil/distinfo    Wed Nov 25 09:58:52 2009 +0000
+++ b/editors/Sigil/distinfo    Wed Nov 25 10:12:35 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2009/10/11 08:51:39 wiz Exp $
+$NetBSD: distinfo,v 1.5 2009/11/25 10:12:36 wiz Exp $
 
-SHA1 (Sigil_code_0.1.4.zip) = 4832e80561a4d16a188a84cbac70f856298e0276
-RMD160 (Sigil_code_0.1.4.zip) = 88b5d83cce394c79a0b2610c7899c5a199daf796
-Size (Sigil_code_0.1.4.zip) = 5943438 bytes
+SHA1 (Sigil-0.1.5-Code.zip) = 9679409dc3a3c4db5c56f3b391f850f4adfd7db1
+RMD160 (Sigil-0.1.5-Code.zip) = 69a422a5e4f64ce197da8c7540158f00338d17b0
+Size (Sigil-0.1.5-Code.zip) = 5967716 bytes



Home | Main Index | Thread Index | Old Index