Age | Commit message (Collapse) | Author | Files | Lines |
|
infrastructure appears to use some constructs which are not currently
available in bootstrap-mk-files.
Bump PKGREVISION and add BUILDLINK_ABI_DEPENDS on the new revision, as
we cannot guarantee that the shared library name didn't change.
|
|
|
|
* Missed defined-or need in csv2xls (RT#95787)
|
|
- README: Add link to "Getting Started with Xapian".
- Mass whitespace clean-up.
|
|
indexers:
* omindex:
+ Work around libmagic returning a MIME content-type of "Composite Document
File V2 Document[...]" or "application/CDFV2-corrupt" by returning a more
suitable filetype based on looking at the file's extension.
+ The starting URL wasn't previously URL encoded. In 1.3.2, this will be
fixed by URL encoding it as we do for the rest of the path, for the 1.2
branch we only URL encode it if it contains a character <= 31 or at least
one of '#', '%', ':' or '?'. This avoids a one-off reindex of every
document in the database in cases which work OK in practice.
+ When we skip a file because it exceeds the configured size limit, include
that size limit in the message.
omega:
* Add support for setting the query expansion scheme to use.
portability:
* Don't compile in unixperm.cc - it isn't currently used, and it fails to build
with mingw. (fixes #635, reported by Alexis Denis)
* Fix warning when built with GCC 4.7.2 using -Os.
* Removed unused inline function, fixing compiler warning.
|
|
API:
* Document: Fix get_docid() to return the docid for the sub-database (as it
is explicitly documented to) for Document objects passed to functors like
KeyMaker during the match. (fixes#636, reported by Jeff Rand).
* Document: Don't store the termname in OmDocumentTerm - we were only using it
in get_description() output and an exception message. Speeds up indexing
etext.txt using simpleindex by 0.4%, and should reduce memory usage a bit
too. (Change inspired by comments from Vishesh Handa on xapian-devel).
* Database: Iterating the values in a particular slot is now a bit more
efficient for inmemory and remote backends (but still slow compared to
flint, chert and brass).
testsuite:
* apitest: Expand crashrecovery1 to check that the expected base files exist
and ones which shouldn't exist don't.
* queryparsertest: Fix testcase for empty wildcard followed by negation to
enable FLAG_LOVEHATE so the negation is actually parsed. Fortunately the
fixed testcase passes.
matcher:
* OP_SYNONYM: avoid fetching the doclength if the weighting scheme doesn't
need it and the calculated wdf for the synonym is <= doclength_lower_bound
for the current subdatabase. (fixes #360)
build system:
* Releases are now bootstrapped with libtool 2.4.2 instead of 2.4, and with
config.guess and config.sub updated to the latest versions.
documentation:
* Add an example of initializing SimpleStopper using a file listing stopwords.
(Patch from Assem Chelli)
* Improve the descriptions of the stem_strategy values in the API docs.
(Reported by "oilap" on #xapian)
* docs/sorting.rst: Fix incorrect parameter types in Xapian::Weight
subclass example.
* docs/glossary.rst: Add definition of "collection frequency".
* HACKING:
+ makeindex is now in Debian package texlive-binaries.
+ Replace a link to the outdated autotools "goat book" with a link to the
"Portable Shell" chapter of the autoconf manual.
* include/xapian/base.h: Remove very out of date comments talking about atomic
assignment and locking - since 0.5.0 we've adopted a "user locks" policy.
(Reported by Jean-Francois Dockes)
examples:
* delve:
+ Add -A <prefix> option to list all terms with a particular prefix.
+ Send errors to stderr not stdout.
+ If -v is specified more than once, show even more info in some cases.
(NEWS file claimed this was backported in 1.2.15, but it actually wasn't).
* quest:
+ Add --default-op option.
+ Add --weight option to allow the weighting scheme to be specified.
portability:
* Explicitly '#include <algorithm>' for std::max(), fixing build with VS2013.
(Fixes#641, reported by "boomboo").
* Fix testcase blocksize1 not to try to delete an open database, which isn't
possible under Windows. (Fixes #643, reported by Chris Olds)
* docs/quickstart.rst: Split --cxxflags and --libs for portability (noted by
"Hurricane Tong" on xapian-devel).
* Fix warnings with clang 5.0.
debug code:
* Add assertions that weighting scheme upper bounds aren't exceeded.
|
|
YARD is a documentation generation tool for the Ruby programming language. It
enables the user to generate consistent, usable documentation that can be
exported to a number of formats very easily, and also supports extending for
custom Ruby constructs such as custom class level definitions.
|
|
Fixes bulk builds.
|
|
* Fix #8: Remove ``How to do a release`` section from README.md.
* Fix #11: Include test directory markdown, html files.
* Fix memory leak in using ``handle`` while keeping the old instance
of ``html2text``.
|
|
|
|
XPath is a Ruby DSL for generating XPath expressions.
|
|
* Adds maximum distance optimisation for Levenshtein.
* Removes support for Ruby versions before 1.9.
|
|
Release 4.0.3 - 2014/06/29
--------------------------
Improvements
^^^^^^^^^^^^
* [experimental][ :doc:`/executables/groonga-server-http` ]
Supported POST.
* [windows] Bundled libwinpthread-1.dll. Because newer
libgcc_s_sjlj-1.dll depends on libwinpthread-1.dll.
[groonga-dev,02398] [Reported by Masafumi Yokoyama]
* [ :doc:`/reference/executables/groonga` ] Changed the default port number of
GQTP to 10043. Because server packages use 10043 by default.
[GitHub#172] [Patch by Naoya Murakami]
* [ :doc:`/reference/commands/normalize` ] Added more validations for invalid
argument.
[groonga-dev,02409][GitHub:#174]
[Reported by GMO Media, Inc.][Patch by Naoya Murakami]
* [ :doc:`/reference/commands/tokenize` ] Added more validations for invalid
argument.
* [ :doc:`/reference/executables/groonga-server-http` ] Supported ``Expect:
100-Continue`` request.
* Exported ``grn_proc_get_type()``.
* [ :doc:`/reference/executables/groonga-suggest-learner` ]
Added ``--log-path`` and ``--log-level`` options.
* Deprecated ``GRN_CTX_USE_QL``.
* Deprecated ``GRN_CTX_BATCH_MODE``.
* Added ``grn_text_printf()``.
* Added ``grn_text_vprintf()``.
* Removed limitation of one query log size.
* Added :c:func:`grn_plugin_expr_var_init()`.
[GitHub#175][Patch by Naoya Murakami]
* Added :c:func:`grn_plugin_command_create()`.
[GitHub#175][Patch by Naoya Murakami]
* [GitHub#176] Supported reference vector column with weight.
* [plugin] Used public API instead of internal API.
[GitHub#177][GitHub#178] [Patch by Naoya Murakami]
* [doc][plugin] Added plugin APIs.
[GitHub#179] [Patch by Naoya Murakami]
* [windows] Re-supported Visual C++ 2010.
[groonga-dev,02454] [Reported by cosmo0920].
Fixes
^^^^^
* [rpm][groonga-server-gqtp] Fixed a bug that HTTP protocol is used
not GQTP.
[GitHub#173] [Patch by Naoya Murakami]
* [ :doc:`/reference/commands/select` ] Fixed a crash bug when
:ref:`select-adjuster` has a syntax error.
Thanks
^^^^^^
* Masafumi Yokoyama
* Naoya Murakami
* GMO Media, Inc.
* cosmo0920
|
|
|
|
provider regarding files being installed to ${PYSITELIB}/tests/. The
others have yet to be imported, but let's fix this now. From CHANGES.rst:
0.6.0 (2014-06-25)
^^^^^^^^^^^^^^^^^^
- Added new validator: slug
|
|
|
|
|
|
3.06 Thu 12 Jun 2014 19:55:51 BST
- Fixed Text::vCard::Node->add_types() (kablamo)
- Fix/guess for tests failing on windows (kablamo)
|
|
PR pkg/15108 by Daniel Hagerty.
* ------------------------------------------------------------- *
* *November 15, 2001 (version 1.4.4) *
* ------------------------------------------------------------- *
* JAXP fixes. [Edwin Goie]
* Parser now resolves the locations of schemas referenced by
other schemas relative to the schema doing the referencing
rather than to the instance document. [Gopal Sharma/Neil
Graham]
* Changed HTML serializer so that, at user option, attributes
with no value may be represented as attr="" instead of
simply as attr. The default behaviour has not changed.
[Sandor Szago (sszago@saba.com)/Neil Graham]
* Fixed parser behavior: by default Xerces now exposes
element and attribute values as defined by the Infoset.
[Tamura Kent, Elena Litani]
* By default bind "xml" prefix to "http://www.w3.org/XML/1998
/namespace" per Namespace Constraint: Prefix Declared
(Namespaces in XML REC) [Elena Litani]
* Fixed date/time datatype bugs. [Henry Zongaro]
* Fixed several DOM Level 2 conformance bugs. [Elena Litani]
* General bug fixes [Elena Litani, Pavani Mukthipudi, Sandy
Gao]
* ------------------------------------------------------------- *
* *August 20, 2001 (version 1.4.3) *
* ------------------------------------------------------------- *
* Reorganization of the DOM implementation to separate the
Core functionality (new classes: CoreDOMImplementationImpl,
CoreDocumentImpl), from the complete DOM
(DOMImplementationImpl, DocumentImpl) [Arnaud Le Hors]
* Fix to Base64 and HexBinary datatype validators so they
work properly on OS/390 [Steve Dulin/Neil Graham]
* General bug fixes [Lisa Martin, Sandy Gao, Elena Litani,
Neil Graham]
* ------------------------------------------------------------- *
* *July 23, 2001 (version 1.4.2) *
* ------------------------------------------------------------- *
* Performance fixes [Henry Zongaro/Lisa Martin]
* Patches for improving serializer extensibility [Gunnlaugur
Thor Briem/Elena Litani]
* Bug fixes (schema implementation, build, etc.) [Sandy Gao,
Neil Graham, Elena Litani, Lisa Martin]
* ------------------------------------------------------------- *
* *June 22, 2001 (version 1.4.1) *
* ------------------------------------------------------------- *
* Added support for all IANA encoding aliases which have a
clear mapping to encodings recognized by Java [Neil Graham]
* Addressed degradations in DTD validation performance caused
by the schema implementation [Sandy Gao, Neil Graham]
* Bug fixes [Sandy Gao, Neil Graham, Elena Litani, Lisa
Martin, Henry Zongaro, Edwin Goei]
* Added support for setAttribute/getAttribute in JAXP [Edwin
Goei]
* Added two new parser properties related to XML Schema
[Elena Litani]
* ------------------------------------------------------------- *
* *May 22, 2001 (version 1.4.0) *
* ------------------------------------------------------------- *
* Completed implementation of schema Identity Constraints
[Neil Graham]
* Update XPath support to bring it into compliance with
Schema PR [Achille Fokoue Nkoutche/Neil Graham]
* Implemented Schema PR changes to the syntax of <attribute>
declarations [Ted Han (than@ghx.com)/Neil Graham]
* Added French resource bundle for regex package [Jean-Claude
Dufourd, Laurent Foret/Neil Graham]
* Added support for Schema "final" attribute [Neil Graham]
* Added support for nillable and removed limitation for
xsi:schemaLocation usage [Elena Litani]
* PR changes for Datatypes (including implementation of date/
time) [Sandy Gao, Elena Litani]
* Added support for fixed attribute on datatype facets [Elena
Litani]
* Constraint checking [Lisa Martin, Neil Graham, Sandy Gao,
Elena Litani]
* Re-implemented "all" group support for performance reasons
[Henry Zongaro]
* Re-implemented "mixed" content model groups for Schema
[Lisa Martin]
* Miscellaneous bug fixes [Arnaud Le Hors, Jeffrey Rodrigues,
Elena Litani]
* ------------------------------------------------------------- *
* *March 16, 2001 (version 1.3.1) *
* ------------------------------------------------------------- *
* Added support for schema <redefine> element [Neil Graham]
* Added support for schema notations [Elena Litani]
* Implemented validation constraints for the "abstract"
attribute on elements [Lisa Martin]
* Simple value normalization and whitespace facet support
[Elena Litani]
* Fixed validation constraints surrounding the schema
<annotation> element info item [Neil Graham]
* Implemented support for JAXP 1.1 [Edwin Goei]
* Added experimental DOM Level 3 features for handling XML
header [Elena Litani]
* Miscellaneous bugfixes [Arnaud Le Hors, Neil Graham, Elena
Litani, Andy Clark, Lynn Monson, Sandy Gao, Brad O'Hearne]
* Partially fixed inability to make (or build) Xerces under
Unix [Neil Graham]
* Removed final from XMLSerializer per request [Andy Clark]
* Fixed identity constraint bugs (support still limited)
[Andy Clark]
* Changed parse method to close streams opened by parser even
in event of error [Andy Clark]
* ------------------------------------------------------------- *
* *January 31, 2001 (version 1.3.0) *
* ------------------------------------------------------------- *
* Upgraded schema support to the schema CR drafts at a
similar level to that which had existed for the WD schema
specifications. [Elena Litani, Lisa Martin, Neil Graham]
* Implemented schema union simple type definition. [Elena
Litani]
* Implemented many attribute and element declaration
schema-validation constraints, as well as use=prohibited.
[Neil Graham]
* Implemented basic support for XML Schema identity
constraints [Andy Clark]
* Fixed bug in Deferred DOM with multiple IDs on same element
[Andy Clark]
* Updates to improve DFA build-time performance. [Tozawa
Akihiko]
* Optimization of memory used by attribute nodes in the DOM.
[Arnaud Le Hors]
* Fixed conflict between HTML DOM and Core DOM. [Mark
Diekhans]
* Optimized DOM normalize operation. [Jay Cain + Arnaud Le
Hors]
* ------------------------------------------------------------- *
* *December 06, 2000 (version 1.2.3) *
* ------------------------------------------------------------- *
* Fixed Memory leak bug was reported by Tosiki IGA where
parser runs out of memory [Eric Ye]
* Rampant object creation even when not validating fix patch
send by Elena Litani[Elena Litani]
* ListDatatypeValidator enumeration bug fix by Elena Litani
Litani[Elena Litani]
* Optimization in validator to only instantiate objects
needed in the case of DTD vs. Schemas[Jeffrey Rodriguez]
* Fixed misc. Schema Structures miscelaneous bugs since last
release [Eric Ye]
* improved implementation of <all> schema construct to handle
8 elements instead of 6; also increased validation speed
[Neil Graham, Eric Ye]
* Fixed DOM misc. bugs and other patches since last release
[Arnaud Le Hors]
* Miscelaneous DOM patches by Lynn Monson [Lynn Monson]
* Added new 'load-external-dtd' feature, so that when non
validating, applications can ask the parser not to load the
external subset at all [Arnaud Le Hors]
* ------------------------------------------------------------- *
* *November 22, 2000 (version 1.2.2) *
* ------------------------------------------------------------- *
* DOM 2 Recommendation release support update [Arnaud Le
Hors]
* Fixed FAQ section submitted by Tony Montgomery Smith
[Jeffrey Rodriguez,Tony Montgomery]
* Added normalization patch by Ken Tamura [Jeffrey Rodriguez,
Ken Tamura]
* Fixed hang in UTF8Reader when we find a multb. UTF8 char.
outside [#x10000-#x10FFFF] range [Jeffrey Rodriguez]
* Fixed problem in Server env. with Singleton implemtation of
validators [Eric Ye, Jeffrey Rodriguez]
* Fixed patch submitted by Elena Litani Kitani and others
with RangeImpl [Eric Ye, Elena Litani, Lynn Monson]
* Fixed misc. Schema Structures miscelaneous bugs since last
release [Eric Ye]
* Miscelaneous bug fixes and patches submitted by Lisa Martin
[Lisa Martin]
* Fixed DOM misc. bugs and other patches since last release
[Arnaud Le Hors]
* ------------------------------------------------------------- *
* *October 19, 2000 (version 1.2.1) *
* ------------------------------------------------------------- *
* This is a bug fix release
* Added Mark Swinkels datatype list refactoring [Mark
Swinkels, Jeffrey Rodriguez]
* Added RangeImpl patch submitted by Lynn Monson [Lynn
monson, Arnaud Le Hors]
* Fixed datatype registry not being initialized in
XMLValidator bug [Jeffrey Rodriguez]
* Fixed misc. Schema Structures bugs since last release [Eric
Ye]
* Fixed misc. Datatypes bugs since last release [Jeffrey
Rodriguez]
|
|
|
|
|
|
|
|
Python has all kinds of data validation tools, but every one of them seems to
require defining a schema / form. This is a simple validation library where
validating a simple value does not require defining a form or a schema.
|
|
|
|
Python version of Google's common library for parsing, formatting, storing and
validating international phone numbers.
|
|
Converts and manipulates common colour representations (RGB, HSV, web, ...)
Features:
* Damn simple and pythonic way to manipulate colour representations
* Full conversion between RGB, HSV, 6-digit hex, 3-digit hex, human colour
* One object (Color) or bunch of single purpose function (rgb2hex, hsl2rgb ...)
* Web format that uses the smallest representation between 6-digit, 3-digit,
fully-spelled colour, that is following W3C color naming for CSS or HTML
colour specifications.
* Smooth intuitive colour scale generation choosing N colour gradients.
* Can pick colours for you to identify objects of your application.
|
|
Color is a (very) small module for Python 3.2 and later. It allows printing
colors to the console. It works on any ANSI terminal, and the Windows command
line. To use it, simply use the print function as you always have, however you
now have the option of passing color to it as well.
|
|
|
|
broken mix of linker and compiler invocation.
|
|
- remove invalid Spiffy dependency provided by YAML (GitHub pull req 23)
- Force escaping of single '-' (GitHub pull req 22)
- Revert Mo from 0.38 to 0.31 - zefram++ reported it breaking cpan client
- Fixed tests to work under parallel testing -- kentnl
- Switched to dzil release process
- Fixed YAML loading on perl 5.8 (broken in YAML 0.85) by removing
5.10-specific regex construct. -- hobbs++
- Using latest Test::Builder tp fix
https://rt.cpan.org/Public/Bug/Display.html?id=90847
- Revert YAML::Mo for https://rt.cpan.org/Public/Bug/Display.html?id=90817
- Fix for https://rt.cpan.org/Ticket/Display.html?id=19838 where synopsis
in YAML::Dumper doesn't work as exptected.
- Thorsten++ https://rt.cpan.org/Public/Bug/Display.html?id=90593
- Upgrade to latest Mo
|
|
- Fix the tests for DateTime-Format-Mail-0.400.
|
|
* Documentation updates
* Allow disjointed CSV cell fragment lists
* Allow ref to scalar for csv (in => ...)
* Allow CODE ref to in attribute
* Allow * in fragment cellspec's bottom-right cell
* Fix possible fail in tests on Windows (Thanks Mithaldu for explaing)
* Only close file handles in csv () for files
* new callbacks for csv ()
* Allow case insensitive attributes and attribute aliases
(quote_always = always_quote)
* Enhanced the csv () function (diagnostics)
* Start callbacks support
* Minor doc fixes
* Make subclassing safer
* get_columns () with no argument now returns the empty list
instead of undef when no columns defined
* fragments (rfc7111) now also support AoH (was AoA only)
* Error code conflict for fragments resolved to 2013
* New function "csv" (not a method)
* Update copyright to 2014
* Implement RFC7111
|
|
Version 2.7.3
-------------
(bugfix release, released on June 6th 2014)
- Security issue: Corrected the security fix for the cache folder. This
fix was provided by RedHat.
|
|
|
|
Fixes unwanted linker flags for platforms missing rpath support.
|
|
|
|
|
|
|
|
2014/06/05 (diffstat 1.59)
+ add -E option to filter escape-sequences, e.g., from colordiff
(Ubuntu #1304262).
+ merge/adapt improvments to makefile and configure script from
openembedded.org (forwarded by Ross Burton).
+ remove unused $(libdir) from makefile "installdirs" target
+ amend definition in CF_POPEN_TEST to permit use of autoheader.
+ workaround for gratuitous renaming of AC_ACVERSION in 2.69
+ added "docs" rule to makefile
+ improvements to configure macros:
+ added check for -Wlogical-op to gcc warnings
+ suppress check for defining _XOPEN_SOURCE on Solaris
+ trim an unwanted -no-gcc option for Intel compiler
+ update config.guess, config.sub
2013/10/28 (diffstat 1.58)
+ add COPYING file (request by Dagobert Michelsen).
+ improved portability for cross-compiling, by supplying missing
getopt function as well as improving checks for popen/pclose
prototypes.
+ updated configure macros, e.g., for MingW and MSYS fixes.
+ update config.guess, config.sub
|
|
(in addtion to backported patches, dropped prototype patch of kakasi_do().
Its committer doesn't know the reason anymore, and implemented part patches
had been merged long time ago with
"patch-aa and patch-ac patched the same file. Merge them"
but patch-aa was for lib/libkakasi.c, and patch-ac is for src/kakasi.c.
From no problem reportes, it is considered this patch set is not relevant).
Changes from KAKASI 2.3.5 to 2.3.6
* Check runtime environment for test codes, and skip impossible tests.
* With configure, check compiler supported option.
(for the issue old gcc cannot accept -Wno-unused-result option)
* Fixed to check iconv availability at configure instead of autconf.
* Fixed and added manual (by Osamu Aoki).
* Fixed a bug to ouput redundant delimiter at wakatigaki if the line
start with ASCII character.
* Changed unitptr_t from macro to typedef (to avoid the issue that
come compilers cannot handle such macro)
* Fixed missing iconv related casts.
Changes from KAKASI 2.3.4 to 2.3.5
* Added UTF-8 input/output support (iconv is required)
* Improve handling of japanese long-vowel.
* Fixed bug of do_kakasi(), may return invald memory area.
* Fixed a wrong entriy in kakasidict.
* Fixed bad hepburn romaji table.
* Added use_old_romaji_table variable and -t option.
* Fixed segfault on invalid SS2 sequences.
* Fixes warnings at compile.
* Added a test script.
* Added -S option for mutable separator (with -w or -s option).
* Added -l and -L option for level furigana and hiragana conversion.
(See doc/README.level for more information)
* Newly added -F option for mutable parentheses around furigana
(with -JH -f or -L option).
* Added -y option to display all yomi per one Kanji.
* Add endian independent dictionary format support.
* Fixed bad hepburn romaji table.
(specify -t option fo use old romaji table)
|
|
The so was not linked against libxml2, breaking the module completely.
Bump PKGREVISION.
|
|
|
|
|
|
Fixes PLIST for various platforms.
|
|
|
|
|
|
|
|
biplist is a binary plist parser/generator for Python.
Binary Property List (plist) files provide a faster and smaller serialization
format for property lists on OS X. This is a library for generating binary
plists which can be read by OS X, iOS, or other clients.
|
|
|
|
|