version bump

This commit is contained in:
Fletcher T. Penney 2017-03-09 20:14:36 -05:00
parent 207a98101e
commit 3a1ae6bd12
3 changed files with 46 additions and 6 deletions

View 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-05")
set (My_Project_Version_Major 0)
set (My_Project_Version_Minor 4)
set (My_Project_Version_Patch 2b)
set (My_Project_Revised_Date "2017-03-09")
set (My_Project_Version_Major 6)
set (My_Project_Version_Minor 0)
set (My_Project_Version_Patch -b1)
set (My_Project_Version "${My_Project_Version_Major}.${My_Project_Version_Minor}.${My_Project_Version_Patch}")

View File

@ -4,13 +4,33 @@
| ---------- | ------------------------- |
| Title: | MultiMarkdown |
| Author: | Fletcher T. Penney |
| Date: | 2017-03-05 |
| Date: | 2017-03-09 |
| Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney. |
| Version: | 0.4.2b |
| Version: | 6.0.-b1 |
## Updates ##
* 2017-03-09 -- v 6.0.0-b1:
* ADDED: Add French translations; fix typo in German
* ADDED: Add Quick Start guide
* ADDED: Add functionality to automatically identify abbreviations and glossary terms in source
* ADDED: Improve LaTeX configuration files
* ADDED: Update German translations
* ADDED: Use native ODF table of contents instead of a manual list
* ADDED: Use native command for table of contents in LaTeX
* CHANGED: Bring HTML and ODF into line with LaTeX as to output of abbreviatinos on first and subsequent uses
* CHANGED: Slight performance tweak
* CHANGED: Update German test suite
* FIXED: Allow {{TOC}} in latex verbatim
* FIXED: Don't free token_pool if never initialized
* FIXED: Fix German typo
* FIXED: Fix missing token type
* FIXED: Improve performance of checking document for metadata, which improves performance when checking for possible transclusion
* FIXED: Update test suite for abbreviation changes
* 2017-03-05 -- v 0.4.2-b:
* ADDED: Add and utility functions; fix memory leak

View File

@ -11,6 +11,26 @@
## Updates ##
* 2017-03-09 -- v 6.0.0-b1:
* ADDED: Add French translations; fix typo in German
* ADDED: Add Quick Start guide
* ADDED: Add functionality to automatically identify abbreviations and glossary terms in source
* ADDED: Improve LaTeX configuration files
* ADDED: Update German translations
* ADDED: Use native ODF table of contents instead of a manual list
* ADDED: Use native command for table of contents in LaTeX
* CHANGED: Bring HTML and ODF into line with LaTeX as to output of abbreviatinos on first and subsequent uses
* CHANGED: Slight performance tweak
* CHANGED: Update German test suite
* FIXED: Allow {{TOC}} in latex verbatim
* FIXED: Don't free token_pool if never initialized
* FIXED: Fix German typo
* FIXED: Fix missing token type
* FIXED: Improve performance of checking document for metadata, which improves performance when checking for possible transclusion
* FIXED: Update test suite for abbreviation changes
* 2017-03-05 -- v 0.4.2-b:
* ADDED: Add and utility functions; fix memory leak