commit dfafa897afbbd9eb8f34156f86cbb37db3ece7c6 Author: Jason Stephenson Date: Wed Mar 18 10:27:15 2026 -0400 Bump version numbers for 3.3.3 Signed-off-by: Jason Stephenson 5 5 README 21 0 doc/RELEASE_NOTES.txt 2 2 src/perl/lib/OpenSRF.pm 1 1 version.m4 commit 58099523eaf80a59bc599cbc62741c5ab5685d34 Author: Jason Stephenson Date: Thu Mar 5 09:34:19 2026 -0500 LP#2120581: Followup on the followup Add missing slash. Signed-off-by: Jason Stephenson 1 1 README commit f9534f6cdd776c96a7ad4d7c2a5517eb7abdcb3c Author: Jason Stephenson Date: Thu Mar 5 08:35:30 2026 -0500 LP#2120581: Followup README update Add "Debian Trixie" to the setup instructions for Ejabberd in the README. This was overlooked during the back port. Signed-off-by: Jason Stephenson 1 1 README commit c7d6128f4bd786c4ecb8b7719b2b65e3c5215e50 Author: Chris Sharp Date: Wed Aug 13 14:33:50 2025 -0400 LP#2120581: Add Makefile.install target for debian-trixie Backport Trixie support from main to rel_3_3 for OpenSRF 3.3.3. Signed-off-by: Chris Sharp Signed-off-by: Jason Stephenson 1 0 README 5 2 src/extras/Makefile.install commit d50656b5d8bbe9b428422fe38b291c5b92d5b320 Author: Jason Stephenson Date: Tue Nov 11 16:38:44 2025 -0500 LP 2130496: Additional error reporting We missed 1 instance of a transport error that could return NULL in the previous commit, so this commit patches that. This commit also adds a status_name to each of the error messages returned by the internal _osrf_app_request_recv function to help clarify what is going on. Signed-off-by: Jason Stephenson Signed-off-by: Ken Cox 9 2 src/libopensrf/osrf_app_session.c commit 6395c86feb6bf44c09492e2d207f28a9099ac2ec Author: Jason Stephenson Date: Mon Nov 10 14:21:47 2025 -0500 LP 2130496: Return Error message from osrfAppRequestRecv When osrfAppRequestRecv gets a transport or timeout error, an empty message is returned. This result is not useful to clients. This commit changes the behavior to return a status message relevant to the error. Co-authored-by: Mike Rylander Signed-off-by: Jason Stephenson Signed-off-by: Ken Cox 11 3 src/libopensrf/osrf_app_session.c