Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Use ${RUBY_DLEXT} instead of "so".
|
|
|
|
|
|
|
|
|
|
|
|
Lua CJSON provides JSON support for Lua. It has been tested under Linux,
FreeBSD, OSX, Solaris and Windows.
|
|
However, 1.2.2 fixes a bug that causes PLIST divergence.
Requested by Niclas Rosenvik.
Release 1.2.2 (released Mar 2, 2014)
====================================
Bugs fixed
----------
* PR#211: When checking for existence of the :confval:`html_logo` file, check
the full relative path and not the basename.
* PR#212: Fix traceback with autodoc and ``__init__`` methods without docstring.
* PR#213: Fix a missing import in the setup command.
* #1357: Option names documented by :rst:dir:`option` are now again allowed to
not start with a dash or slash, and referencing them will work correctly.
* #1358: Fix handling of image paths outside of the source directory when using
the "wildcard" style reference.
* #1374: Fix for autosummary generating overly-long summaries if first line
doesn't end with a period.
* #1383: Fix Python 2.5 compatibility of sphinx-apidoc.
* #1391: Actually prevent using "pngmath" and "mathjax" extensions at the same
time in sphinx-quickstart.
* #1386: Fix bug preventing more than one theme being added by the entry point
mechanism.
* #1370: Ignore "toctree" nodes in text writer, instead of raising.
* #1364: Fix 'make gettext' fails when the '.. todolist::' directive is present.
* #1367: Fix a change of PR#96 that break sphinx.util.docfields.Field.make_field
interface/behavior for `item` argument usage.
Documentation
-------------
* Extended the :ref:`documentation about building extensions <dev-extensions>`.
|
|
|
|
Update patterns.
From jmc@OpenBSD.
Bump version.
|
|
## 1.4.1 (2013-05-08)
* Support Arrays in pre/postambles (#193, jbwiv)
## 1.4.0 (2013-05-01)
* Better encoding support
|
|
|
|
Thanks to hiramatsu@.
|
|
|
|
|
|
|
|
Changes are not available, please refer commit log:
<https://github.com/nathansobo/treetop/commits/master>.
|
|
1.2.0 02 Jan 2014
Cleaned up Gemspec, added license and homepage - @grosser.
1.1.0 11 Dec 2013
Published from https://github.com/dblock/syntax, a now maintained fork.
The project builds again and runs, fixes by @dblock, @distler.
|
|
Changes are not available, please refer commit log:
<https://github.com/cardmagic/simple-rss/commits/master>.
|
|
0.9.7
* made handling of document frontmatter more robust
* added more descriptive message to the warning for omitting the :safe option
0.9.6
* fixed handling of files with trailing content (after closing ---)
For more detail, please refer <https://github.com/dtao/safe_yaml/commits/master>.
|
|
3.1.1
This release of Redcarpet is meant to address a serious bug when rendering
text that contains headings and contains all the prior enhancements of
Redcarpet 3.1.0. For more information about Redcarpet 3.1.0, please see the
release notes
* Bug fixes
- Fix a crash when rendering text that contained an anchor.
3.1.0
It's been a long time since since we've released any version of Redcarpet but
we are happy to announce the release of the version 3.1.0. Over 100 commits
have been added since 3.0.0 with some new exciting features.
* New features
- Footnotes
- GitHub style anchors
- The :quote option
* Bug fixes
- Fix code blocks' classes when using Google code prettify #314
- Follow the standard to detect when new paragraph is outside last item #111
- Make ordered lists preceded by paragraph parsed with :lax_spacing #311
- Allow using tabs between a reference's colon and its link #337
|
|
Changes are not available, please refer commit log:
<https://github.com/bhollis/maruku/commits/master>.
|
|
Changes are not available, please refer
<https://github.com/markaby/markaby/commits/master>.
|
|
2013-05-13 (1.8.1)
* Remove Rubinius exception since transcoding should be working now.
|
|
# Haml Changelog
=======
## 4.0.5
Released on Jan 7, 2014 ([diff](https://github.com/haml/haml/compare/4.0.4...4.0.5)).
* Fix haml_concat appending unescaped HTML after a call to haml_tag.
* Fix for bug whereby when HAML :ugly option is "true",
ActionView::Helpers::CaptureHelper::capture returns the whole view buffer
when passed a block that returns nothing (thanks [Mircea
Moise](https://github.com/mmircea16)).
## 4.0.4
Released on November 5, 2013 ([diff](https://github.com/haml/haml/compare/4.0.3...4.0.4)).
* Check for Rails::Railtie rather than Rails (thanks [Konstantin Shabanov](https://github.com/etehtsea)).
* Parser fix to allow literal '#' with suppress_eval (Matt Wildig).
* Helpers#escape_once works on frozen strings (as does
ERB::Util.html_escape_once for which it acts as a replacement in
Rails (thanks [Patrik Metzmacher](https://github.com/patrik)).
* Minor test fix (thanks [Mircea Moise](https://github.com/mmircea16)).
|
|
== 1.2.5 / 2013-11-08
* Bugs fixed:
* Comparing arrays flattened them too far, especially with Diff::LCS.sdiff.
https://github.com/halostatue/diff-lcs/pull/23
|
|
Changes are not available.
|
|
|
|
not use libtool to do so. This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
|
|
3.3.3 (2014-03-04)
==================
Bugs fixed
----------
* Crash when using Element subtypes with ``__slots__``.
Other changes
-------------
* The internal classes ``_LogEntry`` and ``_Attrib`` can no longer be
subclassed from Python code.
3.3.2 (2014-02-26)
==================
Bugs fixed
----------
* The properties ``resolvers`` and ``version``, as well as the methods
``set_element_class_lookup()`` and ``makeelement()``, were lost from
``iterparse`` objects in 3.3.0.
* LP#1222132: instances of ``XMLSchema``, ``Schematron`` and ``RelaxNG``
did not clear their local ``error_log`` before running a validation.
* LP#1238500: lxml.doctestcompare mixed up "expected" and "actual" in
attribute values.
* Some file I/O tests were failing in MS-Windows due to non-portable temp
file usage. Initial patch by Gabi Davar.
* LP#910014: duplicate IDs in a document were not reported by DTD validation.
* LP#1185332: ``tostring(method="html")`` did not use HTML serialisation
semantics for trailing tail text. Initial patch by Sylvain Viollon.
* LP#1281139: ``.attrib`` value of Comments lost its mutation methods
in 3.3.0. Even though it is empty and immutable, it should still
provide the same interface as that returned for Elements.
|
|
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
|
|
2014/03/10 0.68
* remove tournament model
* add -u option (same as MeCab)
|
|
No changelog available; setup.py maintenance only.
|
|
|
|
|
|
Sphinx is an open source full text search server, designed from the ground up
with performance, relevance (aka search quality), and integration simplicity
in mind. Sphinx lets you either batch index and search data stored in an SQL
database, NoSQL storage, or just files quickly and easily - or index and
search data on the fly, working with Sphinx pretty much as with a database
server.
|
|
Based on PR pkg/48608 by Izumi Tsutsui.
|
|
0.08 2013.05.27
- Add stub files Syntax::Highlight::Engine::Kate::BaseTest and
Syntax::Highlight::Engine::Kate::BaseTestchild to kick the old
ones out of the PAUSE index. #85463
0.07 2012.09.23
- fixed some errors in the BibTeX-related documentation (ZENOG)
- revisited conversion of Kate's highlight definitions (Jan Pokorny)
- Added some regression tests (Ovid)
- Some cleanup and adding conversion script (jnpkrn)
|
|
Upstream changes please visit:
http://cpansearch.perl.org/src/NEZUMI/Unicode-LineBreak-2013.11/Changes
|
|
0.4.3 (2012-06-13)
=====
- Replace word break dictionary with the word lists used to prepare
hyphenation patterns for the upcoming ThaiLaTeX, for best results.
0.4.2 (2012-02-08)
=====
- Fix wrong word break within punctuation sequences like LaTeX `` and ''.
- Reformat source for readability.
- Significant source clean-ups.
|
|
clang.
|
|
|
|
|
|
|
|
|
|
Changes from previous:
----------------------
4.006 2014-01-07 20:12:37-05:00 America/New_York
- update tests to pass octets to ->read_string, as is proper
4.005 2013-12-21 15:01:46-0500 America/New_York
- updated tests for the new (fixed, consistent) string behavior in
Mixin::Linewise
4.004 2013-11-05 21:50:13 America/New_York
- allow multi-line formats for VERSION plugin (thanks, Alex Peters)
- ...including the %T-prefix for lines only included in
trial releases
- look for PODNAME more consistently (thanks, Chris Weyl)
- put license filename in F<> formatting (thanks, Alex Peters)
4.003 2013-11-02 22:58:43 America/New_York
- note that [@Default] contains [-SingleEncoding] (thanks, Caleb
Cushing)
4.002 2013-11-02 11:37:04 America/New_York
[ THIS MIGHT BREAK YOUR CODE ]
- stable release of previous v4 changes
4.001 2013-10-20 10:50:50 America/New_York (TRIAL RELEASE)
[ THIS MIGHT BREAK YOUR CODE ]
- SingleEncoding now accepts found =encodings as long as they match,
unless the plugin's encoding attribute was set explicitly
4.000 2013-10-19 17:20:59 America/New_York (TRIAL RELEASE)
[ THIS MIGHT BREAK YOUR CODE ]
- the SingleEncoding plugin to force one consistent =encoding
- ...is now enabled, for UTF-8, in the default configuration
3.101640 2013-09-17 08:57:41 Asia/Tokyo
- fix repository links! argh, oops
3.101639 2013-09-17 08:56:05 Asia/Tokyo
- documentation fix: mention that =func exists in the default
configuration (thanks, Joshua Keroes!)
- removed use of deprecated Class::MOP::load_class (thanks, Karen
Etheridge)
|
|
Bump version.
|
|
model.
Bump PKGREVISION.
|