%% SiSU version 6
  <http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=summary>
  <http://sources.sisudoc.org/?p=code/sisu.git;a=blob;f=data/doc/sisu/CHANGELOG_v6;hb=HEAD>
* debian/changelog
  <http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=blob_plain;f=debian/changelog;hb=refs/heads/debian/sid>

v6 branch for development and testing prior to roll-into v5, to provide v5 with
   some insulation
v5 stable branch
v4 branch is removed; it is available in sisu < 4.2.20
v3 branch is removed; it is available in sisu < 4.1.0
v2 branch is removed; it is available in sisu =< 3.3.2

* homepage at: <http://www.jus.uio.no/sisu>
* <http://www.jus.uio.no/sisu/SiSU/download>
* <http://www.jus.uio.no/sisu/SiSU/changelog>
* <http://sisudoc.org/sisu/sisu_manual>
* data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_manual.ssm
* data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_download.ssi
* CHANGELOG CHANGELOG_v2 CHANGELOG_v3 README data/doc/sisu/

%% Reverse Chronological:

%% 6.0.9.orig.tar.xz (2014-07-01:26/2)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_6.0.9
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_6.0.9-1
http://www.jus.uio.no/sisu/pkg/src/sisu_6.0.9.orig.tar.xz
  sisu_6.0.9.orig.tar.xz
  sisu_6.0.9-1.dsc

* ao,
  * code cosmetic rearrangement
  * book index, strip white spaces around terms
    (fix uppercase first character where spaces used)
  * quote block, insert text indent markup, exclude book index
  * doc objects, layout group open & close identify is_for
  * segment numbering, fixed width, leading zeros (for alphanumeric sorting)

* code cosmetic rearrangement
  * ao*, param, hub, options, composite

* sysenv, developer _CONSTRUCTION_ZONE warning modified

* epub, a fix, double check

%% 6.0.8.orig.tar.xz (2014-06-19:24/4)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_6.0.8
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_6.0.8-1
http://www.jus.uio.no/sisu/pkg/src/sisu_6.0.8.orig.tar.xz
  sisu_6.0.8.orig.tar.xz
  sisu_6.0.8-1.dsc

* ao,
  * regex match for tics "```" followed by space tweaked
  * Symbol to match grouped text open & close (instead of String)
  * introduce way of removing unrecognized tic markers
  * syntax, able optionally to indicate the language syntax of a code block
  * syntax, introduce box text block/group
  * syntax, introduce tics quotes markup (blockquote equivalent)
  * turn id numbers (for tags) into a hash
  * code blocks, clean trailing newlines
  * misc, minorish

* docbook,
  * ocn & footnote numbers (as xml comments)
  * metadata header (docinfo)
  * quotes (blockquote)
  * tables
  * images
  * code block

* vim syntax, add
  * code block, language syntax, optional
  * box block
  * quote block

%% 6.0.7.orig.tar.xz (2014-05-25:20/7)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_6.0.7
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_6.0.7-1
http://www.jus.uio.no/sisu/pkg/src/sisu_6.0.7.orig.tar.xz
  sisu_6.0.7.orig.tar.xz
  sisu_6.0.7-1.dsc

%% 6.0.6.orig.tar.xz (2014-05-18:19/7)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_6.0.6
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_6.0.6-1
http://www.jus.uio.no/sisu/pkg/src/sisu_6.0.6.orig.tar.xz
  sisu_6.0.6.orig.tar.xz
  sisu_6.0.6-1.dsc

* db,
  * use symbols to identify sql engine
  * remove require 'dbi' (ruby-dbi)
  * for pg: require 'pg' (use ruby-pg directly)
  * for sqlite: require 'sqlite3' (use ruby-sqlite3 directly) [already the case]

* cgi, sample search form generator
  * remove require 'dbi' (ruby-dbi)
  * for pg: require 'pg' (use ruby-pg directly)
  * for sqlite: require 'sqlite3' (use ruby-sqlite3 directly)

%% 6.0.5.orig.tar.xz (2014-05-12:19/1)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_6.0.5
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_6.0.5-1
http://www.jus.uio.no/sisu/pkg/src/sisu_6.0.5.orig.tar.xz
  sisu_6.0.5.orig.tar.xz
  sisu_6.0.5-1.dsc

* sisu, ensure return to start dir

* ao, document structure check, stop processing on major error
  (with error message & text at location of failure)

* ao_syntax, address possible manual use of url delimiters「」

* ao, heading with no ocn, distinguish ~# from -#
  * ~# is general & means no ocn (for any object to which it is applied)
  * -# is relevant only for 1~ dummy headings & instructs that they should be
    removed from output where possible, applied so far to pdf, odt & plaintext

* composite, fix includes, provide extra newline after inserted comment
  (Closes: #744360) "includes do not work properly"

* composite (inserts), missing includes doesn't give an error, fix
  (Closes: #744379) see sisu.org for comment

* param, metadata add 'Copyright:' tag to output related to copyright
  (Closes: #744381) syntax: inconsistency \:copyright: and \:license:

* param, remove trailing semicolon after :copyright:
  (Closes: #744358)

* metadata, pdf, remove link to manifest page where --no-manifest is used
  (Closes: #744378)

* digests, digests sha512 option implemented
  * options sha512 sha256 md5
  * command line --sha512
  * rcconf.yml ['defsault']['digest'] = sha512
  (Closes: #744402)

* texpdf, (internal coding)
  * use symbols to identify page orientation
  * renaming related to fontface

* texpdf, pdf colored hyperlinks configurable (cli & sisurc.yml)
  --pdf-hyperlinks-color                                                                                                                                                              │
  --pdf-hyperlinks-no-color or --pdf-hyperlinks-monochrome                                                                                                                            │
  default:
    pdf_hyperlinks: 'color'                                                                                                                                               │
  (other options switch hyperlink color off 'no-color' 'color-off' 'monochrome')                                                                                                      │
  (Closes: #744391) no color on a4 portrait                                                                                                                                           │

* texpdf, headings and table of contents

* texpdf, pdf default font size configurable (cli & sisurc.yml) (no fractions)
  --pdf-fontsize-12 --pdf-fontsize-8
  default:
    texpdf_fontsize: 12
  (Closes: #744405)

* texpdf, for urls switch to sans serif (small fontsize),
  instead of typewriter, latex default
  (Closes: #744353)

* texpdf, mailto markup links set for normal text objects
  (Closes: #744357) but testing required

* texpdf, urls in creator cause breakage
  (Closes: #744541)

* texpdf, & in heading breaks toc, now & is removed from toc not heading,
  broken

* added sisu.org emacs:evil:org mode notes related to sisu development

%% 6.0.4.orig.tar.xz (2014-02-14:06/5)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_6.0.4
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_6.0.4-1
http://www.jus.uio.no/sisu/pkg/src/sisu_6.0.4.orig.tar.xz
  sisu_6.0.4.orig.tar.xz
  sisu_6.0.4-1.dsc

* ocn, object citation numbering
  * add perhaps less cryptic --numbering --no-numbering command-line options
  * plaintext & odt switch default to ocn==true for consistency

%% 6.0.3.orig.tar.xz (2014-02-08:05/6)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_6.0.3
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_6.0.3-1
http://www.jus.uio.no/sisu/pkg/src/sisu_6.0.3.orig.tar.xz
  sisu_6.0.3.orig.tar.xz
  sisu_6.0.3-1.dsc

* cgi, search form (generator), using cgi ENV variables

* examples
  * nginx conf
  * cgi search forms pgsql & sqlite

* documentation, minor update

%% 6.0.2.orig.tar.xz (2014-02-05:05/3)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_6.0.2
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_6.0.2-1
http://www.jus.uio.no/sisu/pkg/src/sisu_6.0.2.orig.tar.xz
  sisu_6.0.2.orig.tar.xz
  sisu_6.0.2-1.dsc

* ao, html book index linking, follow --strict option

* utils, code markers & messages, notes/warning/errors, fix

* sysenv, concordance redirected paths, watch

* manual Rakefile, README & minor config adjustment

%% 6.0.1.orig.tar.xz (2014-02-05:05/3)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_6.0.1
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_6.0.1-1
http://www.jus.uio.no/sisu/pkg/src/sisu_6.0.1.orig.tar.xz
  sisu_6.0.1.orig.tar.xz
  sisu_6.0.1-1.dsc

* ao, document tags

* options
  * --strict html option
  * ocn switch on/off instructions (& defaults for plaintext & odt)

* html cleaning
  * --strict html option
    (various changes, e.g. ocn [url]#37 only available as [url]#o37)
  * tags
  * endnote name and nameref (make compliant)

* epub
  * use same endnote name and nameref as introduced here for html
  * hash digests used only if availabile (availability check)

* ocn turn on/off rules
  * txt
  * odt

* cgi (pgsql, sqlite) fixes

* error/warn messages, including wrappers round require

* documentation, manpage README etc.
  * sisu manual directory moved
  * sisu manual updated
    * README & sisu.1 (manpage) updated
  * removed html man pages (man2html)

%% 6.0.0.orig.tar.xz (2014-01-26:03/7)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_6.0.0
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_6.0.0-1
http://www.jus.uio.no/sisu/pkg/src/sisu_6.0.0.orig.tar.xz
  sisu_6.0.0.orig.tar.xz
  sisu_6.0.0-1.dsc

* v6 development branch opened
  * v4 branch closed -(>4.2.20)-
  * v5 stable branch (>=5.3.0)
  * v6 development branch opened (copy v5) (>=6.0.0)
