aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-07-11 00:30:30 -0400
committerRalph Amissah <ralph@amissah.com>2014-07-11 00:30:30 -0400
commit3eed5e6fa993ba5d3213259f4ba4b942181b61af (patch)
tree1a9512bc78dfd6bec1d2a8138dbdc58a463bd751
parentMerge tag 'sisu_5.5.0' into debian/sid (diff)
debian/changelog (5.5.0-1)debian/sisu_5.5.0-1
-rw-r--r--debian/changelog44
1 files changed, 44 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 39682dd1..e25f968d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,47 @@
+sisu (5.5.0-1) unstable; urgency=medium
+
+ [ Ralph Amissah ]
+ * [26ec305] v5 v6: version & changelog (& rakefile)
+ * [d1c4bb3] v5 v6: ao_numbering, auto name segment, extract "number" from
+ heading, fix
+ * [561b662] v5 v6: ao_numbering, check that all auto given number based seg
+ names are unique
+ * [cc3380a] v5 v6: ao_composite, variable name
+ * [86ce218] v5 v6: ao_composite, nested includes, .ssi (insert) can now
+ include .ssi & .sst
+ * .ssm can contain/include .sst or .ssi
+ .sst files can be processed independently, they do not contain other files
+ .ssi files have been only insertions of text & are not processed
+ independently but as part of an ssm
+ change proposed:
+ .ssm unchanged,
+ .sst unchanged,
+ .ssi as before, but can include .sst or .ssi, so:
+ files are only insertions & are not processed independently but as part of
+ an .ssm or another .ssi
+ i.e. as before with the addition that it like a .ssm can contain/include
+ .sst or .ssi
+ * requested feature, (Closes: #744408)
+ User beware. In previous versions there has been a deliberate attempt to
+ keep it easy to follow documents & not have to dig through different
+ levels of includes, as this is more likely to lead to errors in markup.
+ The idea of nested includes has not been attractive (messy for a
+ document), however, this is now made possible, use with care
+ * it is not as easy to see document structure at a glance, and structural
+ errors may be introduced and will need to be taken care of (requiring
+ document markup debugging)
+ * allowing .ssi to also include other .ssi or .sst could lead to infinite
+ recursion if an .ssi includes another which includes itself; stopping
+ after an additional level of includes seems arbitrary, and possibly
+ prone to error if you are dealing with many documents
+ * requires testing
+ * version bump, new behavior added to .ssi one of the 3 sisu filetypes
+ * [3daec54] v5 v6: src sisupod, cosmetic code arrangement
+ * [a93f8d5] v5 v6: src, sisupod composite source, nested includes
+ * [bf076ed] documention related
+
+ -- Ralph Amissah <ralph@amissah.com> Fri, 11 Jul 2014 00:29:17 -0400
+
sisu (5.4.5-1) unstable; urgency=medium
[ Ralph Amissah ]