commit e82b9edd077058b252e9e64bccf4fffb0a4fe29e Author: Galen Charlton Date: Fri Sep 15 10:01:33 2017 -0400 update version stamps for 2.5.2 Signed-off-by: Galen Charlton 7 7 README 2 2 src/perl/lib/OpenSRF.pm 1 1 src/python/setup.py 1 1 version.m4 commit ff0e2ba7fe2247575ab4f545f90a297fe2f56439 Author: Galen Charlton Date: Fri Sep 15 10:01:10 2017 -0400 release notes for 2.5.2 Signed-off-by: Galen Charlton 23 0 doc/RELEASE_NOTES.txt commit e7eee4bd383797c3cf7f99ec4da1b9bdcf4c94e0 Author: Galen Charlton Date: Thu Sep 14 17:36:40 2017 -0400 LP#1717350: fix chunking messages sent from Perl services The chunk size adjustments introduced by the patches for bug 1709710 could result in calculating non-integral chunk sizes for Perl services. This in turn led to fractional offsets and lengths being passed to Perl's substr() function; rounding in turn can lead to characters in the response getting silently dropped, which in turn broke parsing the reconstituted response. To test ------- The problem can be reproduced by invoking open-ils.storage open-ils.storage.actor.org_unit.descendants.atomic 1, 0 in Evergreen databases with org unit trees large enough that the response gets chunked. Signed-off-by: Galen Charlton Signed-off-by: Jason Stephenson 2 1 src/perl/lib/OpenSRF/AppSession.pm