summaryrefslogtreecommitdiff
path: root/comms/p5-Device-Gsm/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2009-09-20Updating comms/p5-Device-Gsm from 1.52 to 1.54sno1-4/+4
pkgsrc changes: - Adjusting dependencies - Adding license definition Upstream changes: 1.54 Sun Sep 6 10:44:53 CEST 2009 - Fixed RT #31565, incorrect decoding of outgoing messages due to incorrect removal of zero-length octet in PDU. Thanks to Svami Dhyan Nataraj. 1.53 Fri Aug 14 21:43:37 CEST 2009 - Fixed RT #48700, deleting SMS message with index 0 didn't work. Thanks to Vytas M. for reporting the bug.
2008-12-17Updated from version 1.50nb1 to 1.52.he1-4/+4
Upstream changes: 1.52 Tue Nov 25 21:24:00 CET 2008 - Added a longer timeout on call forwarding. Thanks to Marek Jaros. 1.51 Wed Oct 29 22:32:00 CET 2008 - Added new method to set/reset call forwarding options (patch contributed by Attila Nagy: thanks!) - Removed the syslog test script (t/04syslog.t). It continuously broke tests on Solaris and basically every other setups where you are not installing as privileged user.
2008-10-12Update from version 1.49 to 1.50.he1-4/+4
Upstream changes: 1.50 Tue Sep 30 22:50:00 CEST 2008 - Sometimes send_sms() could report success but no sms has really been sent, and we receive garbage. First attempt at a fix for this. Reported by Marek Jaros.
2008-08-11Update from version 1.48 to 1.49.he1-4/+4
Pkgsrc changes: o Added HOMEPAGE using search.cpan.org Upstream changes: 1.49 Sat Aug 9 15:12:00 CET 2008 - Modified manufacturer() to work also with some Motorola phones, that report AT+CGMI in a slightly different way. - Changed by phone number :)
2008-01-03update p5-Device-Gsm to 1.48.grant1-4/+4
changes since 1.36: 1.48 Wed Feb 28 21:55:23 CET 2007 - Fixed CPAN bug #24781, thanks to torsten at archesoft dot de for reporting. 1.47 Tue Feb 13 11:31:24 CET 2007 - Fixed t/30networks.t test script. 1.46 Tue Dec 19 22:05:31 CET 2006 - Fixed CPAN RT wishlist #23575. 1.45 Tue Oct 17 18:01:43 CEST 2006 - Fixed CPAN RT bugs #21991, #21992, #22025. 1.44 Wed Aug 16 08:25:50 CEST 2006 - Fixed decoding of alphabetical sender addresses. - Added correct decoding of UCS languages (Russian for example). 1.43 Sun Jul 23 17:40:15 CEST 2006 - Added ability to decode alphabetical sender addresses. 1.42 Mon May 8 21:16:40 CEST 2006 - Fixed a bug in Device::Gsm::Sms delete() method that invoked a non-existent Device::Gsm::deleteMessage(). - Implemented read and delete of sms messages from different storages (ME, SM, ...). Only for PDU format. Thanks to 1.41 Thu Apr 20 21:52:19 CEST 2006 - Some cool fixes for better support of Iridium Satellite phones, GPRS connections and command/response faster cycle. 1.37 Sat Aug 27 12:53:00 CEST 2005 - fixed regexp to extract sim card sms messages information
2005-05-18Update to 1.36mjl1-4/+4
- fixed delete_sms() command syntax and results parsing. Thanks to all users that reported problems. - added an example script on how to delete sms messages.
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-06-22Updated p5-Device-Gsm to 1.33.grant1-3/+3
changes since 1.16: 1.33 Wed May 26 13:52:43 CEST 2004 - added delete_sms() method. For now, works only in PDU mode. - fixed messages() newline regex split pattern - modified send sms in text mode to cope with slower/older devices - modified message read method to set pdu mode before executing 1.28 || 1.25 Fri Jan 23 00:59:16 CET 2004 - further documentation, troubleshooting and autoscan utility sections - added all new pdu sms token-oriented decoding classes (this is an 80% complete implementation, mostly regarding charset conversion issues) - Device::Gsm::Sms public class is now documented properly 1.24 || 1.20 Wed Jan 21 23:32:45 CET 2004 - completed full documentation (to be revised) - documented working irda/bluetooth connections (always through device::serialport :-) 1.19 1.18 Mon Mar 24 23:32:27 CET 2003 - added a complete interface to read messages on SIM card ( $gsm->messages() method and Device::Gsm::Sms objects ) - some minor cleanup 1.17 Thu Sep 12 00:22:06 CEST 2002 - added signal_quality() method to measure gsm signal power (dBm) - added an example script in [examples] folder (`report_signal.pl')
2003-02-12Import p5-Device-Gsm 1.16mjl1-0/+4
"Device::Gsm" class implements basic GSM functions, network registration and SMS sending. This class supports also "PDU" mode to send "SMS" messages, and should be fairly usable.