head 1.2; access; symbols pkgsrc-2017Q4:1.1.0.34 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.32 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.28 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.26 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.24 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.22 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.20 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.18 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.16 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.14 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.12 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.10 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.8 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.6 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.4 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.2 pkgsrc-2014Q1-base:1.1; locks; strict; comment @// @; 1.2 date 2018.02.02.23.57.50; author ryoon; state dead; branches; next 1.1; commitid pfgnybgD2cBWnlpA; 1.1 date 2014.02.04.00.13.03; author joerg; state Exp; branches; next ; commitid hnMTgmN0P0sGoInx; desc @@ 1.2 log @Update to 0.1.3 Changelog: libe-book 0.1.3 - Fix various problems when reading broken files, found with the help of american-fuzzy-lop and oss-fuzz. - Fix build with boost >= 1.59. - Set default page margins. (tdf#94162) - Make output of ebook2* --help more compatible with help2man. - Check for librevenge-stream if tests are enabled. (gentoo#603098) - Require C++11 for build. - Drop outdated MSVC project files. - Fix several issues found by Coverity. - FictionBook v.2: + Use document language as default language for text. + Use note title as footnote mark. + Handle subscript and superscript. + Output content of in monospace font. @ text @$NetBSD: patch-src_lib_FB2Token.cpp,v 1.1 2014/02/04 00:13:03 joerg Exp $ clang warns about obsolete register keyword, so just remove it in the gperf output. --- src/lib/FB2Token.cpp.orig 2014-02-03 21:39:26.000000000 +0000 +++ src/lib/FB2Token.cpp @@@@ -25,7 +25,9 @@@@ namespace libebook namespace { +#define register #include "FB2Token.inc" +#undef register } } @ 1.1 log @Kill register keyword in gperf output to allow building with -Werror and clang. @ text @d1 1 a1 1 $NetBSD$ @