Update to 1.58:
1.58 Mon Mar 7 22:31:22 EST 2011 - Fixed RT #48229, an uninitialized value when registering to the network but getting no answer from the phone. 1.57 Mon Mar 7 20:53:03 EST 2011 - Fixed a bug in send_sms() that prevented it from working at all. The bug was introduced with the "assume_registered" option. - Fixed RT #57585. Thanks to Eric Kössldorfer for his patch and test case. - Added PDU<->latin1 conversion functions in Device::Gsm::Pdu - Note to self: first release from Australia!
This commit is contained in:
parent
6811f40b68
commit
a829b53daa
2 changed files with 6 additions and 7 deletions
|
@ -1,10 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.23 2011/08/14 07:43:02 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2011/08/16 19:58:06 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Device-Gsm-1.56
|
||||
DISTNAME= Device-Gsm-1.58
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5dgs
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= comms perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Device/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.11 2010/12/02 12:07:59 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.12 2011/08/16 19:58:06 wiz Exp $
|
||||
|
||||
SHA1 (Device-Gsm-1.56.tar.gz) = f127f5f795c33d355045a89036fe07cef9836da6
|
||||
RMD160 (Device-Gsm-1.56.tar.gz) = 81e51f30b154fe32e9e760730a7d2d9601648b65
|
||||
Size (Device-Gsm-1.56.tar.gz) = 46397 bytes
|
||||
SHA1 (Device-Gsm-1.58.tar.gz) = 01a1d15ba606d2760d6f6091f1693afe89eea1b2
|
||||
RMD160 (Device-Gsm-1.58.tar.gz) = a18da5132776ff2e2228efdb5c7fd6bf7017e7fc
|
||||
Size (Device-Gsm-1.58.tar.gz) = 48197 bytes
|
||||
|
|
Loading…
Reference in a new issue