From: Fletcher T. Penney
Date: Wed, 15 Mar 2017 15:44:22 +0000 (-0400)
Subject: Version bump
X-Git-Tag: 6.0.0-rc1^2
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc2d9047657fbb4f349e0d09b4503050b8b91d42;p=multimarkdown
Version bump
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f784363..54cd14d 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-13")
+set (My_Project_Revised_Date "2017-03-15")
set (My_Project_Version_Major 6)
set (My_Project_Version_Minor 0)
-set (My_Project_Version_Patch 0-b2)
+set (My_Project_Version_Patch 0-rc1)
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 1c2e668..58c0ace 100644
Binary files a/DevelopmentNotes/DevelopmentNotes.epub and b/DevelopmentNotes/DevelopmentNotes.epub differ
diff --git a/DevelopmentNotes/DevelopmentNotes.fodt b/DevelopmentNotes/DevelopmentNotes.fodt
index 092949d..f02814d 100644
--- a/DevelopmentNotes/DevelopmentNotes.fodt
+++ b/DevelopmentNotes/DevelopmentNotes.fodt
@@ -274,7 +274,7 @@
MultiMarkdown v6 Development Notes
Fletcher T. Penney
- 2017-03-14
+ 2017-03-15
@@ -719,6 +719,103 @@ the code or used during the development.
Changelog
+
+2017–03–15 – v 6.0.0-rc1:
+
+
+
+
+FIXED: Add missing CriticMarkup tokens to LaTeX
+
+
+
+FIXED: Don‘t let labels end on ’' that is escaping the closing ‘]’
+
+
+
+FIXED: Fix NULL pointer dereference
+
+
+
+FIXED: Fix bug in Aho–Corasick implementation
+
+
+
+FIXED: Fix bug with ATX Headers without newline
+
+
+
+FIXED: Fix bug with Setext header starting with ‘:’
+
+
+
+FIXED: Fix bug with leading spaces in abbreviation references
+
+
+
+FIXED: Fix crash with empty definition
+
+
+
+FIXED: Fix edge case with URL definitions
+
+
+
+FIXED: Fix edge case with superscripts
+
+
+
+FIXED: Fix null dereference error in CriticMarkup substitution
+
+
+
+FIXED: Fix potential bug in Aho–Corasick search:
+
+
+
+FIXED: Fix potential bug in storing items to hash
+
+
+
+FIXED: Fix potential bug with line–>block parser
+
+
+
+FIXED: Fix potential crash in attribute parsing
+
+
+
+FIXED: Fix printing raw CriticMarkup tokens in LaTeX
+
+
+
+FIXED: Fix signedness bug in Aho–Corasick
+
+
+
+FIXED: Improve metadata edge cases; Fix NULL pointer dereference
+
+
+
+FIXED: Include non–breaking space (ASCII 160) in re2c patterns
+
+
+
+FIXED: Keep ‘:’ in false positive definitions
+
+
+
+FIXED: Lex space followed by tab as space, not text
+
+
+
+FIXED: Limit lines treated as ATX headers
+
+
+FIXED: Update test code
+
+
+
2017–03–13 – v 6.0.0-b2:
diff --git a/DevelopmentNotes/DevelopmentNotes.html b/DevelopmentNotes/DevelopmentNotes.html
index 493aa2b..b7edd23 100644
--- a/DevelopmentNotes/DevelopmentNotes.html
+++ b/DevelopmentNotes/DevelopmentNotes.html
@@ -4,7 +4,7 @@
MultiMarkdown v6 Development Notes
-
+
@@ -399,6 +399,33 @@ the code or used during the development.
Changelog