commit 52fd4eeb2067a3dea6cc8f37041140832772eaab Author: Galen Charlton Date: Wed Sep 16 09:21:59 2020 -0400 bump up version numbers for 3.2.1 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 cab6edd1730a43e0457b0d436020165734523339 Author: Galen Charlton Date: Wed Sep 16 09:20:53 2020 -0400 update release notes for 3.2.1 Signed-off-by: Galen Charlton 27 0 doc/RELEASE_NOTES.txt commit 710d4063a380015fee636944de65ef9eefa0ab97 Author: Jason Stephenson Date: Tue Jan 28 11:32:52 2020 -0500 Lp 1860068: Clarify README for Debian Buster Indicate that the mod_legacy_auth directive is foudn in the modules section of the ejabberd configuration (ejabberd.yml) for Debian Buster and/or Ubuntu Bionic. Signed-off-by: Jason Stephenson Signed-off-by: Galen Charlton 1 1 README commit cbf837440c96b4f767aaaed033478aa8c1aaab03 Author: Bill Erickson Date: Thu Apr 23 15:32:50 2020 -0400 LP1874510 libopensrf recv timeout cal repair Fixes the message receive timeout calculation logic in OpenSRF C client code. The calculation is performed when multiple calls to receive are needed to piece together a response message. The logic previously calculated the time remaining as the time remaining minus the total time taken for all iterations with each loop iteration, leading to exhausting the timeout too quickly. Now it calculates the value as time remaining minus the time taken for the only most recent loop iteration. Signed-off-by: Bill Erickson Signed-off-by: Jason Stephenson 5 1 src/libopensrf/osrf_app_session.c commit 747a59e1c6e8e75d4cae579459b76ee792602a2e Author: Jason Stephenson Date: Wed Apr 29 09:36:44 2020 -0400 Revert "LP#1272937 Followup: Remove m4/.gitignore" This reverts commit 06c8241b84fc9dbe6ec6a52fc98d469cd2bf0515. 0 1 .gitignore 1 0 m4/.gitignore create mode 100644 m4/.gitignore commit 06c8241b84fc9dbe6ec6a52fc98d469cd2bf0515 Author: Jason Stephenson Date: Wed Apr 29 09:32:57 2020 -0400 LP#1272937 Followup: Remove m4/.gitignore Remove m4/.gitignore and a line to .gitignore to ignore the m4 files in the m4 subdirectory. Signed-off-by: Jason Stephenson 1 0 .gitignore 0 1 m4/.gitignore delete mode 100644 m4/.gitignore commit bc79ff1e77cd99315fba72de336dfa164f491ce9 Author: Chris Sharp Date: Mon Mar 2 17:29:12 2020 -0500 LP#1272937 - Quiet warnings from autoreconf -i We change INCLUDES to AM_CPPFLAGS and change the syntax for AM_INIT_AUTOMAKE to match current recommendations. Also, add an m4 directory. Thanks to Warren Layton for direction towards these solutions. Signed-off-by: Chris Sharp Signed-off-by: Jason Stephenson 2 1 Makefile.am 11 5 configure.ac 1 0 m4/.gitignore create mode 100644 m4/.gitignore