]> granicus.if.org Git - multimarkdown/commitdiff
version bump
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Fri, 10 Mar 2017 01:14:36 +0000 (20:14 -0500)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Fri, 10 Mar 2017 01:14:36 +0000 (20:14 -0500)
CMakeLists.txt
README.md
templates/README.md.in

index 4029546e450e75b8ab8caa5ff53592202171b29c..22a988a66dc1c3c475cdec490c2f1a6041213957 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-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}")
 
index 9f05a0ed7306b6bfff47db80d3f32440b0db2e82..55aaa6b1e7baf59294292ab16f128d35d852a7b5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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
index 4b648e27b23371b9ba2a96d08da5878bbad37504..75e7020a4100dfae0450db5666b4563103fd325c 100644 (file)
 
 ## 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