From a0f1fa74dc314341c72c01330024d9032aa37db0 Mon Sep 17 00:00:00 2001 From: "Fletcher T. Penney" Date: Mon, 13 Mar 2017 18:11:17 -0400 Subject: [PATCH] version bump --- CMakeLists.txt | 4 ++-- README.md | 19 +++++++++++++++++-- templates/README.md.in | 15 +++++++++++++++ 3 files changed, 34 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a118aa..f784363 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-03-09") +set (My_Project_Revised_Date "2017-03-13") set (My_Project_Version_Major 6) set (My_Project_Version_Minor 0) -set (My_Project_Version_Patch -b1) +set (My_Project_Version_Patch 0-b2) set (My_Project_Version "${My_Project_Version_Major}.${My_Project_Version_Minor}.${My_Project_Version_Patch}") diff --git a/README.md b/README.md index af8f35b..9c4863c 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,28 @@ | ---------- | ------------------------- | | Title: | MultiMarkdown | | Author: | Fletcher T. Penney | -| Date: | 2017-03-09 | +| Date: | 2017-03-13 | | Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney. | -| Version: | 6.0.-b1 | +| Version: | 6.0.0-b2 | ## Updates ## +* 2017-03-13 -- v 6.0.0-b2: + + * ADDED: Add CriticMarkup preprocessor that works across empty lines when accepting/rejecting markup + * ADDED: Add back the mmd6 latex title file + * ADDED: Basic EPUB 3 support -- uses 'miniz' library to zip creation + * ADDED: Update QuickStart and EPUB code + * CHANGED: Update QuickStart guide + * CHANGED: Update test suite + * FIXED: Don't duplicate LaTeX glossary definitions + * FIXED: Fix abbreviations in ODF; Improve test suite + * FIXED: Improve glossaries and abbreviations; Update QuickStart + * FIXED: Tidy up some compiler warnings in code + * FIXED: Use custom UUID code to minimize external dependencies + + * 2017-03-09 -- v 6.0.0-b1: * ADDED: Add French translations; fix typo in German diff --git a/templates/README.md.in b/templates/README.md.in index 75e7020..e505612 100644 --- a/templates/README.md.in +++ b/templates/README.md.in @@ -11,6 +11,21 @@ ## Updates ## +* 2017-03-13 -- v 6.0.0-b2: + + * ADDED: Add CriticMarkup preprocessor that works across empty lines when accepting/rejecting markup + * ADDED: Add back the mmd6 latex title file + * ADDED: Basic EPUB 3 support -- uses 'miniz' library to zip creation + * ADDED: Update QuickStart and EPUB code + * CHANGED: Update QuickStart guide + * CHANGED: Update test suite + * FIXED: Don't duplicate LaTeX glossary definitions + * FIXED: Fix abbreviations in ODF; Improve test suite + * FIXED: Improve glossaries and abbreviations; Update QuickStart + * FIXED: Tidy up some compiler warnings in code + * FIXED: Use custom UUID code to minimize external dependencies + + * 2017-03-09 -- v 6.0.0-b1: * ADDED: Add French translations; fix typo in German -- 2.40.0