| Version 1.1.12d | smscgw-1.1.12d.tar.gz |
This version corrects the following problems:
|
| Version 1.1.12c | smscgw-1.1.12c.tar.gz |
Fixed a problem when building on FreeBSD-5.x.
Fixed a bug that caused 100% CPU consumption by ta_conn and tcp_conn when UCP31_INTERVAL was set to 0 in the configuration files. Thanks to Tomas Vanak for reporting about these problems! |
| Version 1.1.12b | smscgw-1.1.12b.tar.gz |
Fixed a bug that caused the server to hang after
MAX_CLIENTS clients sent messages.
Fixed some timing problems in m20_conn that appeared when using a GSM phone via IRDA. |
| Version 1.1.12a | smscgw-1.1.12a.tar.gz | The previous release did not create the target directory for the configuration files, if necessary. |
| Version 1.1.12 | smscgw-1.1.12.tar.gz |
This version includes the following changes:
|
| Version 1.1.11 | smscgw-1.1.11.tar.gz |
This version also supports the WAVECOM - FASTTRACK WMOD2
GSM modem.
Thanks to Harald Knapp who performed the tests with his hardware! |
| Version 1.1.10 | smscgw-1.1.10.tar.gz |
In this version, more problems/bugs were fixed:
|
| Version 1.1.9a | smscgw-1.1.9a.tar.gz | This version has a quick fix for a problem that causes m20_conn not to handle incoming messages correctly, when operating in text mode. |
| Version 1.1.9 | smscgw-1.1.9.tar.gz | The change in this version is that strnstr(3) is no longer used, because it is FreeBSD specific. |
| Version 1.1.8 | smscgw-1.1.8.tar.gz |
smscgw(8) now handles oversized send requests more
elegantly. Maximum size of send request has been
increased to 4096 and documented in the manual page for
smscgwc(1).
Error in the parser for smscgw.conf fixed. It didn't work correctly with the optional directives in the CONNECTION sections. Thanks to Marco Antonio Cabazal who found this error! The --prefix option to configure now also works for httpdir and cgidir. smscgw(8) reads it's config file before putting itself to background and reports to stderr, if there are problems with the config file. Fixed a memory allocation bug in ta_conn(1). |
| Version 1.1.7 | smscgw-1.1.7.tar.gz |
Added some necessary alphabet conversion when m20_conn(1)
operates in PDU mode.
In the CONNECTION sections of smscgw.conf, a directive INCOMING_SCRIPT can be used. If specified, the program or script will be executed on each incoming message. The PID file /var/run/smscgw.pid will be removed, if the config file is not OK. m20_conn(1) only checks for received, unread messages, so that saved read and outgoing messages remain untouched. |
| Version 1.1.6 | smscgw-1.1.6.tar.gz |
The main change in this version is the fix of a bug that
caused problems when trying to send messages longer
than 127 byte in PDU mode.
I also fixed a problem that caused all of the connections to crash when receiving one-line messages longer than 160 bytes. |
| Version 1.1.5 | smscgw-1.1.5.tar.gz | Fixed some problems with serial communications so that it now also works on GNU/Linux systems (tested on RedHat 7.0 and an LFS system) and a bug in smscgw(8) that showed up when the last connection in a list of connections was chosen for delivery. |
| Version 1.1.4 | smscgw-1.1.4.tar.gz | m20_conn works with GSM devices that understand AT commands but can only operate in PDU mode like the S35 from the S company. |
| Version 1.1.3 | smscgw-1.1.3.tar.gz | m20_conn now also handles incoming messages. |
| Version 1.1.2b | smscgw-1.1.2b.tar.gz |
Fixed bug in m20_conn. m20_conn erroneously always came
to the result that the PIN has already been entered and is
OK.
Also, the configuration files for all connections will now be installed with read and write permission only by the user who installs SMSC-Gateway. This is to protect access codes for SMSCs from being read by others. |
| Version 1.1.2a | smscgw-1.1.2a.tar.gz | This tar ball is only extended by manual pages for processes and configuration files. Hopefully a step towards usefull documentation. |
| Version 1.1.2 | smscgw-1.1.2.tar.gz |
SMSC-Gateway uses a pid file to enable clean shutdown
PORT and INCOMING_DIR have been added to the configuration file smscgw.conf. |
| Version 1.1.1 | smscgw-1.1.1.tar.gz |
SMSC-Gateway now compiles and runs on a GNU/Linux system
(LFS system with kernel 2.4.16, glibc-2.2.3).
I used a dummy connection for testing - the real connections are not tested! |
| Version 1.1 | smscgw-1.1.tar.gz |