- bzipped the tarball

- update to 1.53
  ***CHANGED*** default log file position
     from /var/log/modem.log to /tmp/modem.log.
  - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Device-Modem?expand=0&rev=8
This commit is contained in:
Vítězslav Čížek
2011-01-11 13:12:30 +00:00
committed by Git OBS Bridge
parent 143b86f2a7
commit ef06919742
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jan 11 13:10:16 UTC 2011 - vcizek@novell.com
- bzipped the tarball
- update to 1.53
***CHANGED*** default log file position
from /var/log/modem.log to /tmp/modem.log.
- 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.
-------------------------------------------------------------------
Wed Dec 1 13:32:03 UTC 2010 - coolo@novell.com