2019-09-26 22:10:57 by Benny Siegert | Files touched by this commit (155) | ![]() |
Log message: Revbump all Go packages after 1.12.10 update. ok wiz@ for PMC |
2019-08-14 17:45:52 by Benny Siegert | Files touched by this commit (152) | ![]() |
Log message: Recursive bump of all packages using Go after Go 1.12.8 update. |
2019-05-27 17:18:35 by Benny Siegert | Files touched by this commit (151) | ![]() |
Log message: Revbump all Go packages after go112 update. |
2019-04-16 20:41:21 by Benny Siegert | Files touched by this commit (143) | ![]() |
Log message: Revbump all Go packages after go112 update |
2019-03-16 09:35:51 by Benny Siegert | Files touched by this commit (143) | ![]() |
Log message: Revbump all Go packages after Go 1.12.1 update. |
2019-03-09 11:05:15 by Benny Siegert | Files touched by this commit (143) |
Log message: all: revbump Go packages, now that they use go112 to build |
2019-01-24 11:00:46 by Benny Siegert | Files touched by this commit (144) | ![]() |
Log message: Revbump Go packages after lang/go111 update. |
2018-12-19 16:47:12 by Benny Siegert | Files touched by this commit (141) | ![]() |
Log message: Revbump all Go packages after go111 update. |
2018-11-04 19:38:09 by Benny Siegert | Files touched by this commit (122) | ![]() |
Log message: Revbump all Go packages after go111 update. |
2018-06-17 04:25:38 by Min Sik Kim | Files touched by this commit (3) |
Log message: devel/go-blackfriday: Update to 1.5.1 Changes since 1.4.0: Added HTML_SMARTYPANTS_QUOTES_NBSP, which allows having nonbreakable spaces inside « French guillemets » (Issue #378) Added EXTENSION_JOIN_LINES, which joins newline-separated lines into a single paragraph. Useful for Chinese text. Implemented support for CDATA section (Issue #165) Fixed links with parentheses (Issue #116) Fixed fenced code blocks inside lists (Issue #228) Fixed regression, panic in reference links (Issues #172 and #173) Fixed adjacent list merging (Issue #235) Fixed definition lists that contain other lists (Issue #263) Fixed fenced code pre-processing (Issue #279) Fixed panic with recursive footnotes (Issue #241) Removed rel="footnote", which is no longer valid. |