From: Fletcher T. Penney
Date: Wed, 28 Mar 2018 13:20:04 +0000 (-0400)
Subject: version bump
X-Git-Tag: 6.3.2^2
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb41f04775c09c784fa018ffe0e5b39a47abb8f5;p=multimarkdown
version bump
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f46e018..0610a2c 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 "2018-03-27")
+set (My_Project_Revised_Date "2018-03-28")
set (My_Project_Version_Major 6)
set (My_Project_Version_Minor 3)
-set (My_Project_Version_Patch 1)
+set (My_Project_Version_Patch 2)
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 919076f..82fd304 100644
Binary files a/DevelopmentNotes/DevelopmentNotes.epub and b/DevelopmentNotes/DevelopmentNotes.epub differ
diff --git a/DevelopmentNotes/DevelopmentNotes.fodt b/DevelopmentNotes/DevelopmentNotes.fodt
index 76037db..d597347 100644
--- a/DevelopmentNotes/DevelopmentNotes.fodt
+++ b/DevelopmentNotes/DevelopmentNotes.fodt
@@ -276,7 +276,7 @@ office:mimetype="application/vnd.oasis.opendocument.text">
MultiMarkdown v6 Development Notes
Fletcher T. Penney
- 2018-02-05
+ 2018-03-38
dd2d8e76-dc2d-416d-9acd-5395d20871c2
@@ -721,7 +721,8 @@ the code or used during the development.
Dependencies/Libraries
MMD v6 has no external dependencies when compiling, aside from the standard
-libraries for C development.
+libraries for C development (Except that it will use libcurl if available in
+order to support downloading remote images/files for EPUB/FODT exporting.
MMD can be compiled without any other tools beside the build system (cmake).
@@ -762,6 +763,92 @@ TextBundle/TextPack, OpenDocument, etc.
Changelog
+
+2018–03–28 - v 6.3.2:
+
+
+
+UPDATED: Update documentation
+
+
+
+
+2018–03–27 - v 6.3.1:
+
+
+
+
+ADDED: Add beamer support for code highlighting
+
+
+
+ADDED: Add extra tests for variations on link types
+
+
+
+ADDED: Add integrated memoir test
+
+
+
+ADDED: Migrate manuscript and memoir(book) LaTeX formats to MMD-6
+
+
+
+FIXED: Checking for metadata was partially erasing token tree and leaving engine in invalid state
+
+
+
+FIXED: Explicitly disable metadata in compatibility mode
+
+
+
+FIXED: Fix Makefile for Windows 32-bit zip
+
+
+
+FIXED: Fix detection of invalid request to copy substring of DString
+
+
+
+FIXED: Fix issue with empty metadata lines
+
+
+
+FIXED: Fix issue with raw source markers(fixes #115)
+
+
+
+FIXED: Fix issue with trailing ATX hash without final newline
+
+
+
+FIXED: Fix potential pointer overflow if line starts with ‘:::’
+
+
+
+FIXED: Improve internal link creation in LaTeX
+
+
+
+FIXED: Improve logic for disabling metadata
+
+
+
+FIXED: Improve parsing of HTML 5 tag
+
+
+
+UPDATED: Add beginnings of Beamer test suite; add support for beamer/memoir and raw text blocks
+
+
+
+UPDATED: Update quick start guide
+
+
+UPDATED: Update remaining tests for LaTeX change
+
+
+
2018–02–05 - v 6.3.0:
diff --git a/DevelopmentNotes/DevelopmentNotes.html b/DevelopmentNotes/DevelopmentNotes.html
index 0a3a08a..f12b5f7 100644
--- a/DevelopmentNotes/DevelopmentNotes.html
+++ b/DevelopmentNotes/DevelopmentNotes.html
@@ -4,7 +4,7 @@
MultiMarkdown v6 Development Notes
-
+
@@ -399,7 +399,8 @@ the code or used during the development.
Dependencies/Libraries
MMD v6 has no external dependencies when compiling, aside from the standard
-libraries for C development.
+libraries for C development (Except that it will use libcurl
if available in
+order to support downloading remote images/files for EPUB/FODT exporting.
MMD can be compiled without any other tools beside the build system (cmake).
@@ -432,6 +433,33 @@ TextBundle/TextPack, OpenDocument, etc.
Changelog
+2018–03–28 - v 6.3.2:
+
+
+- UPDATED: Update documentation
+
+2018–03–27 - v 6.3.1:
+
+
+- ADDED: Add beamer support for code highlighting
+- ADDED: Add extra tests for variations on link types
+- ADDED: Add integrated memoir test
+- ADDED: Migrate manuscript and memoir(book) LaTeX formats to MMD-6
+- FIXED: Checking for metadata was partially erasing token tree and leaving engine in invalid state
+- FIXED: Explicitly disable metadata in compatibility mode
+- FIXED: Fix Makefile for Windows 32-bit zip
+- FIXED: Fix detection of invalid request to copy substring of DString
+- FIXED: Fix issue with empty metadata lines
+- FIXED: Fix issue with raw source markers(fixes #115)
+- FIXED: Fix issue with trailing ATX hash without final newline
+- FIXED: Fix potential pointer overflow if line starts with ‘:::’
+- FIXED: Improve internal link creation in LaTeX
+- FIXED: Improve logic for disabling metadata
+- FIXED: Improve parsing of HTML 5
+- UPDATED: Add beginnings of Beamer test suite; add support for beamer/memoir and raw text blocks
+- UPDATED: Update quick start guide
+- UPDATED: Update remaining tests for LaTeX change
+
2018–02–05 - v 6.3.0:
diff --git a/DevelopmentNotes/DevelopmentNotes.pdf b/DevelopmentNotes/DevelopmentNotes.pdf
index db948c0..0ecf1e4 100644
Binary files a/DevelopmentNotes/DevelopmentNotes.pdf and b/DevelopmentNotes/DevelopmentNotes.pdf differ
diff --git a/DevelopmentNotes/DevelopmentNotes.txt b/DevelopmentNotes/DevelopmentNotes.txt
index 67ce247..43be8f8 100644
--- a/DevelopmentNotes/DevelopmentNotes.txt
+++ b/DevelopmentNotes/DevelopmentNotes.txt
@@ -1,6 +1,6 @@
Title: MultiMarkdown v6 Development Notes
Author: Fletcher T. Penney
-Date: 2018-02-05
+Date: 2018-03-38
LaTeX Config: tufte-handout
Base Header Level: 3
uuid: dd2d8e76-dc2d-416d-9acd-5395d20871c2
@@ -472,7 +472,12 @@ TextBundle/TextPack, OpenDocument, etc.
# Changelog #
-* 2018-03-27 - v 6.3.1.:
+* 2018-03-28 - v 6.3.2:
+
+ * UPDATED: Update documentation
+
+
+* 2018-03-27 - v 6.3.1:
* ADDED: Add beamer support for code highlighting
* ADDED: Add extra tests for variations on link types
diff --git a/QuickStart/QuickStart.epub b/QuickStart/QuickStart.epub
index e28607b..4ac65de 100644
Binary files a/QuickStart/QuickStart.epub and b/QuickStart/QuickStart.epub differ
diff --git a/QuickStart/QuickStart.fodt b/QuickStart/QuickStart.fodt
index 9e2b790..1615192 100644
--- a/QuickStart/QuickStart.fodt
+++ b/QuickStart/QuickStart.fodt
@@ -276,7 +276,7 @@ office:mimetype="application/vnd.oasis.opendocument.text">
MultiMarkdown v6 Quick Start Guide
Fletcher T. Penney
- 6.3.0
+ 6.3.2
0d6313fa-9135-477e-9c14-7d62c1977833
@@ -321,7 +321,7 @@ office:mimetype="application/vnd.oasis.opendocument.text">
Introduction
-Version: 6.3.0
+Version: 6.3.2
This document serves as a description of MultiMarkdown (MMD) v6, as well as a sample
document to demonstrate the various features. Specifically, differences from
diff --git a/QuickStart/QuickStart.html b/QuickStart/QuickStart.html
index 8490466..7bad18f 100644
--- a/QuickStart/QuickStart.html
+++ b/QuickStart/QuickStart.html
@@ -4,7 +4,7 @@
MultiMarkdown v6 Quick Start Guide
-
+
@@ -49,7 +49,7 @@
Introduction
-Version: 6.3.0
+Version: 6.3.2
This document serves as a description of MultiMarkdown (MMD) v6, as well as a sample
document to demonstrate the various features. Specifically, differences from
diff --git a/QuickStart/QuickStart.pdf b/QuickStart/QuickStart.pdf
index 94f9298..7639cdb 100644
Binary files a/QuickStart/QuickStart.pdf and b/QuickStart/QuickStart.pdf differ
diff --git a/QuickStart/QuickStart.txt b/QuickStart/QuickStart.txt
index f04f470..84bff0f 100644
--- a/QuickStart/QuickStart.txt
+++ b/QuickStart/QuickStart.txt
@@ -1,6 +1,6 @@
Title: MultiMarkdown v6 Quick Start Guide
Author: Fletcher T. Penney
-Version: 6.3.0
+Version: 6.3.2
LaTeX Config: tufte-handout
Base Header Level: 3
uuid: 0d6313fa-9135-477e-9c14-7d62c1977833
diff --git a/README.md b/README.md
index c355fde..b787ca8 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@
| ---------- | ------------------------- |
| Title: | MultiMarkdown |
| Author: | Fletcher T. Penney |
-| Date: | 2018-03-27 |
+| Date: | 2018-03-28 |
| Copyright: | Copyright © 2016 - 2018 Fletcher T. Penney. |
-| Version: | 6.3.1 |
+| Version: | 6.3.2 |
master branch: [](https://travis-ci.org/fletcher/MultiMarkdown-6)
develop branch: [](https://travis-ci.org/fletcher/MultiMarkdown-6)
@@ -113,9 +113,7 @@ general, it seems to handle edge cases much more reliably, but there are still
a couple of situations that I would like to take into account, if possible.
These are not situations that should occur often in "real life."
-12. EPUB 3 output is supported without need of any external tools (unless you
-want to support downloading remote images/files in which case `libcurl` is
-used.
+12. EPUB 3 output is supported without need of any external tools.
13. Internationalization support for HTML phrases, such as "see footnote". See
[Github](https://github.com/fletcher/MultiMarkdown-6/issues/37) for more