Release Notes: smscgw(8) no longer crashes if INCOMING_DIR in smscgw.conf is unspecified. A bug that caused m20_conn(1) to hang after receiving messages has been fixed. messages sent via tcp_conn are sent without a trailing newline, so that they look exactly like the original when received by smscgw.
Release Notes: A problem when building on FreeBSD 5.x has been fixed. A bug was fixed that caused 100% CPU consumption by ta_conn and tcp_conn when UCP31_INTERVAL was set to 0 in their configuration files.
Release Notes: A problem that caused the server to hang after MAX_CLIENTS clients sent messages was fixed. Also, a timing problem has been solved that appeared when using m20_conn with a GSM phone via IrDA.
Release Notes: This new release allows the user to specify originator addresses for outgoing messages via ta_conn and tcp_conn. It also includes changes that should enable compilation on HP-UX, SunOS, AIX, and Alpha TRu64 5.1. The user can now also specify an IP address on which smscgw should listen for client connections.
Release Notes: The previous release did not create the target directory for the configuration files, if necessary. This has been fixed.
Release Notes: This release adds support for the WAVECOM - FASTTRACK WMOD2 GSM modem.
Release Notes: This release mainly fixes a a problem with incoming messages in m20_conn.
Release Notes: This version fixes a problem with the strnstr function that caused compilation problems under Linux.
Release Notes: This release has more elegant handling of oversized send requests. The maximum size of send requests has been increased to 4096 and documented in the manual page for smscgwc(1). A bug in the parser for smscgw.conf has been fixed. A memory allocation bug in ta_conn(1) has been fixed.
Release Notes: This version adds necessary alphabet conversion when m20_conn(1) operates in PDU mode, and in the CONNECTION sections of smscgw.conf a directive INCOMING_SCRIPT can now be used. If specified, the program or script will be executed on each incoming message. There were also some bugfixes.