]> git.evergreen-ils.org Git - OpenSRF.git/blob - ChangeLog
update ChangeLog for 3.2.4
[OpenSRF.git] / ChangeLog
1 commit ee76ac1a005350290823affc66001edffd956883
2 Author: Galen Charlton <gmc@equinoxOLI.org>
3 Date:   Tue Nov 9 12:08:03 2021 -0500
4
5     bump up version numbers for 3.2.2 release
6     
7     Signed-off-by: Galen Charlton <gmc@equinoxOLI.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 7d0af3f89bd57e8bccc6ce73a0dabeb5ec0f62a7
15 Author: Galen Charlton <gmc@equinoxOLI.org>
16 Date:   Tue Nov 9 12:06:31 2021 -0500
17
18     update release notes for 3.2.2
19     
20     Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
21
22 34      2       doc/RELEASE_NOTES.txt
23
24 commit 23a7aaa03ddc8704fa19c135ce5eae52ceb6e8ca
25 Author: Galen Charlton <gmc@equinoxOLI.org>
26 Date:   Tue Nov 9 11:55:54 2021 -0500
27
28     LP1940146: (follow-up) remove a math_xul_client file from .gitignore
29     
30     Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
31
32 0       1       .gitignore
33
34 commit c39f0561a2654a33a4cac052fc3c0097f7614ee2
35 Author: Jason Stephenson <jason@sigio.com>
36 Date:   Thu Aug 19 14:13:10 2021 -0400
37
38     LP1940146: Clarify README
39     
40     Clarify Ejabberd shaper settings instructions for Debian 11, Bullseye
41     in the README.
42     
43     Signed-off-by: Jason Stephenson <jason@sigio.com>
44     Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
45     Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
46
47 2       2       README
48
49 commit dc748175b53a8a95a82bbc97c2ecebcd5a5bd95d
50 Author: Jason Boyer <JBoyer@equinoxOLI.org>
51 Date:   Tue Aug 17 14:01:55 2021 -0400
52
53     Remove XUL opensrf.math Client
54     
55     Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>
56     Signed-off-by: Jason Stephenson <jason@sigio.com>
57     Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
58     Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
59
60 1       3       Makefile.am
61 1       2       configure.ac
62 0       19      examples/math_xul_client/Makefile.in
63 0       98      examples/math_xul_client/install.js
64 0       53      examples/math_xul_client/math/content/conf/client_config.xml
65 0       17      examples/math_xul_client/math/content/contents.rdf
66 0       38      examples/math_xul_client/math/content/math.xul
67 0       50      examples/math_xul_client/math/content/math_app.js
68 0       32      examples/math_xul_client/math/content/math_overlay.xul
69 0       19      examples/math_xul_client/math/locale/en-US/contents.rdf
70 0       7       examples/math_xul_client/math/locale/en-US/math.dtd
71 0       23      examples/math_xul_client/math/skin/contents.rdf
72 0       4       examples/math_xul_client/math/skin/math.css
73  delete mode 100644 examples/math_xul_client/Makefile.in
74  delete mode 100644 examples/math_xul_client/install.js
75  delete mode 100644 examples/math_xul_client/math/content/conf/client_config.xml
76  delete mode 100644 examples/math_xul_client/math/content/contents.rdf
77  delete mode 100644 examples/math_xul_client/math/content/math.xul
78  delete mode 100644 examples/math_xul_client/math/content/math_app.js
79  delete mode 100644 examples/math_xul_client/math/content/math_overlay.xul
80  delete mode 100644 examples/math_xul_client/math/locale/en-US/contents.rdf
81  delete mode 100644 examples/math_xul_client/math/locale/en-US/math.dtd
82  delete mode 100644 examples/math_xul_client/math/skin/contents.rdf
83  delete mode 100644 examples/math_xul_client/math/skin/math.css
84
85 commit 7edcd9fb8dabf893ebb7dfd85f3c06b9c9f9b667
86 Author: Jason Boyer <JBoyer@equinoxOLI.org>
87 Date:   Tue Aug 17 14:00:20 2021 -0400
88
89     LP1940146: Update documentation
90     
91     Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>
92     Signed-off-by: Jason Stephenson <jason@sigio.com>
93     Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
94     Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
95
96 35      19      README
97
98 commit 12707b126fccbabcba31b004157cde1a63a27580
99 Author: Jason Boyer <jboyer@bullseye.localdomain>
100 Date:   Tue Aug 17 13:46:11 2021 -0400
101
102     LP1940146: Debian Bullseye Installation Support
103     
104     This commit also addresses LP 1940145: Remove Installation
105     Support for Debian Jessie. The individual distribution-specific
106     targets (stretch, buster, etc.) have also been removed since
107     they are now all the same, much like both Ubuntu targets just
108     call ubuntu_generic. The two generic targets have been left
109     in case they're necessary again in future.
110     
111     Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>
112     Signed-off-by: Jason Stephenson <jason@sigio.com>
113     Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
114     Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
115
116 21      58      src/extras/Makefile.install
117
118 commit dd209cdd837350a75f13f62f4fd7bb3cdb544bcf
119 Author: Jason Stephenson <jason@sigio.com>
120 Date:   Wed Oct 28 11:32:45 2020 -0400
121
122     Lp 1901899: Remove References to Ubuntu 16.04
123     
124     Remove references to Ubuntu 16.04 Xenial Xerus in the README and
125     Makefile.install.
126     
127     Signed-off-by: Jason Stephenson <jason@sigio.com>
128     Signed-off-by: Ben Shum <ben@evergreener.net>
129     Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
130
131 3       4       README
132 1       4       src/extras/Makefile.install
133
134 commit fb9cb5fa50968b36e928056e4b579f9035081ba4
135 Author: Jason Stephenson <jason@sigio.com>
136 Date:   Mon Oct 26 13:41:44 2020 -0400
137
138     Lp 1875544: Add Installation Support for Ubuntu 20.04 Focal Fossa
139     
140     Update README and install prerequisites with ubuntu-focal target.
141     
142     Consolidate Ubuntu Makefile.install targets to remove redundant
143     "code."
144     
145     Signed-off-by: Jason Stephenson <jason@sigio.com>
146     Signed-off-by: Bill Erickson <berickxx@gmail.com>
147     Signed-off-by: Ben Shum <ben@evergreener.net>
148     Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
149
150 4       3       README
151 11      17      src/extras/Makefile.install
152
153 commit 5a41d66a9215a7da7f0a2dd2b3dd23610ba6d01a
154 Author: kenstir <kenstir@gmail.com>
155 Date:   Sat Jun 13 21:43:57 2020 -0400
156
157     Fix LP#1883169 by using growing_buffer
158     
159     When presented with an error message that has more than 32 characters
160     that need to be escaped, the gateway fails to reserve enough space in
161     the memory allocation it uses to build the JSON message.  Instead of
162     guessing at how much space will be needed, and failing for some
163     messages, this commit uses growing_buffer to build the JSON.
164     growing_buffer is limited to 10Mb, so while large messages could be
165     generated, they won't cause an OOM on the server side.
166     
167     Signed-off-by: Ken Cox <kenstir@gmail.com>
168     Signed-off-by: Mike Rylander <mrylander@gmail.com>
169
170 8       8       src/gateway/osrf_json_gateway.c