Warned about animation incompatibility at least with Alcatel 311 (firmware 101.01)
[gsmperl.git] / GSM / Changes
1 Revision history for Perl extension GSM::SMS.
2
3           Thu Dec 20 22:44:59 CET 2001
4         - Got a nice patch from David Wright. He fixed some bugs in the
5           code handling the ringtones (RTTTL.pm)
6         - PDU.pm: Solved warning when doing test with Test::More
7         - Transport.pm : Bails out properly now when a transport fails to load.
8
9 0.142 Wed Dec 12 23:13:04 CET 2001
10         - Fixed the mysteriously vanishing of SMS messages from the GSM modem.
11           I can't reproduce the error anymore, since I fixed the 
12           TTL (Time To Live) in Stack.pm.
13
14 0.141 Sat Aug 18 16:11:35 CEST 2001
15         - Fixed export of OTAOperatorlogo_from{file,b64} in GSM::SMS::OTA::
16           Operatorlogo.
17
18 0.14  Wed Aug  8 19:13:44 CEST 2001
19         - Release for 1.4 
20
21 0.133 Tue Aug  7 22:31:33 CEST 2001
22         - We now have MIDI support!
23           Added GSM::SMS::Support::RTTTL2MIDI, kindly donated by isminiz 
24           <ethemevlice@yahoo.com>. Based upon code from G.Babakhani ...
25
26 0.132 Tue Aug  7 20:03:30 CEST 2001
27         - Serial transport now waites for the GSM modem to come up. It will
28           read out the SIM card ( phonebook? ) when first coming up, and
29           this could cause some trouble. Thanks to Warwick Smith for fixing
30           this.
31
32 0.131 Mon Aug  6 23:11:59 CEST 2001
33         - Updated NBS.pm and Transport.pm. Now the return value from
34           the Trnsport subsystem really gets into the upper API.
35           Thanks to Warwick Smith for pointing this one out to me.
36
37 0.13 Tue Jul 24 22:45:37 CEST 2001
38         - Updated examples/slashdot/slashdot to be verbose
39           on not being able to send. Using the new return
40           values from GSM::SMS::NBS.
41
42          Sat Jul 21 17:57:11 CEST 2001
43         - Changed the return value in NBS.pm of all functions.
44           The return value was 'hardwired' to -1, meaning success.
45           Now this value has changed to the C convention:
46                 -1 means failure.
47                  0 means success.
48           ( This oddity needs to get in the release documentation,
49         as it can break existing implementations. )
50
51 0.12 Sat Jul 14 23:27:00 CEST 2001
52         - Adding support for an XmlRpc node transport.
53           This transport is application specific, it used by the
54           mercury project, a small SMS Messaging Server build
55           on top of the GSM::SMS package.
56
57 0.11 Sat Jul 14 20:52:24 CEST 2001
58         - MCube (www.mcube.be) support for text messages implemented
59           Binary support does not seem to work correctly for now.
60         - Implemented optimised delete for Serial transport.
61           Attributed by Toni Mattila <tontsa@asiaonline.net.my>.
62         - New config parameter for Serial transport:
63                 memorylimit     = nn
64                 ( nn = 10 for WaveCom, nn = 15 for Siemens C25 )
65           Pointed out by Toni Mattila <tontsa@asiaonline.net.my>
66
67 0.1  Sun Jun 17 01:06:12 2001
68         - Preparing launch on CPAN
69         - added documentation and examples
70
71 0.0  Sun Jun  3 21:46:04 2001
72         - original version; created by h2xs 1.20 with options
73                 -XA -n GSM::SMS
74         - used the iSMS library modules and put them in another base
75           directory (class path). ( Tektonica::iSMS -> GSM::SMS ). I did this
76           to able to release them on CPAN.