]> git.evergreen-ils.org Git - OpenSRF.git/blob - ChangeLog
update ChangeLog for 2.5.2
[OpenSRF.git] / ChangeLog
1 commit e82b9edd077058b252e9e64bccf4fffb0a4fe29e
2 Author: Galen Charlton <gmc@equinoxinitiative.org>
3 Date:   Fri Sep 15 10:01:33 2017 -0400
4
5     update version stamps for 2.5.2
6     
7     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
8
9 7       7       README
10 2       2       src/perl/lib/OpenSRF.pm
11 1       1       src/python/setup.py
12 1       1       version.m4
13
14 commit ff0e2ba7fe2247575ab4f545f90a297fe2f56439
15 Author: Galen Charlton <gmc@equinoxinitiative.org>
16 Date:   Fri Sep 15 10:01:10 2017 -0400
17
18     release notes for 2.5.2
19     
20     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
21
22 23      0       doc/RELEASE_NOTES.txt
23
24 commit e7eee4bd383797c3cf7f99ec4da1b9bdcf4c94e0
25 Author: Galen Charlton <gmc@equinoxinitiative.org>
26 Date:   Thu Sep 14 17:36:40 2017 -0400
27
28     LP#1717350: fix chunking messages sent from Perl services
29     
30     The chunk size adjustments introduced by the patches for bug 1709710
31     could result in calculating non-integral chunk sizes for Perl services.
32     This in turn led to fractional offsets and lengths being passed to
33     Perl's substr() function; rounding in turn can lead to characters
34     in the response getting silently dropped, which in turn broke
35     parsing the reconstituted response.
36     
37     To test
38     -------
39     The problem can be reproduced by invoking
40     
41       open-ils.storage open-ils.storage.actor.org_unit.descendants.atomic 1, 0
42     
43     in Evergreen databases with org unit trees large enough that the
44     response gets chunked.
45     
46     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
47     Signed-off-by: Jason Stephenson <jason@sigio.com>
48
49 2       1       src/perl/lib/OpenSRF/AppSession.pm