]> git.evergreen-ils.org Git - OpenSRF.git/blob - ChangeLog
update ChangeLog for 3.2.1 release
[OpenSRF.git] / ChangeLog
1 commit 52fd4eeb2067a3dea6cc8f37041140832772eaab
2 Author: Galen Charlton <gmc@equinoxinitiative.org>
3 Date:   Wed Sep 16 09:21:59 2020 -0400
4
5     bump up version numbers for 3.2.1 release
6     
7     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
8
9 5       5       README
10 2       2       src/perl/lib/OpenSRF.pm
11 1       1       src/python/setup.py
12 1       1       version.m4
13
14 commit cab6edd1730a43e0457b0d436020165734523339
15 Author: Galen Charlton <gmc@equinoxinitiative.org>
16 Date:   Wed Sep 16 09:20:53 2020 -0400
17
18     update release notes for 3.2.1
19     
20     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
21
22 27      0       doc/RELEASE_NOTES.txt
23
24 commit 710d4063a380015fee636944de65ef9eefa0ab97
25 Author: Jason Stephenson <jason@sigio.com>
26 Date:   Tue Jan 28 11:32:52 2020 -0500
27
28     Lp 1860068: Clarify README for Debian Buster
29     
30     Indicate that the mod_legacy_auth directive is foudn in the modules
31     section of the ejabberd configuration (ejabberd.yml) for Debian Buster
32     and/or Ubuntu Bionic.
33     
34     Signed-off-by: Jason Stephenson <jason@sigio.com>
35     Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
36
37 1       1       README
38
39 commit cbf837440c96b4f767aaaed033478aa8c1aaab03
40 Author: Bill Erickson <berickxx@gmail.com>
41 Date:   Thu Apr 23 15:32:50 2020 -0400
42
43     LP1874510 libopensrf recv timeout cal repair
44     
45     Fixes the message receive timeout calculation logic in OpenSRF C client
46     code.  The calculation is performed when multiple calls to receive are
47     needed to piece together a response message.
48     
49     The logic previously calculated the time remaining as the time remaining
50     minus the total time taken for all iterations with each loop iteration,
51     leading to exhausting the timeout too quickly.  Now it calculates the
52     value as time remaining minus the time taken for the only most recent
53     loop iteration.
54     
55     Signed-off-by: Bill Erickson <berickxx@gmail.com>
56     Signed-off-by: Jason Stephenson <jason@sigio.com>
57
58 5       1       src/libopensrf/osrf_app_session.c
59
60 commit 747a59e1c6e8e75d4cae579459b76ee792602a2e
61 Author: Jason Stephenson <jason@sigio.com>
62 Date:   Wed Apr 29 09:36:44 2020 -0400
63
64     Revert "LP#1272937 Followup: Remove m4/.gitignore"
65     
66     This reverts commit 06c8241b84fc9dbe6ec6a52fc98d469cd2bf0515.
67
68 0       1       .gitignore
69 1       0       m4/.gitignore
70  create mode 100644 m4/.gitignore
71
72 commit 06c8241b84fc9dbe6ec6a52fc98d469cd2bf0515
73 Author: Jason Stephenson <jason@sigio.com>
74 Date:   Wed Apr 29 09:32:57 2020 -0400
75
76     LP#1272937 Followup: Remove m4/.gitignore
77     
78     Remove m4/.gitignore and a line to .gitignore to ignore the m4 files
79     in the m4 subdirectory.
80     
81     Signed-off-by: Jason Stephenson <jason@sigio.com>
82
83 1       0       .gitignore
84 0       1       m4/.gitignore
85  delete mode 100644 m4/.gitignore
86
87 commit bc79ff1e77cd99315fba72de336dfa164f491ce9
88 Author: Chris Sharp <csharp@georgialibraries.org>
89 Date:   Mon Mar 2 17:29:12 2020 -0500
90
91     LP#1272937 - Quiet warnings from autoreconf -i
92     
93     We change INCLUDES to AM_CPPFLAGS and change
94     the syntax for AM_INIT_AUTOMAKE to match current
95     recommendations.  Also, add an m4 directory.
96     
97     Thanks to Warren Layton for direction towards these
98     solutions.
99     
100     Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
101     Signed-off-by: Jason Stephenson <jason@sigio.com>
102
103 2       1       Makefile.am
104 11      5       configure.ac
105 1       0       m4/.gitignore
106  create mode 100644 m4/.gitignore