[libcpanel-json-xs-perl] annotated tag upstream/3.0115 created (now d3c311a)
gregor herrmann
gregoa at debian.org
Sat Jun 27 21:38:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to annotated tag upstream/3.0115
in repository libcpanel-json-xs-perl.
at d3c311a (tag)
tagging a12ea2bff4e1bcf3536388a5594d0a01d8006c63 (commit)
replaces upstream/3.0104
tagged by gregor herrmann
on Sat Jun 27 23:32:32 2015 +0200
- Log -----------------------------------------------------------------
Upstream version 3.0115
Chip Salzenberg (1):
avoid re-blessing where possible
Colin Kuskie (1):
Fix POD typo.
David Steinbrunner (3):
typo fix
typo fixes
missed typo fix
J. Nick Koston (4):
Update to prevent conflicts with JSON::XS
Increment version number
Remove stray sv return from XS.xs in the garbage detector
Update to v2.33_03
Lubomir Rintel (1):
Tolerate literal ASCII TABs in strings in relaxed mode
Marc Lehmann (47):
initial import of JSON-XS 0.1 from CPAN
import JSON-XS 0.2 from CPAN
import JSON-XS 0.3 from CPAN
import JSON-XS 0.31 from CPAN
import JSON-XS 0.5 from CPAN
import JSON-XS 0.7 from CPAN
import JSON-XS 0.8 from CPAN
import JSON-XS 1.0 from CPAN
import JSON-XS 1.01 from CPAN
import JSON-XS 1.1 from CPAN
import JSON-XS 1.11 from CPAN
import JSON-XS 1.2 from CPAN
import JSON-XS 1.21 from CPAN
import JSON-XS 1.22 from CPAN
import JSON-XS 1.23 from CPAN
import JSON-XS 1.24 from CPAN
import JSON-XS 1.3 from CPAN
import JSON-XS 1.4 from CPAN
import JSON-XS 1.41 from CPAN
import JSON-XS 1.42 from CPAN
import JSON-XS 1.43 from CPAN
import JSON-XS 1.44 from CPAN
import JSON-XS 1.5 from CPAN
import JSON-XS 1.51 from CPAN
import JSON-XS 1.52 from CPAN
import JSON-XS 1.53 from CPAN
import JSON-XS 2.0 from CPAN
import JSON-XS 2.01 from CPAN
import JSON-XS 2.1 from CPAN
import JSON-XS 2.2 from CPAN
import JSON-XS 2.21 from CPAN
import JSON-XS 2.22 from CPAN
import JSON-XS 2.222 from CPAN
import JSON-XS 2.2222 from CPAN
import JSON-XS 2.23 from CPAN
import JSON-XS 2.231 from CPAN
import JSON-XS 2.2311 from CPAN
import JSON-XS 2.232 from CPAN
import JSON-XS 2.24 from CPAN
import JSON-XS 2.25 from CPAN
import JSON-XS 2.26 from CPAN
import JSON-XS 2.27 from CPAN
import JSON-XS 2.28 from CPAN
import JSON-XS 2.29 from CPAN
import JSON-XS 2.3 from CPAN
import JSON-XS 2.31 from CPAN
import JSON-XS 2.32 from CPAN
Michael G. Schwern (3):
Remove Marc's opinions about YAML.
There is no "I" in "team". And people know software has bugs.
People know software has bugs.
Reini Urban (81):
first upload for 5.6
generate README manually
do not recode utf8 on 5.6
Merge pull request #1 from bdraco/master
adjust README: no JSON fallback
merge with JSON-XS-2.33
2.33_01: revise 5.6 tests, allow 5.6 {to,from}_json functions
regenerate README from revised POD
fix crash with invalid JSON, empty sv
Merge pull request #3 from bdraco/master
Merge pull request #4 from bdraco/master
2.33_04: disable ->incr_text as lvalue on 5.6
Updated README from pm (too late for 2.33_04, but for the next round)
2.3305: t/99_binary.t: non-numeric test names, use is instead of ok
updated README
2.3306: fix decode_utf8 for 5.6 (bdraco), updated deps
harness: fix lots of -Wincompatible-pointer-types and -Wpointer-sign warnings
2.3307: add binary, allow hex and octal with binary
test fixes for 5.6, update README
2.3308: 5.6 utf8 binary special case
2.3309: fix 19_incr.t broken with 5.17.10 hash randomzation [RT #84151]
2.3310: add testcases for JSON::XS RT #84244, double-encoding with utf8
2.3311: maintainer=cpanel, fixed and tested with JSON
2.3312: make common::sense optional
2.3313: bump the version
Pod::Usage 1.36 is enough
fix Gv_AMG (SvSTASH (sv)) for <5.8.9 clang
fix 12_blessed.t for older Hash::Util
[RT #84244]: clarify the ops problem, and workaround for stricter Encode versions
avoid <5.10 const warnings with sv_chop
2.3313 release: changelog
Merge pull request #8 from syohex/fix-for-latest-Encode
2.3314: utf8 fix for latest Encode
add more binary tests, including 5.6
Favor GH issues over RT
Fix homepage META
Fix homepage META in generated README
Fix #10, add t/97_unshare_hek.t: unshare hek assertion resp. valgrind error
2.3402: t/z_*.t, _{from|to}_json, get_binary pod
Merge pull request #12 from dsteinbrunner/patch-1
2.3403: fix json_atof on AIX without HAS_LONG_DOUBLE (powl in libm)
use HAVE_NO_POWL instead of defined(_AIX) && (!defined(HAS_LONG_DOUBLE) || AIX_WORKAROUND)
2.3404: fix interop with JSON::XS booleans
Merge pull request #17 from bulk88/c_optimizing
t/96_interop.t: broke with LEHMANN/JSON-XS-3.01
t/96_interop.t: add JSON::PP test
3.0101 release: fixed booleans for JSON 2.9 and JSON-XS-3.01 interop
3.0102 release
Types::Serialiser::Boolean for JSON-XS-3.01 interop
3.0103: backport allow_tags, decode_tag, FREEZE/THAW callbacks from JSON-XS-3.01
t/z_leaktrace.t added, #19 not repro yet
Merge pull request #20 from bulk88/master
3.0104: new release
3.0105: minor doc improvements
fix d_Gconvert test in t/11_pc_expo.t for 5.6
Merge pull request #26 from schwern/docs/no_protocol_slap_fights
3.0106: release
Release 3.0107
Merge pull request #30 from perlDreamer/master
Todo fix number detection heuristics (JSON-PP PR #10)
Bump ChangeLog and MANIFEST
Preserve types of numeric values better
Prompt for inf/nan handling. Default as null or stringify
Change stringification of false and true to 0 and 1
Release 3.0108
Changes: Clarify prompt
Fixed serious bug with encode of dual-vars to strings
Release 3.0110: Fixed panic: realloc with perl < 5.10
3.0111: Fix negative -inf/-nan, windows 1.#INF/1.#IND, STRINGIFY_INFNAN
win32: add "1.#QNAN", fix invalid C89 declaration (old msvc)
Release 3.0111: Adjust Changelog
Add get_stringify_infnan method, compile-time only. #32
add run-time stringify_infnan setter method
Remove unneeded infnan prompt at build-time
fix t/117_numbers.t for cygwin and MSWin32
fix for croak format str, adjust cygwin TODO msg
add Solaris support for inf/nan
Release 3.0112: weaken windows nan tests
Release 3.0113: relax negative nan tests for all platforms
Fix bad powl with Freebsd 10 -Duselongdouble
3.0115 Release
Sergey Aleynikov (2):
fix callback stack mishandling
fix stack corruption when encoding nested objects with FREEZE method
Syohei YOSHIDA (1):
fix for latest 'Encode'
bulk88 (4):
add ithread support, const a table
add PERL_NO_GET_CONTEXT
fix C89 builds
Free MY_CXT.sv_json on exit
gregor herrmann (1):
Imported Upstream version 3.0115
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcpanel-json-xs-perl.git
More information about the Pkg-perl-cvs-commits
mailing list