]> granicus.if.org Git - multimarkdown/commitdiff
Version bump
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Sun, 5 Mar 2017 23:32:43 +0000 (18:32 -0500)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Sun, 5 Mar 2017 23:32:43 +0000 (18:32 -0500)
CMakeLists.txt
README.md
templates/README.md.in

index 7f5050a6e9f1ae1aff0f5d101d47048b64313057..6d09be0211ba6a208ee1520878bd252fff66269f 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-02-17")
+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 1b)
+set (My_Project_Version_Patch 2b)
 
 set (My_Project_Version "${My_Project_Version_Major}.${My_Project_Version_Minor}.${My_Project_Version_Patch}")
 
index 8f876ba3346a8ec5dab08f2901cbe357eb98d38b..9f05a0ed7306b6bfff47db80d3f32440b0db2e82 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,13 +4,29 @@
 | ---------- | ------------------------- |  
 | Title:     | MultiMarkdown        |  
 | Author:    | Fletcher T. Penney       |  
-| Date:      | 2017-02-17 |  
+| Date:      | 2017-03-05 |  
 | Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney.    |  
-| Version:   | 0.4.1b      |  
+| Version:   | 0.4.2b      |  
 
 
 ## Updates ##
 
+* 2017-03-05 -- v 0.4.2-b:
+
+       *    ADDED: Add  and  utility functions; fix memory leak
+       *    ADDED: Initial abbreviation support
+       *    ADDED: Keep working on Abbreviations/Glossaries
+       *    ADDED: Refactor abbreviation code; Add inline abbreviations; Fix abbreviations in ODF
+       *    ADDED: Update Inline Footnote test
+       *    CHANGED: Add comments to i18n.h
+       *    CHANGED: Finish refactoring note-related code
+       *    CHANGED: Refactor footnotes
+       *    CHANGED: Refactor glossary code
+       *    CHANGED: Remove offset from html export functions
+       *    FIXED: latex list items need to block optional argument to allow '[' as first character
+       *    Merge branch 'release/0.4.1-b' into develop
+
+
 * 2017-03-04 -- v 0.4.1-b:
 
        *    FIXED: Add glossary localization
index 99192b4c3378b646e1cecda039cf1b2b982a20f8..4b648e27b23371b9ba2a96d08da5878bbad37504 100644 (file)
 
 ## Updates ##
 
+* 2017-03-05 -- v 0.4.2-b:
+
+       *    ADDED: Add  and  utility functions; fix memory leak
+       *    ADDED: Initial abbreviation support
+       *    ADDED: Keep working on Abbreviations/Glossaries
+       *    ADDED: Refactor abbreviation code; Add inline abbreviations; Fix abbreviations in ODF
+       *    ADDED: Update Inline Footnote test
+       *    CHANGED: Add comments to i18n.h
+       *    CHANGED: Finish refactoring note-related code
+       *    CHANGED: Refactor footnotes
+       *    CHANGED: Refactor glossary code
+       *    CHANGED: Remove offset from html export functions
+       *    FIXED: latex list items need to block optional argument to allow '[' as first character
+       *    Merge branch 'release/0.4.1-b' into develop
+
+
 * 2017-03-04 -- v 0.4.1-b:
 
        *    FIXED: Add glossary localization