--- author: '' category: '' date: 2012/12/08 22:58:42 description: '' link: '' priority: '' slug: rst2pdf-release-plans tags: python, rst2pdf title: Rst2PDF Release Plans type: text updated: 2012/12/08 22:58:42 url_type: '' --- I have spent a little time on `rst2pdf `_ these last few days. It doesn't look too bad, considering the long neglect, but there is *some* breakage. After going over almost 300 integration tests by hand, I identified a few regressions (and a couple of bugs that fixed themselves, yay). So, in order to do a release, I am hoping to fix these: * `Issue 289: broken bullet customization `_ * `Issue 310: Line numbers when including sources in codeblocks are wrong `_ * `Issue 337: Layout error of inline images in a table `_ * `Issue 483: Stylesheet Includes seem broken `_ * `Issue 374: Sometimes literal blocks are broken in two or more pieces `_ * `Issue 482: Line blocks with indented parts get extraneous spacing `_ * `Issue 484: Deeply nested lists break spacing `_ * `Issue 478: Nested/variable span table widths are incorrect `_ * `Issue 470: Links on figures `_ I probably will not fix them all, and trunk works much better for many cases than 0.92 so I should not block a release on any of these, really. I will give myself a couple of weeks to see how many (if any) I can get done. On the other hand, if anyone reading this feels adventurous, and wants to lend a hand, help is always welcome. In the meantime, this is a list of what's changed in trunk from version 0.92: * Support rst2pdf [inf [outf]] syntax to be more compatible with rst2* * Implemented Issue 389: New --strip-element-with-class option * Fixed Issue 474: CellStyle1 is not there in reportlab 2.6 * Removed default padding from DelayedTable, which looked bad on headers/footers. * Improvements to the math directive (font color and size) * Better support for styling literals. * Fixed Issue 454 (Splitting failure) * Switched from svglib to svg2rlg * Removed uniconvertor support * Fixed Issue 477: Sink footnote separator (patch by asermax) * Fixed Issue 473: Support "code" directive like an alias of code-block. * Fixed Issue 472: Implemented MyImage._unRestrictSize * Fixed Issue 471: Respect class in lineblocks. * Fixed Issue 455: New pisa/xhtml2pdf has very different imports * Marked Issue 358 as fixed (Literal blocks rendered with large bottom margin) * Fixed Issue 410: always include full lines in code-blocks (mmueller patch)