diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index dd3c9fd9..21ea5111 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +sisu (3.2.3-1) unstable; urgency=medium + + [ Ralph Amissah ] + * [9de3fc4] sha256 (3.2.2) + * [0e9a8b0] v3: 3.2.3 version & changelog "opened" + * [0013ec9] v3: param, dal_syntax, document header (simple regex) + substitution list + * $ and curly braces are escaped (within sisu) to allow the following: + @make:\n :substitute: /${linux-distro}/,'Debian' /${stable}/,'Squeeze' \ + /${testing}/,'Wheezy' + * changes are not made within text object types: code-blocks, tables or + metadata (document headers). Marked up document remains self-referential. + * Note: the substitution list must be written on a single line, without + line-breaks. + * [Substitutions possibility requested by Debian-live, live-manual (Ben + Armstrong & Daniel Baumann)] + * [8fefa22] v3: vim syntax highlighting, document header added (@make:) + :substitute: + + -- Ralph Amissah <ralph@amissah.com> Sun, 15 Apr 2012 00:40:00 -0400 + sisu (3.2.2-1) unstable; urgency=medium [ Ralph Amissah ] |