diff options
author | soren <soren@pkgsrc.org> | 2004-03-17 07:07:43 +0000 |
---|---|---|
committer | soren <soren@pkgsrc.org> | 2004-03-17 07:07:43 +0000 |
commit | b5c175978c430a140368156862ee485535b473cd (patch) | |
tree | b9d6770547b1e645850564b9634cbe3b702a1e3e /comms/gsmlib/PLIST | |
parent | f5d0bf1d2ee8ef055c511018e9f0fee6746fcbd9 (diff) | |
download | pkgsrc-b5c175978c430a140368156862ee485535b473cd.tar.gz |
Update to gsmlib-1.10:
- reactivated code in gsm_at to retry sending PDU after
unsolicited result code
- added description of unicode handling to FAQ
- compilation fixes for gcc-3.0.4
- added quick exit for ATZ in UnixSerialPort constructor
if phone gives ERROR
- added fix for phones that return +CLIP: "Number not available."
instead of giving caller ID
- added get/setCLIRPresentation() functions to MeTa (contribution by
ivan)
- added "NO CARRIER" event to the event mechanism (contribution by
clock)
- added Win32 port of gsmsmsd (thanks to Konstantin Forostyan)
- further extented Win32 port of gsmsmsd to handle outgoing messages
- fixed problem with Ericsson T39m SMS sending (zero bytes in handshake)
- added capability to send concatenated SMSs in gsmsmsd and gsmsendsms
- fixed unsigned/signed char problems in Unix/Win32 serial port
implementations
- added capability to send multiple SMSs to gsmsendsms/gsmsmsd
Diffstat (limited to 'comms/gsmlib/PLIST')
-rw-r--r-- | comms/gsmlib/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/gsmlib/PLIST b/comms/gsmlib/PLIST index d871f0c1610..b2091280df6 100644 --- a/comms/gsmlib/PLIST +++ b/comms/gsmlib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/17 11:29:58 grant Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/03/17 07:07:43 soren Exp $ bin/gsmctl bin/gsmpb bin/gsmsendsms @@ -26,10 +26,10 @@ include/gsmlib/gsm_unix_serial.h include/gsmlib/gsm_util.h lib/libgsmext.a lib/libgsmext.la -lib/libgsmext.so.1.3 +lib/libgsmext.so.1.4 lib/libgsmme.a lib/libgsmme.la -lib/libgsmme.so.1.3 +lib/libgsmme.so.1.4 man/man1/gsmctl.1 man/man1/gsmpb.1 man/man1/gsmsendsms.1 |