Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes from previous:
version 0.91: Mon Jul 11 22:40:02 CEST 2011
Fixes:
- forcearray option with one element
rt.cpan.org#69336 [Matt W Johnson]
version 0.90: Wed Jun 15 10:20:48 CEST 2011
Fixes:
- initialize XML::LibXML::Parser into safe mode.
rt.cpan.org#68803 [Yann Kerherve]
Improvements:
- new Parser and ParserOpts parameters
version 0.15: Thu Apr 28 10:22:34 CEST 2011
Fixes:
- parser object recreated each time, because it cannot be
reused (any more?). [Didier Brun]
|
|
Change from previous:
0.44
- Fix problem with HTML escaping in conversion
https://rt.cpan.org/Public/Bug/Display.html?id=44899
(Dave Cross & Shlomi Fish)
|
|
Changes from previous:
2011/05/08 (0.43)
* fixed #67268: Wrong return value of description() with xhtml content
in atom feeds
https://rt.cpan.org/Ticket/Display.html?id=67268
(thanks to MDOM)
2010/10/31 (0.42)
* fixed #55197: Not a HASH reference at XML/FeedPP.pm line 2260
https://rt.cpan.org/Ticket/Display.html?id=55197
(thanks to MDOM)
|
|
cleanup, into a jumbo distfile patch. I've almost got a clean WARNS
build; the remaining warnings are almost certainly bugs and need
investigation by someone with deeper knowledge of rtf and/or troff
than I have.
PKGREVISION -> 3
|
|
Changes from previous:
0.41 2011.09.26
* Added a dependency to DateTime::TimeZone (leto)
0.40 2011.09.18
* Fixed tests for Windows (wchristian)
* use all upper case UTF-8 (tsgit)
0.39 2011.06.20
* Disabled external entities and network to avoid possible security flaw (yannk)
0.38 2011.05.22
* Fixed a bug where content with newlines wasn't encoded in perl >= 5.12 (emasaka)
https://rt.cpan.org/Public/Bug/Display.html?id=61637
|
|
|
|
Change from 1.03:
1.04 Fri Jul 15 08:35:00 2011
- Added the filter_invalid_chars option, which is turned on by default
under strict mode.
|
|
While here,
* fixes egg-info `requires' information for python>2.6, with bump dependency on
py-docutils with egg-info.
Release 1.0.8 (Sep 23, 2011)
============================
* #627: Fix tracebacks for AttributeErrors in autosummary generation.
* Fix the ``abbr`` role when the abbreviation has newlines in it.
* #727: Fix the links to search results with custom object types.
* #648: Fix line numbers reported in warnings about undefined
references.
* #696, #666: Fix C++ array definitions and template arguments
that are not type names.
* #633: Allow footnotes in section headers in LaTeX output.
* #616: Allow keywords to be linked via intersphinx.
* #613: Allow Unicode characters in production list token names.
* #720: Add dummy visitors for graphviz nodes for text and man.
* #704: Fix image file duplication bug.
* #677: Fix parsing of multiple signatures in C++ domain.
* #637: Ignore Emacs lock files when looking for source files.
* #544: Allow .pyw extension for importable modules in autodoc.
* #700: Use ``$(MAKE)`` in quickstart-generated Makefiles.
* #734: Make sidebar search box width consistent in browsers.
* #644: Fix spacing of centered figures in HTML output.
* #767: Safely encode SphinxError messages when printing them to
sys.stderr.
* #611: Fix LaTeX output error with a document with no sections but
a link target.
* Correctly treat built-in method descriptors as methods in autodoc.
* #706: Stop monkeypatching the Python textwrap module.
* #657: viewcode now works correctly with source files that have
non-ASCII encoding.
* #669: Respect the ``noindex`` flag option in py:module directives.
* #675: Fix IndexErrors when including nonexisting lines with
:rst:dir:`literalinclude`.
* #676: Respect custom function/method parameter separator strings.
* #682: Fix JS incompatibility with jQuery >= 1.5.
* #693: Fix double encoding done when writing HTMLHelp .hhk files.
* #647: Do not apply SmartyPants in parsed-literal blocks.
* C++ domain now supports array definitions.
|
|
While here,
* register egg-info.
* switch to use external roman.py module.
* set LICENSE.
Release 0.8.1 (2011-08-30)
==========================
* General:
- Fix [ 3364658 ] (Change last file with Apache license to BSD-2-Clause)
and [ 3395920 ] (correct copyright info for rst.el).
* docutils/test/
- Apply [ 3303733 ] and [ 3365041 ] to fix tests under py3k.
* docutils/writers/latex2e/__init__.py
- Clean up Babel language setting. Restores Sphinx compatibility.
Release 0.8 (2011-07-07)
========================
* General:
- Handle language codes according to `BCP 47`_.
- If the specified language is not supported by Docutils,
warn and fall back to English.
- Math support: reStructuredText "math" role and directive,
``math`` and ``math_block`` doctree elements.
- Decode command line arguments with the locale's preferred encoding
(to allow, e.g., ``--title=Dornröschen``).
- Orphaned "python" reader and "newlatex2e" writer moved to the sandbox.
- New sub-module `error_reporting`: handle encoding/decoding errors
when reporting exceptions.
- Some additions to the Docutils core are released under the 2-Clause BSD
license, see COPYING_ for details.
.. _BCP 47: http://www.rfc-editor.org/rfc/bcp/bcp47.txt
.. _COPYING: COPYING.html
* reStructuredText:
- Most directives now support a "name" option that attaches a
reference name.
- Directive content may start on the first line also when the directive
type accepts options.
* docs/dev/policies.txt:
- Recommend the 2-Clause BSD license
(http://www.spdx.org/licenses/BSD-2-Clause)
for code that is kept under the author's copyright.
* tools/buildhtml.py:
- Fix ``--local`` switch.
* Fix [ 3018371 ] Added Lithuanian mappings by Dalius Dobravolskas.
* docutils/writers/html4css1/__init__.py
- Set "lang" argument for objects with class argument
"language-<language tag>".
- New setting "math-output" with support for HTML, MathML, and LaTeX.
* docutils/writers/latex2e/__init__.py
- Fix [ 3043986 ] AttributeError using :local: with table of content.
- Place title data in the document preamble.
- Load `babel` package only if required.
- Update list of supported languages.
- New config setting "hyperref-options".
No hard-coded "unicode" hyperref option (clash with xetex).
- Set language for custom roles, paragraphs, block-quotes, and
line-quotes with class argument "language-<language tag>".
- Fix [ 3095603 ] wrong quotes output for russian and other languages.
- Convert image URI to a local file path.
- Apply [ 3148141 ] fix multicolumn support when a colspanning cell
has more than one paragraph (Wolfgang Scherer).
- \leavevmode before longtable only when needed (prevents spurious vspace)
- do not advance table counter for tables without caption
* docutils/writers/xetex/__init__.py
- New writer generating LaTeX code for compiling with ``xelatex``.
A separate writer (inheriting from latex2e) instead of a ``--xetex``
option allows separate config options for XeTeX vs. LaTeX2e.
* docutils/writers/manpage.py
- Fix: BUG#3219183 - vertical space in definition lists containing markup.
- Fix: vertical space cleaning for option group ``.``.
* tools/editors/emacs/rst.el:
- Fix [ 3001100 ] does not handle spaces in filenames
(thanks to Jakub Wilk)
* docutils/utils.py:
- strip whitespace from stylesheet arguments
- exclude combining chars from column_width
(partial fix for [ 2926161 ])
* docutils/parsers/rst/directives/misc.py:
- Fix [ 1830389 ] Replace not breaking on getting system_messages from
nested_parse
* docutils/io.py:
- Do not close() sys.stdin, sys.stdout, or sys.stderr. Prevents
``Exception ValueError: 'I/O operation on closed file.'`` with Python 3.
|
|
|
|
Changes from previous:
1.21 Mon Dec 27 12:35:35 2010
- updated the compatibility for Text::CSV_XS version 0.80
* added getline_all() and getaline_hr_all()
* added missing test file
1.20 Wed Oct 20 13:53:59 2010
- couldn't parse the csv containing the column starting with '0'. (hiratara)
* patched by hiratara
* enhanced getline regexp (makamaka)
* resolved a bug in bleadperl-fb85c04
- added tests into t/71_pp.t (hiratara)
1.19 Sat Oct 2 14:15:59 2010
- getline didn't work correctly with 0 or null containing lines
(pointed by Bernhard Prott)
- updated the compatibility for Text::CSV_XS version 0.74
* real eol support for parsing streams (beyond \n, \r and \r\n)
* clarify doc for always_quote to not quote undef fields
and XS and PP incompatibility of UTF8 process for print and combine
|
|
Release 1.2.6 - 2011/09/29
--------------------------
Improvements
^^^^^^^^^^^^
* Improved error message on type cast.
* Added geo point value validation on type cast.
* Supported :doc:`/tutorial/query_expansion`.
* Added `--query_expansion` option to
:doc:`/commands/select` for query expansion.
* Added geometry conversion macro between degree and msec.
* Supported type cast in :doc:`/functions/geo_distance` ().
* Don't split tokens with full width space in command line. #986
* Supported conversion between TokyoGeoPoint and WGS84GeoPoint.
* Exported grn_geo_select_in_circle() and grn_geo_select_in_rectangle().
* Supported CentOS 6.
* Supported the current Debian GNU/Linux sid.
Patch by SATOH Fumiyasu. GitHub#3
Fixes
^^^^^
* Fixed a bug that geo point is loaded as broken value.
Thanks
^^^^^^
* SATOH Fumiyasu
Release 1.2.5 - 2011/08/29
--------------------------
Improvements
^^^^^^^^^^^^
* Added experimental Windows installer support.
* Accepted "#" and "-" as a valid name characters. #1043
* Accepted all valid characters except "_" as the first character. #1043
* Supported `--each` for `[...]` form :doc:`/commands/load`. #1044
* Added documentation for :doc:`/suggest`.
* Supported threshold as `--frequency_threshold` and
`--conditional_probability_threshold` options in all
:doc:`/commands/suggest` types. #1042
* [groonga-suggest-httpd] Supported log reopen by SIGUSR1. #1048
* Supported string input for reference vector column value. #1051
* [groonga-suggest-httpd] Added `--n-lines-per-log-file`
option that changes log line limitation for a file.
* [groonga-suggest-httpd] Added `p` parameter for
`--conditional_probability_threshold`.
* Added GRN_CTX_PER_DB flag for grn_ctx_init() and grn_ctx_open(). #1053
* Exported grn_ctx_close(). #1035
Fixes
^^^^^
* Fixed a crash bug that invalid value is passed as match expression
argument in :doc:`/commands/select`. #1047
* Fixed a bug that hash table cursor returns garbage records.
|
|
|
|
Changes from previous:
2011-09-07 0.85 - H.Merijn Brand <h.m.brand@xs4all.nl>
* NAME / DISTNAME in Makefile.PL
2011-09-07 0.84 - H.Merijn Brand <h.m.brand@xs4all.nl>
* More cross-checks for META data
2011-08-07 0.83 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Fix spurious auto_diag warning (RT#69673)
* Tested with 50 versions of perl, including 1.15.1
2011-05-01 0.82 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Doc fix (RT#66905, Peter Newman)
* Documentation overhaul (pod links)
2011-03-07 0.81 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Add is_missing ()
* Doc overhaul
* Fix Build on OpenVMS (RT#65654, Martin P.J. Zinser)
* Fix SetDiag () leak (RT#66453, Sven Scholing)
2010-12-24 0.80 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Implement getline_all () and getaline_hr_all ()
* Fixed another parsing for eol = \r (RT#61525)
2010-11-26 0.79 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Use correct type for STRLEN (HP-UX/PA-RISC/32)
* More code coverage
* EOF unreliable when line-end missing at eof
2010-11-26 0.78 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Version 0.77 broke MacOS exported CSV files with only \r
2010-10-23 0.77 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Internals now use warn () instead of (void)fprintf (stderr, ...)
Now the test in t/80_diag also passes on Windows
* Better parsing for eol = \r and set as such (RT#61525)
* Workaround for AIX cpp bug (RT#62388, Jan Dubois)
2010-10-09 0.76 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Windows doesn't support STDERR redirection as used in t/80_diag
2010-10-05 0.75 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Fixed undefinedness of $\ in print (RT#61880)
2010-09-29 0.74 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Spelling fixes
* Real eol support for parsing streams (beyond \n, \r and \r\n)
* Clarify doc for always_quote to not quote undef fields
* Clarify UTF8 process for print () and combine ()
|
|
This version properly handles error messages in recent textproc/libxml2.
See "Changes" file in the distfile for complete list of bug fixes.
|
|
Major changes since 1.7:
- Improve syntax highlighting of preformatted text blocks to better
distinguish them from list items with hanging indentation and nested
list items.
- Match italic and bold text and inline code fragments across line
breaks, within a single block, but prevent them from matching across
blocks.
- Generally improve multi-line font lock by extending the search
region to include full blocks.
- Fixed an issue, reported by Joost Kremners, where for multi-line
lists, the position of the list marker was not being added to the
list of possible indentation levels.
- Make indentation work when the previous line is not indented.
- Avoid a problem where indentation positions were getting skipped
over when tab cycling.
- Fixed an issue when column 0 is the natural automatic indentation stop.
- Set tab width to 4, the natural tab width for Markdown documents.
- Stop announcing “TAB” in the minibuffer when tab is pressed.
|
|
Changelog:
Version 1.0.1 - September 2011, by Martin von Gagern
Updated Polish, Ukrainian, Slovenian, Dutch, Finnish, Swedish and Czech translations
Version 1.0.0 - September 2011, by Martin von Gagern
Changed major version to 1 to reflect maturity of the package
Updated Dutch, French, Danish and Slovenian translations
Added Ukrainian translation
Improved error reporting in case a child process has problems
Added tests to the test suite
Updated gnulib
|
|
|
|
|
|
|
|
While here, fix some pkglint warnings and set LICENSE.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This pacakge has separated from ruby-json-pure and it contains utilities
for handling JSON data.
|
|
2011-09-12 (1.6.0)
* Extract utilities (prettifier and GUI-editor) in its own gem json-utils.
* Split json/add/core into different files for classes to be serialised.
|
|
(Dependency to devel/ruby-spruz has gone to force coming ruby-json-utils.)
2011-09-12 (1.6.0)
* Extract utilities (prettifier and GUI-editor) in its own gem json-utils.
* Split json/add/core into different files for classes to be serialised.
|
|
= Release History
== 2.2.2 / 2011-08-13 Charlie Savage
* ++API CHANGE+++
Reader#relax_ng_validate now takes a RelaxNG object. This is
what the documentation has always said it takes, but it previously
took a string. In addition, it now returns true or false instead of 0 or -1.
Reader#schema_validate now takes a Schema object. This is
what the documentation has always said it takes, but it previously
took a string. In addition, it now returns true or false instead of 0 or -1.
Fixes GitHub issue #30.
* Added Parser::Context#close and HTMLParser::Context#close methods that
allow the underlying io stream (file, string, etc) to be closed. Once a
parser is done parsing its data, it now calls one of these methods.
This means that if you parse thousands of files at the same time,
without running Ruby's garbage colllector, you won't get a too
many files open error. Fixes GitHub issue #29.
* Fixed bug where Node#inner_xml caused an error when it had no child nodes.
Fixes GitHub issues #31
* Don't require 'rake' in the gemspec to avoid annoying Bunlder bugs
|
|
2011-08-31 (1.5.4)
* Fix memory leak when used from multiple JRuby. (Patch by
jfirebaugh@github).
* Apply patch by Eric Wong <nocode@yhbt.net> that fixes garbage collection
problem reported in https://github.com/flori/json/issues/46.
* Add :quirks_mode option to parser and generator.
* Add support for Rational and Complex number additions via json/add/complex
and json/add/rational requires.
|
|
3.1.3
* Stop partial layouts from being displayed twice.
|
|
== 1.1.3 / 2011-08-27
* Converted to 'hoe' for release.
* Converted tests to RSpec 2.
* Extracted the body of htmldiff into a class available from
diff/lcs/htmldiff.
* Migrated development and issue tracking to GitHub.
* Bugs fixed:
- Eliminated the explicit use of RubyGems in both bin/htmldiff and bin/ldiff.
Resolves issue 4 (https://github.com/halostatue/diff-lcs/issues/4).
- Eliminated Ruby warnings. Resolves issue 3
(https://github.com/halostatue/diff-lcs/issues/3).
|
|
definitions (weak and non-weak). GNU as silently discards the weak
symbol in this case, but LLVM is more strict.(weak and non-weak). GNU as
silently discards the weak symbol in this case, but LLVM is more strict.
|
|
02-09-2011: version 1.11.7
Added demandoc utility for stripping away macros and escapes. This
replaces the historical deroff utility. Also improved the mdoc and
man manuals.
16-08-2011: version 1.11.6
Handling of tr macro in roff implemented. This makes Perl documentation
much more readable. Hyphenation is also now enabled in man format
documents. Many other general improvements have been implemented.
Furthermore, a 64-bit Windows binary is now available at mdocml-win64.zip
and a Mac OS X universal binary is available at mdocml-macosx.zip.
24-07-2011: version 1.11.5
Significant eqn improvements. mdocml can now parse arbitrary eqn
input (although few GNU extensions are accepted, nor is mixing
low-level roff with eqn). See the eqn manual for details. For the
time being, equations are rendered as simple in-line text. The
equation parser satisfies the language specified in the Second
Edition User's Guide.
This is also the first release featuring a distributed Windows
binary, available at /binaries/mdocml-win32.zip.
12-07-2011: version 1.11.4
Bug-fixes and clean-ups across all systems, especially in makewhatis
(note: still not connected to the general build and must be compiled
with make makewhatis) and the man parser. This release was
significantly assisted by participants in OpenBSD's c2k11. Thanks!
26-05-2011: version 1.11.3
Introduce locale-encoding of output with the -Tlocale output option
and Unicode escaped-character input. See mandoc and mandoc_char,
respectively, for details. This allows for non-ASCII characters
(e.g., \[u5000]) to be rendered in the locale's encoding, if said
environment supports wide-character encoding (if it does not,
-Tascii is used instead). Locale support can be turned off at
compile time by removing -DUSE_WCHAR in the Makefile, in which case
-Tlocale is always a synonym for -Tascii.
Furthermore, multibyte-encoded documents, such as those in UTF-8,
may be on-the-fly recoded into mandoc input by using the newly-added
preconv utility. Note: in the future, this feature may be integrated
into mandoc.
12-05-2011: version 1.11.2
Corrected some installation issues in version 1.11.1. Further
migration to libmandoc. Initial public release (this utility is
very much under development) of makewhatis, initially named mandoc-db.
This utility produces keyword databases of manual content mandoc-cgi,
mandoc-tools, which features semantic querying of manual content.
|
|
* internal attributes now raise an internal attribute error now instead
of returning an undefined. This fixes problems when passing undefined
objects to Python semantics expecting APIs.
* traceback support now works properly for PyPy. (Tested with 1.4)
* implemented operator intercepting for sandboxed environments. This
allows application developers to disable builtin operators for better
security. (For instance limit the mathematical operators to actual
integers instead of longs)
* groupby filter now supports dotted notation for grouping by attributes
of attributes.
* scoped blocks not properly treat toplevel assignments and imports.
Previously an import suddenly "disappeared" in a scoped block.
* automatically detect newer Python interpreter versions before loading code
from bytecode caches to prevent segfaults on invalid opcodes. The segfault
in earlier Jinja2 versions here was not a Jinja2 bug but a limitation in
the underlying Python interpreter. If you notice Jinja2 segfaulting in
earlier versions after an upgrade of the Python interpreter you don't have
to upgrade, it's enough to flush the bytecode cache. This just no longer
makes this necessary, Jinja2 will automatically detect these cases now.
* the sum filter can now sum up values by attribute. This is a backwards
incompatible change. The argument to the filter previously was the
optional starting index which defaultes to zero. This now became the
second argument to the function because it's rarely used.
* like sum, sort now also makes it possible to order items by attribute.
* like sum and sort, join now also is able to join attributes of objects
as string.
* the internal eval context now has a reference to the environment.
* added a mapping test to see if an object is a dict or an object with
a similar interface.
|
|
noticed by joerg@ via private mail.
|
|
openSUSE's patch name is libxml-CVE-2009-2414_CVE-2009-2616,
but it really fixes CVE-2009-2416 and CVE-2009-2414.
|
|
|
|
taken from openSUSE 10.3 libxml-CVE-2009-2414_CVE-2009-2616.patch.
Bump PKGREVISION.
|
|
Compact changes are unavailable, please refer in detail:
https://github.com/markaby/markaby/commits/master
|
|
* add support for mediawiki templates.
* yajl support
* and fixes,improvements
|
|
|