]> granicus.if.org Git - multimarkdown/commitdiff
Version bump
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Sun, 19 Mar 2017 17:03:45 +0000 (13:03 -0400)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Sun, 19 Mar 2017 17:03:45 +0000 (13:03 -0400)
CMakeLists.txt
DevelopmentNotes/DevelopmentNotes.epub
DevelopmentNotes/DevelopmentNotes.fodt
DevelopmentNotes/DevelopmentNotes.html
DevelopmentNotes/DevelopmentNotes.pdf
DevelopmentNotes/DevelopmentNotes.txt
README.md

index e50d737345af0e1969c27630551f47bb0cf73365..90c75cf00a25afcd9d8bd2761c4544fa5469f215 100644 (file)
@@ -8,10 +8,10 @@ cmake_minimum_required (VERSION 2.6)
 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}")
 
index 58c0acebb97a33b56d9eda5b7dfaa8445a1c244d..0aa1386d3667040394e87963e560321a89c1f5c7 100644 (file)
Binary files a/DevelopmentNotes/DevelopmentNotes.epub and b/DevelopmentNotes/DevelopmentNotes.epub differ
index 130065e33127b003bdcc5b2a8bf521731d6245b0..fe762ca515def1e36a1582dbc5d82fd2c6c2e9a5 100644 (file)
@@ -754,6 +754,119 @@ more cross-platform approach than that used by MMD v5.</text:p></text:list-item>
 <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&#8211;03&#8211;19 &#8211; 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&#8211;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&#8211;03&#8211;15 &#8211; v 6.0.0-rc1:</text:p>
 
index 2fcee042d1e28fe8d13fd8208ef749781262eb38..1de81b75edb1915b21710d8932f15a8d3896d135 100644 (file)
@@ -428,6 +428,37 @@ more cross-platform approach than that used by <abbr title="MultiMarkdown">MMD</
 <h3 id="changelog">Changelog </h3>
 
 <ul>
+<li><p>2017&#8211;03&#8211;19 &#8211; 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&#8211;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&#8211;03&#8211;15 &#8211; v 6.0.0-rc1:</p>
 
 <ul>
index c9de88f5efff97a8eeb80263d78424b2ba031d54..d39875afd8c7c5e16b6763995075aa94e777cea3 100644 (file)
Binary files a/DevelopmentNotes/DevelopmentNotes.pdf and b/DevelopmentNotes/DevelopmentNotes.pdf differ
index 9d9ee4518fb2c7c13999d1e892f7b9701fe44864..9934d1b3bd05cff4b683d8d28f1cafe1416db76e 100644 (file)
@@ -465,6 +465,37 @@ more cross-platform approach than that used by MMD v5.
 
 # 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
index d8374157076b4512184ac647ed57d103cf35145f..706ea97ed7660fb6f12838fa58dd76426422c157 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@
 | ---------- | ------------------------- |  
 | 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! ##