File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ project(cmark-gfm)
44set (PROJECT_VERSION_MAJOR 0)
55set (PROJECT_VERSION_MINOR 29)
66set (PROJECT_VERSION_PATCH 0)
7- set (PROJECT_VERSION_GFM 10 )
7+ set (PROJECT_VERSION_GFM 11 )
88set (PROJECT_VERSION ${PROJECT_VERSION_MAJOR} .${PROJECT_VERSION_MINOR} .${PROJECT_VERSION_PATCH} .gfm.${PROJECT_VERSION_GFM} )
99
1010include ("FindAsan.cmake" )
Original file line number Diff line number Diff line change 1+ [0.29.0.gfm.11]
2+
3+ * Improved fixes for polynomial time complexity issues per
4+ https://github.com/github/cmark-gfm/security/advisories/GHSA-66g8-4hjf-77xh
5+ (#323, #324)
6+ * Added fuzzing target for bracketed patterns (#318)
7+ * Fixed bug in list numbering introduced in
8+ 763587e8775350b8cb4a2aa0f4cec3685aa96e8b (#322) which caused list numbers
9+ to increment by 2
10+ * Fixed strict prototype clang warning (#310)
11+ * Fixed regression test (#312)
12+ * Added additional output formats to quadratic fuzzer (#327)
13+ * Fixed buffer overflow in fuzzing harness (#326)
14+
15+ Note: these changes may lead to minor changes in expected output on plaintext
16+ rendering of list items. Notably, blank lines may no longer delineate the start
17+ of a list when rendering to plaintext due to changes in how the tight list status
18+ is calculated.
19+
120[0.29.0.gfm.10]
221
322 * Fixed polynomial time complexity issue per
You can’t perform that action at this time.
0 commit comments