Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id E10AC63BC75 for ; Mon, 6 Sep 2010 10:51:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 96F3D63B101; Mon, 6 Sep 2010 10:51:57 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 9F98263B100 for ; Mon, 6 Sep 2010 10:51:56 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7D7F8175DD; Mon, 6 Sep 2010 10:51:56 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Mon, 6 Sep 2010 10:51:56 +0000 From: Thomas Klausner Subject: CVS commit: pkgsrc/comms/p5-Device-Modem To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20100906105156.7D7F8175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: wiz Date: Mon Sep 6 10:51:56 UTC 2010 Modified Files: pkgsrc/comms/p5-Device-Modem: Makefile distinfo Log Message: Update to 1.53: 1.53 Thu Apr 01 13:49:00 CET 2010 - ***CHANGED*** default log file position from /var/log/modem.log to /tmp/modem.log. Too many failed tests and user reports made me reconsider my poor default choice. - Added voice dialing. Just dialing though. You can't perform real voice calls through Device::Modem (yet :) Thanks to Marek Jaros. - Added ';' (voice dialing) and 'p' (pause) as valid values for dial() number. 1.52 Sun Mar 28 15:50:00 CET 2010 - Added automatic port reconnection in the port() method. This should improve connection reliability and reduce risk of "Can't call method XXXXXX on undefined value YYYYYY" errors. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/comms/p5-Device-Modem/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/comms/p5-Device-Modem/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.