forked from pool/MultiMarkdown-6
- Update to version 6.2.3:
* version bump * FIXED: Fix potential NULL pointer dereference * FIXED: Fix bug with multiple footnotes in single paragraph when exporting to LaTeX * CHANGED: Update superscript/subscript algorithm to allow leading instances * UPDATED: Refactor file utilities into file.c/h * FIXED: Prevent pointer overflow * UPDATED: Silence Xcode static analyzer false positives * FIXED: Fix potential bug * FIXED: Fix potential bug * UPDATED: Fix issue with AStyle indent settings OBS-URL: https://build.opensuse.org/package/show/Publishing/MultiMarkdown-6?expand=0&rev=7
This commit is contained in:
parent
8907024260
commit
778d785a1e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e246bdfc5bbfcf50943fc7b8c27d988a6c274c5996c8a555c468f0f3bb49115
|
||||
size 662508
|
3
MultiMarkdown-6-6.2.3.tar.xz
Normal file
3
MultiMarkdown-6-6.2.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21be48bee42c14bbb8cd81e48e9d3a8409e425f6b5eb9f1f0b9d2cfa2e42869f
|
||||
size 667572
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 13:40:29 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Update to version 6.2.3:
|
||||
* version bump
|
||||
* FIXED: Fix potential NULL pointer dereference
|
||||
* FIXED: Fix bug with multiple footnotes in single paragraph when exporting to LaTeX
|
||||
* CHANGED: Update superscript/subscript algorithm to allow leading instances
|
||||
* UPDATED: Refactor file utilities into file.c/h
|
||||
* FIXED: Prevent pointer overflow
|
||||
* UPDATED: Silence Xcode static analyzer false positives
|
||||
* FIXED: Fix potential bug
|
||||
* FIXED: Fix potential bug
|
||||
* UPDATED: Fix issue with AStyle indent settings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 15 16:30:29 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: MultiMarkdown-6
|
||||
Version: 6.2.2
|
||||
Version: 6.2.3
|
||||
Release: 0
|
||||
Summary: Reference implementation of MultiMarkdown
|
||||
License: MIT
|
||||
|
4
_service
4
_service
@ -4,8 +4,8 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="filename">MultiMarkdown-6</param>
|
||||
<param name="versionformat">6.2.2</param>
|
||||
<param name="revision">6.2.2</param>
|
||||
<param name="versionformat">6.2.3</param>
|
||||
<param name="revision">6.2.3</param>
|
||||
</service>
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
|
Loading…
Reference in New Issue
Block a user