14
0

Accepting request 181898 from Cloud:OpenStack:Master

- update to 0.10:
  - add rpmlint-non-executable-scripts.diff
  * SmartQuotes transform for typographic quotes and dashes.
  * FileInput/FileOutput: no system-exit on IOError. The handle_io_errors option is ignored.
  * <code> tag for inline "code", do not drop nested inline nodes (syntax highlight tokens).
  * Customizable MathJax URL (based on patch by Dmitry Shachnev).
  * No line break after opening inline math tag.

OBS-URL: https://build.opensuse.org/request/show/181898
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docutils?expand=0&rev=20
This commit is contained in:
Alexandre Rogoski
2013-07-03 16:06:19 +00:00
committed by Git OBS Bridge
parent 190272c5bb
commit 558bcb3109
5 changed files with 1532 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jul 3 15:37:57 UTC 2013 - dmueller@suse.com
- update to 0.10:
- add rpmlint-non-executable-scripts.diff
* SmartQuotes transform for typographic quotes and dashes.
* FileInput/FileOutput: no system-exit on IOError. The handle_io_errors option is ignored.
* <code> tag for inline "code", do not drop nested inline nodes (syntax highlight tokens).
* Customizable MathJax URL (based on patch by Dmitry Shachnev).
* No line break after opening inline math tag.
-------------------------------------------------------------------
Tue Nov 20 19:34:53 UTC 2012 - saschpe@suse.de