]> granicus.if.org Git - multimarkdown/commitdiff
version bump
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Fri, 13 Oct 2017 14:32:20 +0000 (10:32 -0400)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Fri, 13 Oct 2017 14:32:20 +0000 (10:32 -0400)
12 files changed:
CMakeLists.txt
DevelopmentNotes/DevelopmentNotes.epub
DevelopmentNotes/DevelopmentNotes.fodt
DevelopmentNotes/DevelopmentNotes.html
DevelopmentNotes/DevelopmentNotes.pdf
DevelopmentNotes/DevelopmentNotes.txt
QuickStart/QuickStart.epub
QuickStart/QuickStart.fodt
QuickStart/QuickStart.html
QuickStart/QuickStart.pdf
QuickStart/QuickStart.txt
README.md

index 405aeaa7987681360f0b2e5f96155505643c75d1..0c78f4618e286038d49b6db2487fcba3ac9b9310 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-09-04")
+set (My_Project_Revised_Date "2017-10-13")
 set (My_Project_Version_Major 6)
 set (My_Project_Version_Minor 2)
-set (My_Project_Version_Patch 1)
+set (My_Project_Version_Patch 2)
 
 set (My_Project_Version "${My_Project_Version_Major}.${My_Project_Version_Minor}.${My_Project_Version_Patch}")
 
index f297cebf57a762bbe01829485a4a3e4211513b05..6777b1f69890ab439d4bcb7a5613eb8a6f36d777 100644 (file)
Binary files a/DevelopmentNotes/DevelopmentNotes.epub and b/DevelopmentNotes/DevelopmentNotes.epub differ
index e1c5f387b0a0d138f15b96c928a83752705b5d61..1be40f827bc1fe3786c4e20e7a85ff303bf0acc9 100644 (file)
@@ -276,7 +276,7 @@ office:mimetype="application/vnd.oasis.opendocument.text">
 <office:meta>
        <dc:title>MultiMarkdown v6 Development Notes</dc:title>
        <dc:creator>Fletcher T. Penney</dc:creator>
-       <meta:user-defined meta:name="date">2017-09-04</meta:user-defined>
+       <meta:user-defined meta:name="date">2017-10-13</meta:user-defined>
        <meta:user-defined meta:name="uuid">dd2d8e76-dc2d-416d-9acd-5395d20871c2</meta:user-defined>
 </office:meta>
 <office:body>
@@ -762,6 +762,71 @@ TextBundle/TextPack, OpenDocument, etc.</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;10&#8211;13 - v 6.2.2.:</text:p>
+
+<text:list text:style-name="L1">
+<text:list-item>
+<text:p text:style-name="P1">
+ADDED: Add support for tables without header; test for table with multiple header rows</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+CHANGED: Remove dead line of code</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Add NULL check on my strdup functions</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix NULL dereference in abbreviation search</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix issue with libCurl on some systems (Thanks, Brad!)</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix math markers in code spans</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix potential dereference in table handling</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Fix use of uninitialized variable</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Improve consistency of math token handling</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+FIXED: Relax table separator line rules to allow missing final pipe</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+UPDATED: Add additional asset storage option</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+UPDATED: Add note about tables in MMD-6 to Quick Start Guide</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+UPDATED: Fix readme</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="P1">
+UPDATED: Update QuickStart Guide</text:p></text:list-item>
+
+<text:list-item>
+<text:p text:style-name="Standard">UPDATED: Update readme</text:p></text:list-item>
+
+</text:list></text:list-item>
+
 <text:list-item>
 <text:p text:style-name="Standard">2017&#8211;09&#8211;04 - v 6.2.1:</text:p>
 
index 52178c01de88f130a157b75337f02c2e4df7dcb4..f739ee7c8ade666cf871ba03274eb0a9ba824c9a 100644 (file)
@@ -4,7 +4,7 @@
        <meta charset="utf-8"/>
        <title>MultiMarkdown v6 Development Notes</title>
        <meta name="author" content="Fletcher T. Penney"/>
-       <meta name="date" content="2017-09-04"/>
+       <meta name="date" content="2017-10-13"/>
        <meta name="uuid" content="dd2d8e76-dc2d-416d-9acd-5395d20871c2"/>
 </head>
 <body>
@@ -432,6 +432,25 @@ TextBundle/TextPack, OpenDocument, etc.</p></li>
 <h3 id="changelog">Changelog </h3>
 
 <ul>
+<li><p>2017&#8211;10&#8211;13 - v 6.2.2.:</p>
+
+<ul>
+<li>ADDED: Add support for tables without header; test for table with multiple header rows</li>
+<li>CHANGED: Remove dead line of code</li>
+<li>FIXED: Add NULL check on my strdup functions</li>
+<li>FIXED: Fix NULL dereference in abbreviation search</li>
+<li>FIXED: Fix issue with libCurl on some systems (Thanks, Brad!)</li>
+<li>FIXED: Fix math markers in code spans</li>
+<li>FIXED: Fix potential dereference in table handling</li>
+<li>FIXED: Fix use of uninitialized variable</li>
+<li>FIXED: Improve consistency of math token handling</li>
+<li>FIXED: Relax table separator line rules to allow missing final pipe</li>
+<li>UPDATED: Add additional asset storage option</li>
+<li>UPDATED: Add note about tables in <abbr title="MultiMarkdown">MMD</abbr>-6 to Quick Start Guide</li>
+<li>UPDATED: Fix readme</li>
+<li>UPDATED: Update QuickStart Guide</li>
+<li>UPDATED: Update readme</li>
+</ul></li>
 <li><p>2017&#8211;09&#8211;04 - v 6.2.1:</p>
 
 <ul>
index 04bedb7d093bf4b2eabb579fcfd29038f33fbf10..9f544bc9a574ce0a270b43683bd5486a7267f984 100644 (file)
Binary files a/DevelopmentNotes/DevelopmentNotes.pdf and b/DevelopmentNotes/DevelopmentNotes.pdf differ
index 868d3e0d5f719d005082913456953bd3b5319f2e..868132c87131f5c753d9dd533b79ab5350ea3edc 100644 (file)
@@ -1,6 +1,6 @@
 Title: MultiMarkdown v6 Development Notes
 Author:        Fletcher T. Penney
-Date: 2017-09-04  
+Date: 2017-10-13  
 LaTeX Config:  tufte-handout
 Base Header Level:     3
 uuid: dd2d8e76-dc2d-416d-9acd-5395d20871c2
@@ -471,6 +471,25 @@ TextBundle/TextPack, OpenDocument, etc.
 
 # Changelog #
 
+* 2017-10-13 - v 6.2.2.:
+
+       *    ADDED: Add support for tables without header; test for table with multiple header rows
+       *    CHANGED: Remove dead line of code
+       *    FIXED: Add NULL check on my strdup functions
+       *    FIXED: Fix NULL dereference in abbreviation search
+       *    FIXED: Fix issue with libCurl on some systems (Thanks, Brad!)
+       *    FIXED: Fix math markers in code spans
+       *    FIXED: Fix potential dereference in table handling
+       *    FIXED: Fix use of uninitialized variable
+       *    FIXED: Improve consistency of math token handling
+       *    FIXED: Relax table separator line rules to allow missing final pipe
+       *    UPDATED: Add additional asset storage option
+       *    UPDATED: Add note about tables in MMD-6 to Quick Start Guide
+       *    UPDATED: Fix readme
+       *    UPDATED: Update QuickStart Guide
+       *    UPDATED: Update readme
+
+
 * 2017-09-04 - v 6.2.1:
 
        *    ADDED: Add Hebrew to command line help
index 0939ce32fc9a5f1736944e2d58053166b88dfc81..0618429b15796d6aac56a4f6982c4b9b3c6b7b4e 100644 (file)
Binary files a/QuickStart/QuickStart.epub and b/QuickStart/QuickStart.epub differ
index 3aa98f803ea0f7a98c9c958c21746639b4977b27..dd8e8ee50e3a209ebd425fc53da3a5156dc52076 100644 (file)
@@ -276,7 +276,7 @@ office:mimetype="application/vnd.oasis.opendocument.text">
 <office:meta>
        <dc:title>MultiMarkdown v6 Quick Start Guide</dc:title>
        <dc:creator>Fletcher T. Penney</dc:creator>
-       <meta:user-defined meta:name="version">6.1.0</meta:user-defined>
+       <meta:user-defined meta:name="version">6.2.2</meta:user-defined>
        <meta:user-defined meta:name="uuid">0d6313fa-9135-477e-9c14-7d62c1977833</meta:user-defined>
 </office:meta>
 <office:body>
@@ -318,7 +318,7 @@ office:mimetype="application/vnd.oasis.opendocument.text">
 
 <text:h text:outline-level="3"><text:bookmark text:name="introduction"/>Introduction </text:h>
 
-<text:p text:style-name="Standard">Version: 6.1.0</text:p>
+<text:p text:style-name="Standard">Version: 6.2.2</text:p>
 
 <text:p text:style-name="Standard">This document serves as a description of MultiMarkdown (MMD) v6, as well as a sample
 document to demonstrate the various features. Specifically, differences from
index 33ebd611a433943021f53fa72b1d286cd584adc1..bcf6962c1d12b6d216e4ea47e3394a90c26db3e3 100644 (file)
@@ -4,7 +4,7 @@
        <meta charset="utf-8"/>
        <title>MultiMarkdown v6 Quick Start Guide</title>
        <meta name="author" content="Fletcher T. Penney"/>
-       <meta name="version" content="6.1.0"/>
+       <meta name="version" content="6.2.2"/>
        <meta name="uuid" content="0d6313fa-9135-477e-9c14-7d62c1977833"/>
 </head>
 <body>
@@ -43,7 +43,7 @@
 
 <h3 id="introduction">Introduction </h3>
 
-<p>Version: 6.1.0</p>
+<p>Version: 6.2.2</p>
 
 <p>This document serves as a description of MultiMarkdown (<abbr title="MultiMarkdown">MMD</abbr>) v6, as well as a sample
 document to demonstrate the various features. Specifically, differences from
index 8339edb5483c43521d75c3867b9b222f8d89a25d..7fa0b2729dc2eb74dc30842015812272cf95d087 100644 (file)
Binary files a/QuickStart/QuickStart.pdf and b/QuickStart/QuickStart.pdf differ
index ee532fa578954a8bb97a4b04507dc6a530f1e690..21f3f73d0a291af3c2a383d67675a6a66cddf801 100644 (file)
@@ -1,6 +1,6 @@
 Title: MultiMarkdown v6 Quick Start Guide
 Author:        Fletcher T. Penney
-Version:       6.1.0
+Version:       6.2.2
 LaTeX Config:  tufte-handout
 Base Header Level:     3
 uuid:  0d6313fa-9135-477e-9c14-7d62c1977833
index 81642f7164f8ba1f557454dbdfb3bb24f3dc75e6..9d7b680cbacf650a56df235678e381822c159e3c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@
 | ---------- | ------------------------- |  
 | Title:     | MultiMarkdown        |  
 | Author:    | Fletcher T. Penney       |  
-| Date:      | 2017-09-04 |  
+| Date:      | 2017-10-13 |  
 | Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney.    |  
-| Version:   | 6.2.1      |  
+| Version:   | 6.2.2      |  
 
 master branch: [![Build Status](https://travis-ci.org/fletcher/MultiMarkdown-6.svg?branch=master)](https://travis-ci.org/fletcher/MultiMarkdown-6)  
 develop branch: [![Build Status](https://travis-ci.org/fletcher/MultiMarkdown-6.svg?branch=develop)](https://travis-ci.org/fletcher/MultiMarkdown-6)