From: Fletcher T. Penney Date: Fri, 13 Oct 2017 14:32:20 +0000 (-0400) Subject: version bump X-Git-Tag: 6.2.2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a31be1c1a353cf82bb70d176b33eddc6c333ce8;p=multimarkdown version bump --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 405aeaa..0c78f46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") diff --git a/DevelopmentNotes/DevelopmentNotes.epub b/DevelopmentNotes/DevelopmentNotes.epub index f297ceb..6777b1f 100644 Binary files a/DevelopmentNotes/DevelopmentNotes.epub and b/DevelopmentNotes/DevelopmentNotes.epub differ diff --git a/DevelopmentNotes/DevelopmentNotes.fodt b/DevelopmentNotes/DevelopmentNotes.fodt index e1c5f38..1be40f8 100644 --- a/DevelopmentNotes/DevelopmentNotes.fodt +++ b/DevelopmentNotes/DevelopmentNotes.fodt @@ -276,7 +276,7 @@ office:mimetype="application/vnd.oasis.opendocument.text"> MultiMarkdown v6 Development Notes Fletcher T. Penney - 2017-09-04 + 2017-10-13 dd2d8e76-dc2d-416d-9acd-5395d20871c2 @@ -762,6 +762,71 @@ 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: diff --git a/DevelopmentNotes/DevelopmentNotes.html b/DevelopmentNotes/DevelopmentNotes.html index 52178c0..f739ee7 100644 --- a/DevelopmentNotes/DevelopmentNotes.html +++ b/DevelopmentNotes/DevelopmentNotes.html @@ -4,7 +4,7 @@ MultiMarkdown v6 Development Notes - + @@ -432,6 +432,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:

      diff --git a/DevelopmentNotes/DevelopmentNotes.pdf b/DevelopmentNotes/DevelopmentNotes.pdf index 04bedb7..9f544bc 100644 Binary files a/DevelopmentNotes/DevelopmentNotes.pdf and b/DevelopmentNotes/DevelopmentNotes.pdf differ diff --git a/DevelopmentNotes/DevelopmentNotes.txt b/DevelopmentNotes/DevelopmentNotes.txt index 868d3e0..868132c 100644 --- a/DevelopmentNotes/DevelopmentNotes.txt +++ b/DevelopmentNotes/DevelopmentNotes.txt @@ -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 diff --git a/QuickStart/QuickStart.epub b/QuickStart/QuickStart.epub index 0939ce3..0618429 100644 Binary files a/QuickStart/QuickStart.epub and b/QuickStart/QuickStart.epub differ diff --git a/QuickStart/QuickStart.fodt b/QuickStart/QuickStart.fodt index 3aa98f8..dd8e8ee 100644 --- a/QuickStart/QuickStart.fodt +++ b/QuickStart/QuickStart.fodt @@ -276,7 +276,7 @@ office:mimetype="application/vnd.oasis.opendocument.text"> MultiMarkdown v6 Quick Start Guide Fletcher T. Penney - 6.1.0 + 6.2.2 0d6313fa-9135-477e-9c14-7d62c1977833 @@ -318,7 +318,7 @@ office:mimetype="application/vnd.oasis.opendocument.text"> Introduction -Version: 6.1.0 +Version: 6.2.2 This document serves as a description of MultiMarkdown (MMD) v6, as well as a sample document to demonstrate the various features. Specifically, differences from diff --git a/QuickStart/QuickStart.html b/QuickStart/QuickStart.html index 33ebd61..bcf6962 100644 --- a/QuickStart/QuickStart.html +++ b/QuickStart/QuickStart.html @@ -4,7 +4,7 @@ MultiMarkdown v6 Quick Start Guide - + @@ -43,7 +43,7 @@

      Introduction

      -

      Version: 6.1.0

      +

      Version: 6.2.2

      This document serves as a description of MultiMarkdown (MMD) v6, as well as a sample document to demonstrate the various features. Specifically, differences from diff --git a/QuickStart/QuickStart.pdf b/QuickStart/QuickStart.pdf index 8339edb..7fa0b27 100644 Binary files a/QuickStart/QuickStart.pdf and b/QuickStart/QuickStart.pdf differ diff --git a/QuickStart/QuickStart.txt b/QuickStart/QuickStart.txt index ee532fa..21f3f73 100644 --- a/QuickStart/QuickStart.txt +++ b/QuickStart/QuickStart.txt @@ -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 diff --git a/README.md b/README.md index 81642f7..9d7b680 100644 --- 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)