set (My_Project_Title "MultiMarkdown")
set (My_Project_Description "Lightweight markup processor to produce HTML, LaTeX, and more.")
set (My_Project_Author "Fletcher T. Penney")
-set (My_Project_Revised_Date "2017-03-15")
+set (My_Project_Revised_Date "2017-03-19")
set (My_Project_Version_Major 6)
set (My_Project_Version_Minor 0)
-set (My_Project_Version_Patch 0-rc1)
+set (My_Project_Version_Patch 0-rc2)
set (My_Project_Version "${My_Project_Version_Major}.${My_Project_Version_Minor}.${My_Project_Version_Patch}")
<text:h text:outline-level="3"><text:bookmark text:name="changelog"/>Changelog </text:h>
<text:list text:style-name="L1">
+<text:list-item>
+<text:p text:style-name="Standard">2017–03–19 – v 6.0.0-rc2:</text:p>
+
+<text:list text:style-name="L1">
+<text:list-item>
+<text:p text:style-name="P1">
+ADDED: Add debugging info</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+ADDED: Add image assets when creating EPUB</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+ADDED: Add mmd2epub convenience script</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+ADDED: Add support for random footnote numbers</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+ADDED: Include tables as targets for cross–reference links</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+ADDED: Store css metadata as asset</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+CHANGED: Table captions now bottom aligned in HTML</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+CHANGED: Update license and development notes</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix Fuzz LaTeX test</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix bug in HR parsing</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix bug in determining label for headers</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix bug in printing NULL strings</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix bug in transclusion code</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix cmake to find on *nix systems libcurl</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix crash in parsing URL destinations</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix crash in reference definitions</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix potential crash</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix potential crash in definitions</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix regression in transclusion</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Free memory from asset hash</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Improve Spanish translations</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Improve token_split() algorithm and searching for abbreviations and glossary terms in text</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Improve width/height attributes for HTML images</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Update Spanish, update Spanish test suite, add languages to help screen</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Update table caption alignment for CSS instead of deprecated alignment</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+UPDATE: Update documentation</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="Standard">UPDATED: Add notes to main.swift</text:p></text:list-item>
+
+</text:list></text:list-item>
+
<text:list-item>
<text:p text:style-name="Standard">2017–03–15 – v 6.0.0-rc1:</text:p>
<h3 id="changelog">Changelog </h3>
<ul>
+<li><p>2017–03–19 – v 6.0.0-rc2:</p>
+
+<ul>
+<li>ADDED: Add debugging info</li>
+<li>ADDED: Add image assets when creating EPUB</li>
+<li>ADDED: Add mmd2epub convenience script</li>
+<li>ADDED: Add support for random footnote numbers</li>
+<li>ADDED: Include tables as targets for cross–reference links</li>
+<li>ADDED: Store css metadata as asset</li>
+<li>CHANGED: Table captions now bottom aligned in HTML</li>
+<li>CHANGED: Update license and development notes</li>
+<li>FIXED: Fix Fuzz LaTeX test</li>
+<li>FIXED: Fix bug in HR parsing</li>
+<li>FIXED: Fix bug in determining label for headers</li>
+<li>FIXED: Fix bug in printing NULL strings</li>
+<li>FIXED: Fix bug in transclusion code</li>
+<li>FIXED: Fix cmake to find on *nix systems libcurl</li>
+<li>FIXED: Fix crash in parsing URL destinations</li>
+<li>FIXED: Fix crash in reference definitions</li>
+<li>FIXED: Fix potential crash</li>
+<li>FIXED: Fix potential crash in definitions</li>
+<li>FIXED: Fix regression in transclusion</li>
+<li>FIXED: Free memory from asset hash</li>
+<li>FIXED: Improve Spanish translations</li>
+<li>FIXED: Improve token_split() algorithm and searching for abbreviations and glossary terms in text</li>
+<li>FIXED: Improve width/height attributes for HTML images</li>
+<li>FIXED: Update Spanish, update Spanish test suite, add languages to help screen</li>
+<li>FIXED: Update table caption alignment for CSS instead of deprecated alignment</li>
+<li>UPDATE: Update documentation</li>
+<li>UPDATED: Add notes to main.swift</li>
+</ul></li>
<li><p>2017–03–15 – v 6.0.0-rc1:</p>
<ul>
# Changelog #
+* 2017-03-19 -- v 6.0.0-rc2:
+
+ * ADDED: Add debugging info
+ * ADDED: Add image assets when creating EPUB
+ * ADDED: Add mmd2epub convenience script
+ * ADDED: Add support for random footnote numbers
+ * ADDED: Include tables as targets for cross-reference links
+ * ADDED: Store css metadata as asset
+ * CHANGED: Table captions now bottom aligned in HTML
+ * CHANGED: Update license and development notes
+ * FIXED: Fix Fuzz LaTeX test
+ * FIXED: Fix bug in HR parsing
+ * FIXED: Fix bug in determining label for headers
+ * FIXED: Fix bug in printing NULL strings
+ * FIXED: Fix bug in transclusion code
+ * FIXED: Fix cmake to find on *nix systems libcurl
+ * FIXED: Fix crash in parsing URL destinations
+ * FIXED: Fix crash in reference definitions
+ * FIXED: Fix potential crash
+ * FIXED: Fix potential crash in definitions
+ * FIXED: Fix regression in transclusion
+ * FIXED: Free memory from asset hash
+ * FIXED: Improve Spanish translations
+ * FIXED: Improve token_split() algorithm and searching for abbreviations and glossary terms in text
+ * FIXED: Improve width/height attributes for HTML images
+ * FIXED: Update Spanish, update Spanish test suite, add languages to help screen
+ * FIXED: Update table caption alignment for CSS instead of deprecated alignment
+ * UPDATE: Update documentation
+ * UPDATED: Add notes to main.swift
+
+
* 2017-03-15 -- v 6.0.0-rc1:
* FIXED: Add missing CriticMarkup tokens to LaTeX
| ---------- | ------------------------- |
| Title: | MultiMarkdown |
| Author: | Fletcher T. Penney |
-| Date: | 2017-03-15 |
+| Date: | 2017-03-19 |
| Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney. |
-| Version: | 6.0.0-rc1 |
+| Version: | 6.0.0-rc2 |
## An Announcement! ##