diff options
author | leot <leot> | 2016-02-07 15:29:34 +0000 |
---|---|---|
committer | leot <leot> | 2016-02-07 15:29:34 +0000 |
commit | 55e932cc0ca4a2efecaf2422eb0ca995001739fd (patch) | |
tree | 9bee64269a4f732aa4af385b6281ffc5c19e130a /comms/gammu/Makefile | |
parent | e50cd26f965ed3a5b3d17130a0b867d42000f5bd (diff) | |
download | pkgsrc-55e932cc0ca4a2efecaf2422eb0ca995001739fd.tar.gz |
Update comms/gammu to 1.37.0.
Changes:
20160203 - 1.37.0
[-] * Improved compatibility with ZTE MF190.
[-] * Improved compatibility with Huawei E1750.
[-] * Improved compatibility with Huawei E1752.
[-] * Increased detail of reported errors from SMSD.
20151208 - 1.36.8
[-] * Changed default value for ReceiveFrequency.
[-] * Fixed compatibility for PostgreSQL.
[-] * Fixed build failure with all disabled SMSD backends.
[-] * Documentation improvements.
[-] * Fixed mixing C++ code with SMSD.
20151129 - 1.36.7
[-] * Support devices which do not report full network status.
[-] * Disable Huawei unsolicited messages on startup.
[-] * Various improvements for Huawei modems.
[-] * Fixed compilation on Windows.
[-] * Fixed regression with Siemens AX75.
[-] * Improved decoding of USSD responses.
[-] * Properly decode emojis to console or files backend.
[+] * Added support for proxying the connection through arbitrary command.
[+] * SMSD now tracks retries count per message.
20151012 - 1.36.6
[-] * Fixed installation of bash-completion script.
[-] * Fixed timezone manipulation in SMSD.
[-] * Documentation improvements.
[-] * Fixed licensing of helper/win32-dirent.*.
[*] * Increased default speed for AT connection to 115200.
[*] * Improve AT module initialization.
20150826 - 1.36.5
[-] * Properly use timezones with SQLite in SMSD.
[-] * Improve support for Huawei E1752.
[-] * Fixed compilation on distros with old Glib.
Diffstat (limited to 'comms/gammu/Makefile')
-rw-r--r-- | comms/gammu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index 344b2874df6..e21c7a1dbea 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2015/11/07 23:16:18 dholland Exp $ +# $NetBSD: Makefile,v 1.16 2016/02/07 15:29:34 leot Exp $ # -DISTNAME= gammu-1.36.4 +DISTNAME= gammu-1.37.0 CATEGORIES= comms MASTER_SITES= http://dl.cihar.com/gammu/releases/ EXTRACT_SUFX= .tar.bz2 |