aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2012-03-12 19:00:47 -0400
committerRalph Amissah <ralph@amissah.com>2012-03-12 19:00:47 -0400
commit6923591e0ad81dd539ac847eb98f6dc0e691388e (patch)
tree5de07beb87b6cea6610f61848c3123f4ab3b5780
parentMerge tag 'sisu_3.1.15' into debian/sid (diff)
debian/changelog (3.1.15-1)debian/sisu_3.1.15-1
-rw-r--r--debian/changelog74
1 files changed, 74 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1f98364d..04f0b4a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,77 @@
+sisu (3.1.15-1) unstable; urgency=medium
+
+ [ Ralph Amissah ]
+ * [8f91f70] sha256 (3.1.14)
+ * [dc4c672] v3 v3dv: 3.1.15 & 3.2.0~pre version & changelog "opened"
+ * [2e1d003] v3dv: lib, clean trailing whitespace
+ * [231c64e] v3dv: texinfo, fix (break holding back 3.2 merge)
+ * proposed next version starts 3.2, (merge dev branch after 3.1.15)
+ * [4cdfa55] v3dv: sysenv, param, options, output control hooks code modified
+ * for config file, document headers, & command line
+ * requiring downstream code changes (in commit that follows)
+ * [756caa5] v3dv: start using output control hooks
+ * for config file, document headers, & command line
+ * v3dv: sysenv, ProcessingSettings, start to use hooks to make it possible
+ to control (via: the command line; the document markup header, or; the
+ configuration file) the likes of: ocn, toc, segsubtoc, minitoc,
+ links-to-manifest, search-form, html-navigation, html-navigation-bar,
+ html-right-pane, html-top-band; these are switched on by default and may
+ be switched off in omit lists within configuration file, the document
+ markup header, or command line. The command line takes precedence & may
+ switch on or off overriding settings within the document markup header or
+ the sisu configuration file.
+ * --inc- on by default, but if switched off in doc header or
+ configuration, the command line --inc- has precedence; for each possible
+ exclude configuration the --inc- switch that overrides configuration
+ settings
+ * --exc- == --no-; exclude/switch off feature (but --inc- include has
+ precedence)
+ * document header @build: :omit: [list output features to be omitted]
+ * configuration (sisurc.yml) omit:
+ exclude output feature, overrides configuration settings (omit --dev
+ development branch modifier once merged back to main)
+ --exc-ocn, html (seg, scroll), epub, xml, pdf
+ sisu --dev --exc-ocn --html --epub --xml-sax --xml-dom --xhtml -v \
+ filename.sst
+ --exc-toc, html (scroll), epub, pdf
+ sisu --dev --exc-toc --html --epub --pdf -v filename.sst
+ --exc-segsubtoc html (seg), epub
+ sisu --dev --exc-segsubtoc --html --epub -v filename.sst
+ --exc-minitoc, html (seg), concordance, manifest
+ sisu --dev --exc-minitoc --html --concordance -v filename.sst
+ --exc-manifest-minitoc, manifest
+ sisu --dev --exc-manifest-minitoc --html -v filename.sst
+ --exc-links_to_manifest, --exc-manifest-links,
+ html (seg, scroll)
+ sisu --dev --exc-manifest-links --html -v filename.sst
+ --exc-search-form, html (seg, scroll), manifest
+ sisu --dev --exc-search-form --html -v filename.sst
+ --exc-html-minitoc, html (seg), concordance
+ sisu --dev --exc-html-minitoc --html --concordance -v filename.sst
+ --exc-html-navigation, html (seg, scroll)?
+ sisu --dev --exc-html-navigation --html -v filename.sst
+ --exc-html-navigation-bar, html (seg)
+ sisu --dev --exc-html-navigation-bar --html -v filename.sst
+ --exc-html-search-form, html (seg, scroll)
+ sisu --dev --exc-html-search-form --html -v filename.sst
+ --exc-html-right-pane, html (seg, scroll)
+ sisu --dev --exc-html-right-pane --html -v filename.sst
+ --exc-html-top-band, html (seg, scroll), concordance (minitoc is
+ forced on to provide seg navigation)
+ sisu --dev --exc-html-top-band --html --concordance -v filename.sst
+ * [c79ce1e] v3dv: vim syntax highlighting, document header added :omit: (under
+ @make)
+ * [b53d63a] v3dv: documentation sisu_commands, rearranged & update with regard
+ to excludes
+ * sisurc.yml omit list, commented out omit line with single example added
+ * [86b767b] v3dv: sqlite3 discreet .sql.db file for each document (possibility
+ added)
+ * in addition to existing possibility of a shared db in sqlite3 or
+ postgresql
+ * [58bc2e5] v3dv: documentation sisu_commands, add sqlite3 discreet
+
+ -- Ralph Amissah <ralph@amissah.com> Mon, 12 Mar 2012 18:55:10 -0400
+
sisu (3.1.14-1) unstable; urgency=low
[ Ralph Amissah ]