Changelog for
libmarkdown2-2.2.4-25.1.x86_64.rpm :
Mon Jan 7 13:00:00 2019 Martin Pluskal
- Update changelog with references to security issues fixed
Wed Oct 17 14:00:00 2018 Martin Pluskal
- Update to version 2.2.4:
* No changelog provided
* fixes:
+ boo#1094809 CVE-2018-11468 heap-based buffer over-read __mkd_trim_line function in mkdio.c
+ boo#1098252 CVE-2018-12495 heap-based buffer over-read via a crafted file
Mon Jun 25 14:00:00 2018 mpluskalAATTsuse.com
- Update to version 2.2.3a:
* No changelog provided
- Refresh patches:
* discount-disable_ldconfig.patch
* discount-fix-compile-warings.diff
Fri Nov 3 13:00:00 2017 mpluskalAATTsuse.com
- Provide virtual package markdown
Thu Feb 9 13:00:00 2017 mpluskalAATTsuse.com
- Update to version 2.2.2:
* No changelog provided
- Refresh patches:
* discount-disable_ldconfig.patch
* discount-fix-compile-warings.diff
Sun Oct 16 14:00:00 2016 mpluskalAATTsuse.com
- Update to version 2.2.1:
* No changelog provided
- Refresh patches:
* discount-disable_ldconfig.patch
* discount-fix-compile-warings.diff
Sun May 1 14:00:00 2016 mpluskalAATTsuse.com
- Update to 2.2.0
* no changelog provided
- Build with optflags
- Refresh discount-disable_ldconfig.patch
Thu May 21 14:00:00 2015 mailaenderAATTopensuse.org
- add symlink with update-alternatives to un-conflict Markdown.pl
Thu Apr 30 14:00:00 2015 mardnhAATTgmx.de
- add build condition \"fenced_code\" to conditionally run configure
with \"--with-fenced-code\"
Building with this condition enables PHP markdown extra-style fenced code
sections, where your chunks of code are surrounded by ~~~ lines instead
of being indented 4 spaces.
Thu Apr 30 14:00:00 2015 mardnhAATTgmx.de
- update to 2.1.8a
- correct license in spec file. It\'s actually BSD-3-Clause
- added patch for fixing some comiler warnings:
discount-fix-compile-warings.diff
- ran spec-cleaner and specfile cleanup
- change from version 2.1.8a
When I put in the patch to ...
* Change the mail demangler to a debian-specific ‘always mangle one way’ hack.
(enabled with the configure.sh option –debian-glitch)
I messed up the format string and made the mangled email address into a fixed
bogus string. Sigh. Fixed (thanks to a patch from Alessandro Ghedini), updated
(and I really have to expand the runtime configuration flags array to be long
enough to fit 64 settings, but that’s a fix for a different day) and released.
- change from version 2.1.8
After a year or so of letting the code sit and slowly accumulate fixes, a new
version which fixes a wad of bugs and adds a few new features. Some of this
code is front other people, and those changes will be marked with their names:
* FINALLY address the bug where markdown extra-style footnotes lose numbering
when they show up in nested element; I was not carrying the m-e reference#
inside the footnotes structure, but was instead carrying it in the parent
structure and not updating it. So I changed the footnotes structure to
include the reference + the list of footnotes, which made the misnumbering
go away on my tests.
* Fix makefile distclean to cleanup all the generated files and corrected the
names of the installed sample program man pages to end in .1
(Mark Pizzolato markAATTinfocomm.com)
* Change the mail demangler to a debian-specific ‘always mangle one way’ hack.
(enabled with the configure.sh option –debian-glitch)
* Add –with-unmangled-email compile-time flag to disable mailto: mangling
* Allow the magic output filename -, which means send output to stdout instead
of to a file.
* Fix a bug where autolink + github flavored markdown absorbs the ^C eoln
character into a link at the end of a line.
* Tweak install.samples so that the user can supply a SAMPLE_PFX on the
command line SAMPLE_PFX=discount- make install.samples to install the sample
programs with a package-specific prefix.
* Emit pages in utf-8 instead of us-ascii (simply a change to the
Content-Type meta) (Nathan Phillip Brink binkiAATTgentoo.org)
* Patch the horrible list handler to support long numeric list items
(George Hartzell hartzellAATTalerce.com)
* Various bugfixes (Masayoshi Sekimura sekimuraAATTgmail.com)
* Fix support for CFLAGS=-m32 ./configure.sh by using CFLAGS for all build
invokations of CC. (Nathan Phillip Brink binkiAATTgentoo.org)
* Github-style language attributes on fenced code blocks
(Loren Segal lsegalAATTamazon.com)
* When defining WORD & DWORD, check first for the MS Windows WinDef.h file;
if found, include it instead of defining WORD & DWORD ourselves.
* support url-encoded anchor links with –with-urlencoded-anchor option
(Daisuke Murase typesterAATTcpan.org)
- change from version 2.1.6
does nothing except for some bugfixes (and ignores some particularly scary
ones that I /must/ fix soon) and adds two small features.
* A < at the end of the input is exactly the same as \\<(space)
* Markdown.pl does not appear to escape \\<[nonwhite] sequences. Sigh.
* Tweak the previous Markdown does not escape... commit to simply push out
the backslash and back up to the start of the <[nonwhite] sequence,
so -fnohtml will continue to work.
* Treat hard
(via two spaces) as whitespace.
* Tweak divquote handling so that two adjacent divquotes won’t die if there
is a space between the second > & leading %
* Tweak one of the list tests back to the previous behavior (I’ve put in a
hack for list indentation, and accidentally committed the changes. Oops!)
The features are that I now use styles for table cell alignment instead of
align=, and that I’m using the 3-clause BSD license for this release
(because there is one widely used closed-source license that claims that you
can’t dynamically link with code that uses the 4-clause license. Fine.
I’ll 3-clause this release to make the stupid GPL happy.)
Tue Dec 18 13:00:00 2012 lnusselAATTsuse.de
- correct license in spec file. It\'s actually BSD4c
- changes from version 2.1.5a:
* MKD_NOSTYLE – treat