commit ee76ac1a005350290823affc66001edffd956883 Author: Galen Charlton Date: Tue Nov 9 12:08:03 2021 -0500 bump up version numbers for 3.2.2 release Signed-off-by: Galen Charlton 5 5 README 2 2 src/perl/lib/OpenSRF.pm 1 1 src/python/setup.py 1 1 version.m4 commit 7d0af3f89bd57e8bccc6ce73a0dabeb5ec0f62a7 Author: Galen Charlton Date: Tue Nov 9 12:06:31 2021 -0500 update release notes for 3.2.2 Signed-off-by: Galen Charlton 34 2 doc/RELEASE_NOTES.txt commit 23a7aaa03ddc8704fa19c135ce5eae52ceb6e8ca Author: Galen Charlton Date: Tue Nov 9 11:55:54 2021 -0500 LP1940146: (follow-up) remove a math_xul_client file from .gitignore Signed-off-by: Galen Charlton 0 1 .gitignore commit c39f0561a2654a33a4cac052fc3c0097f7614ee2 Author: Jason Stephenson Date: Thu Aug 19 14:13:10 2021 -0400 LP1940146: Clarify README Clarify Ejabberd shaper settings instructions for Debian 11, Bullseye in the README. Signed-off-by: Jason Stephenson Signed-off-by: Chris Sharp Signed-off-by: Galen Charlton 2 2 README commit dc748175b53a8a95a82bbc97c2ecebcd5a5bd95d Author: Jason Boyer Date: Tue Aug 17 14:01:55 2021 -0400 Remove XUL opensrf.math Client Signed-off-by: Jason Boyer Signed-off-by: Jason Stephenson Signed-off-by: Chris Sharp Signed-off-by: Galen Charlton 1 3 Makefile.am 1 2 configure.ac 0 19 examples/math_xul_client/Makefile.in 0 98 examples/math_xul_client/install.js 0 53 examples/math_xul_client/math/content/conf/client_config.xml 0 17 examples/math_xul_client/math/content/contents.rdf 0 38 examples/math_xul_client/math/content/math.xul 0 50 examples/math_xul_client/math/content/math_app.js 0 32 examples/math_xul_client/math/content/math_overlay.xul 0 19 examples/math_xul_client/math/locale/en-US/contents.rdf 0 7 examples/math_xul_client/math/locale/en-US/math.dtd 0 23 examples/math_xul_client/math/skin/contents.rdf 0 4 examples/math_xul_client/math/skin/math.css delete mode 100644 examples/math_xul_client/Makefile.in delete mode 100644 examples/math_xul_client/install.js delete mode 100644 examples/math_xul_client/math/content/conf/client_config.xml delete mode 100644 examples/math_xul_client/math/content/contents.rdf delete mode 100644 examples/math_xul_client/math/content/math.xul delete mode 100644 examples/math_xul_client/math/content/math_app.js delete mode 100644 examples/math_xul_client/math/content/math_overlay.xul delete mode 100644 examples/math_xul_client/math/locale/en-US/contents.rdf delete mode 100644 examples/math_xul_client/math/locale/en-US/math.dtd delete mode 100644 examples/math_xul_client/math/skin/contents.rdf delete mode 100644 examples/math_xul_client/math/skin/math.css commit 7edcd9fb8dabf893ebb7dfd85f3c06b9c9f9b667 Author: Jason Boyer Date: Tue Aug 17 14:00:20 2021 -0400 LP1940146: Update documentation Signed-off-by: Jason Boyer Signed-off-by: Jason Stephenson Signed-off-by: Chris Sharp Signed-off-by: Galen Charlton 35 19 README commit 12707b126fccbabcba31b004157cde1a63a27580 Author: Jason Boyer Date: Tue Aug 17 13:46:11 2021 -0400 LP1940146: Debian Bullseye Installation Support This commit also addresses LP 1940145: Remove Installation Support for Debian Jessie. The individual distribution-specific targets (stretch, buster, etc.) have also been removed since they are now all the same, much like both Ubuntu targets just call ubuntu_generic. The two generic targets have been left in case they're necessary again in future. Signed-off-by: Jason Boyer Signed-off-by: Jason Stephenson Signed-off-by: Chris Sharp Signed-off-by: Galen Charlton 21 58 src/extras/Makefile.install commit dd209cdd837350a75f13f62f4fd7bb3cdb544bcf Author: Jason Stephenson Date: Wed Oct 28 11:32:45 2020 -0400 Lp 1901899: Remove References to Ubuntu 16.04 Remove references to Ubuntu 16.04 Xenial Xerus in the README and Makefile.install. Signed-off-by: Jason Stephenson Signed-off-by: Ben Shum Signed-off-by: Galen Charlton 3 4 README 1 4 src/extras/Makefile.install commit fb9cb5fa50968b36e928056e4b579f9035081ba4 Author: Jason Stephenson Date: Mon Oct 26 13:41:44 2020 -0400 Lp 1875544: Add Installation Support for Ubuntu 20.04 Focal Fossa Update README and install prerequisites with ubuntu-focal target. Consolidate Ubuntu Makefile.install targets to remove redundant "code." Signed-off-by: Jason Stephenson Signed-off-by: Bill Erickson Signed-off-by: Ben Shum Signed-off-by: Galen Charlton 4 3 README 11 17 src/extras/Makefile.install commit 5a41d66a9215a7da7f0a2dd2b3dd23610ba6d01a Author: kenstir Date: Sat Jun 13 21:43:57 2020 -0400 Fix LP#1883169 by using growing_buffer When presented with an error message that has more than 32 characters that need to be escaped, the gateway fails to reserve enough space in the memory allocation it uses to build the JSON message. Instead of guessing at how much space will be needed, and failing for some messages, this commit uses growing_buffer to build the JSON. growing_buffer is limited to 10Mb, so while large messages could be generated, they won't cause an OOM on the server side. Signed-off-by: Ken Cox Signed-off-by: Mike Rylander 8 8 src/gateway/osrf_json_gateway.c