<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://blog.cihar.com/styles/feed.css"?>
<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/">
<channel>
<title>Gammu releases</title>
<link>http://blog.cihar.com/archives/gammu_releases/</link>
<description>Random thoughts about everything…</description>
<dc:language>en-us</dc:language>
<dc:creator>Michal Čihař</dc:creator>
<dc:date>2008-10-03T15:56:07+02:00</dc:date>
<admin:generatorAgent rdf:resource="http://nanoblogger.sourceforge.net" />
<item>
<link>http://blog.cihar.com/archives/2008/10/03/gammu_stable_version_1_21_0/</link>
<title>Gammu stable version 1.21.0</title>
<dc:date>2008-10-03T15:54:54+02:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>Gammu releases, Gammu</dc:subject>
<description>
<![CDATA[<p>Good news everyone, after long time of inactivity and huge development over
past month, new stable <a href="http://cihar.com/gammu/">Gammu</a> release is out. Since 1.20.94, there are
only minor fixes in handling some corner cases in AT parser, but full list of
changes since last stable 1.20.0 is quite long:</p>

<ul>
<li>Handle properly empty SMSC (bug #722).</li>
<li>Disable AT/OBEX for Motorola K1v (bug #721).</li>
<li>Automatically switch to nodtr connection if DTR/RTS setting fails.</li>
<li>More verbose debug messages in API.</li>
<li>Free phone data after testing model to avoid memory leaks.</li>
<li>Properly handle if IMEI is too long (bug #709).</li>
<li>Try to handle situation when CMGL does not list all messages.</li>
<li>Fix typo in MySQL file (bug #716).</li>
<li>Better parsing of USSD replies (bug #718).</li>
<li>Properly restore caller groups on Nokia 2630 (bug #706).</li>
<li>Fix listing of used calendar locations on Nokia (bug #710).</li>
<li>Properly encode class and coding to SMS (bug #714).</li>
<li>SMSD for MySQL no longer fails when sending message (bug #715).</li>
<li>SMSD stores signal and battery state in PostgreSQL.</li>
<li>Properly handle multiline firmware information.</li>
<li>Fix crash when decoding EMS pictures (bug #549).</li>
<li>Motorola phones sometimes reply in UCS2 instead of HEX (bug #712).</li>
<li>Use native functions sleep/usleep if available.</li>
<li>Improve FBUS initialization sequence.</li>
<li>Fixed reading for ringtones from Nokia 5510 (bug #529).</li>
<li>Do not crash if ringtone name is too long (bug #529).</li>
<li>Fix possible crash while reading of messages using AT.</li>
<li>Increase timeout when writing SMS message (bug #596).</li>
<li>Cleaned up issues with reading from Bluez (bug #670).</li>
<li>Fixed Windows binary (define properly MSVCRT to use) (bug #683).</li>
<li>Fixed compilation with CURL on Windows.</li>
<li>Windows binary now has only MySQL and CURL support (bug #683).</li>
<li>Fill in timezone information (bug #696).</li>
<li>Detect reserver message type (bug #691).</li>
<li>Increase timeout for switching to OBEX (bug #690).</li>
<li>Disable postal address for Nokia 2600 (bug #659).</li>
<li>Encode phone number only with phones which need it (bug #654).</li>
<li>Increase timeout for writing memory entry (bug #654).</li>
<li>Handle properly when phoned does not tell SMSC (bug #616).</li>
<li>Initial support for waiting calls in AT engine (bug #551).</li>
<li>Fixed dialing on some AT phones (bug #471).</li>
<li>Support for skipping location when reading (bug #467).</li>
<li>Improved detection of serial port Bluetooth channel.</li>
<li>SMSD reconnects to MySQL (thanks to Wouter D'Haeseleer).</li>
<li>SMSD stores signal and battery state in MySQL (thanks to Wouter D'Haeseleer).</li>
<li>Initial support for reading messages in simple text mode.</li>
<li>Report if monitor failed because of an error.</li>
<li>Handle not found errors on OBEX connect (bug #705).</li>
<li>Report more verbosely that some feature has been disabled on compile time.</li>
<li>Add ID for Nokia 5200 (thanks to Andreas Metzler).</li>
<li>Add two IDs for Nokia 2600 (bug #659).</li>
<li>Add ID for lot's of Sony Ericsson phones.</li>
<li>Use AT parser for AT+CPBS? reply.</li>
<li>Use all possible ways to get memory status (bug #687).</li>
<li>Detect more error codes from Nokia phones (bug #659).</li>
<li>Fix decoding of text using iconv (bug #687).</li>
<li>Fix linker flags check, caused failures on MacOS X.</li>
<li>Add second ID for Nokia 2610 (thanks to Nicolas Forget).</li>
<li>Add ID for Nokia 6060.</li>
<li>Try to use OPP and PBAP Bluetooth profiles also (not tested!).</li>
<li>DumpMessage is not printing last char (bug #692).</li>
<li>Support for favorite messaging number (bug #693).</li>
<li>Add ID for Nokia 2630 (bug #693).</li>
<li>First attempt for Bluetooth support on OS X.</li>
<li>Do not open debug file for second time when using global debug.</li>
<li>Fix DC memory name printing (bug #698).</li>
<li>Add API function GSM_MemoryTypeToString.</li>
<li>Report correct size of DC/RC/MC memory on DCT4 phones (bug #699).</li>
<li>Store favorite messaging as phone number, not only as ID (bug #693).</li>
<li>Avoid empty line at beginning of vCard backup (bug #701).</li>
<li>Add ID for Nokia 2760.</li>
<li>Catch not acceptable errors in OBEX (bug #702).</li>
<li>Operation not allowed is not an unknown problem (bug #678).</li>
<li>Add ID for Nokia 5000 (bug #677).</li>
<li>Increase limit of files for DCT4 and check array size (bug #676).</li>
<li>Allow to enter PIN code from stdin (bug #633).</li>
<li>Handle HEX reply instead of UCS-2 from Motorola (bug #697).</li>
<li>Avoid decoding of @ in email address (bug #697).</li>
<li>ABI change, because of increasing some limits.</li>
<li>Config file option rsslevel no longer works, superseded by 'gammu checkversion'.</li>
<li>Dropped GSM_ReadHTTPFile from API, gammu now uses CURL instead.</li>
<li>Support for longer notes on Nokia phones (bug #607).</li>
<li>Add deleteallmemory command.</li>
<li>Ignore trailing spaces in AT commands.</li>
<li>Fix crash on long lines in vCards.</li>
<li>Compatibility with broken iWOW responses (bug #650).</li>
<li>Do not use hard delete flag for updating entries (bug #634).</li>
<li>Identify Nokia 1200 (bug #649).</li>
<li>Fix parsing of date/time reply on Sony Ericsson G900 (bug #647).</li>
<li>Increased limit for folder name (bug #646).</li>
<li>Fix parsing of empty date (bug #643).</li>
<li>Recognize general number on Nokia 6230i (bug #655).</li>
<li>Fix writing of phone number using HEX charset (bug #512).</li>
<li>Recognize more CME errors, thanks to Paolo <a href="m&#x61;i&#108;&#116;o:&#x6F;&#111;&#x70;&#x6C;&#97;&#64;&#117;&#115;&#x65;&#114;&#x73;&#x2E;&#x73;&#x66;&#46;&#110;&#101;&#x74;">&#x6F;&#111;&#x70;&#x6C;&#97;&#64;&#117;&#115;&#x65;&#114;&#x73;&#x2E;&#x73;&#x66;&#46;&#110;&#101;&#x74;</a>.</li>
</ul>

<p>You can download from usual place: <a href="http://cihar.com/gammu/">http://cihar.com/gammu/</a>, Binary packages
will be available soon.</p>]]>
</description>
</item>
<item>
<link>http://blog.cihar.com/archives/2008/09/26/gammu_test_version_1_20_94/</link>
<title>Gammu test version 1.20.94</title>
<dc:date>2008-09-26T13:30:12+02:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>Gammu releases, Gammu</dc:subject>
<description>
<![CDATA[<p>In few hours after releasing 1.20.93 it became obvious that I will need
another testing release, because number of bug fixes grow too much. So here it
comes. Schedule for 1.21.0 is Tuesday next week, so please report any problems
you face with this testing version.</p>

<p>Full list of changes in 1.20.94:</p>

<ul>
<li>Automatically switch to nodtr connection if DTR/RTS setting fails.</li>
<li>More verbose debug messages in API.</li>
<li>Free phone data after testing model to avoid memory leaks.</li>
<li>Properly handle if IMEI is too long (bug #709).</li>
<li>Try to handle situation when CMGL does not list all messages.</li>
<li>Fix typo in MySQL file (bug #716).</li>
<li>Better parsing of USSD replies (bug #718).</li>
<li>Properly restore caller groups on Nokia 2630 (bug #706).</li>
<li>Fix listing of used calendar locations on Nokia (bug #710).</li>
<li>Properly encode class and coding to SMS (bug #714).</li>
<li>SMSD for MySQL no longer fails when sending message (bug #715).</li>
<li>SMSD stores signal and battery state in PostgreSQL.</li>
<li>Properly handle multiline firmware information.</li>
</ul>

<p>You can download from usual place: <a href="http://cihar.com/gammu/">http://cihar.com/gammu/</a>,
Debian users will find packages in experimental soon.</p>]]>
</description>
</item>
<item>
<link>http://blog.cihar.com/archives/2008/09/23/gammu_test_version_1_20_93/</link>
<title>Gammu test version 1.20.93</title>
<dc:date>2008-09-23T14:40:00+02:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>Gammu releases, Gammu</dc:subject>
<description>
<![CDATA[<p>I finally managed to process all my mails and it's not time to push Gammu
towards stable release. If everything goes without problems, the just born
1.20.93 will be followed by 1.21.0.</p>

<p>Version 1.20.93 fixes several crashes with parsing strange data from phones
and changes a bit initialization of FBUS protocols. If you are using this
connection type, please test this new code whether it behaves better or worse
than older version.</p>

<p>Full list of changes:</p>

<ul>
<li>Fix crash when decoding EMS pictures (bug #549).</li>
<li>Motorola phones sometimes reply in UCS2 instead of HEX (bug #712).</li>
<li>Use native functions sleep/usleep if available.</li>
<li>Improve FBUS initialization sequence.</li>
<li>Fixed reading for ringtones from Nokia 5510 (bug #529).</li>
<li>Do not crash if ringtone name is too long (bug #529).</li>
<li>Fix possible crash while reading of messages using AT.</li>
<li>Increase timeout when writing SMS message (bug #596).</li>
<li>Cleaned up issues with reading from Bluez (bug #670).</li>
</ul>

<p>You can download from usual place: <a href="http://cihar.com/gammu/">http://cihar.com/gammu/</a>,
Debian users will find packages in experimental soon.</p>]]>
</description>
</item>
<item>
<link>http://blog.cihar.com/archives/2008/09/15/gammu_test_version_1_20_92/</link>
<title>Gammu test version 1.20.92</title>
<dc:date>2008-09-15T14:55:56+02:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>Gammu releases, Gammu</dc:subject>
<description>
<![CDATA[<p>New testing version of Gammu was just born. It brings quite a lot of
fixes. Also the Windows binary should be again a bit more stable.</p>

<p>Full list of changes:</p>

<ul>
<li>Fixed Windows binary (define properly MSVCRT to use) (bug #683).</li>
<li>Fixed compilation with CURL on Windows.</li>
<li>Windows binary now has only MySQL and CURL support (bug #683).</li>
<li>Fill in timezone information (bug #696).</li>
<li>Detect reserver message type (bug #691).</li>
<li>Increase timeout for switching to OBEX (bug #690).</li>
<li>Disable postal address for Nokia 2600 (bug #659).</li>
<li>Encode phone number only with phones which need it (bug #654).</li>
<li>Increase timeout for writing memory entry (bug #654).</li>
<li>Handle properly when phoned does not tell SMSC (bug #616).</li>
<li>Initial support for waiting calls in AT engine (bug #551).</li>
<li>Fixed dialing on some AT phones (bug #471).</li>
<li>Support for skipping location when reading (bug #467).</li>
<li>Improved detection of serial port Bluetooth channel.</li>
<li>SMSD reconnects to MySQL (thanks to Wouter D'Haeseleer).</li>
<li>SMSD stores signal and battery state in MySQL (thanks to Wouter D'Haeseleer).</li>
<li>Initial support for reading messages in simple text mode.</li>
<li>Report if monitor failed because of an error.</li>
<li>Handle not found errors on OBEX connect (bug #705).</li>
</ul>

<p>You can download from usual place: <a href="http://cihar.com/gammu/">http://cihar.com/gammu/</a>,
Debian users will find packages in experimental soon.</p>

<p>PS: I still have about 50 unread mails about Gammu, so please be patient.</p>]]>
</description>
</item>
<item>
<link>http://blog.cihar.com/archives/2008/09/10/gammu_test_version_1_20_91/</link>
<title>Gammu test version 1.20.91</title>
<dc:date>2008-09-10T22:21:07+02:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>Gammu releases, Gammu</dc:subject>
<description>
<![CDATA[<p>New testing version of Gammu was just born. It brings quite a lot of
fixes - I simply release it because changelog got too big :-).</p>

<p>Full list of changes:</p>

<ul>
<li>Report more verbosely that some feature has been disabled on compile time.</li>
<li>Add ID for Nokia 5200 (thanks to Andreas Metzler).</li>
<li>Add two IDs for Nokia 2600 (bug #659).</li>
<li>Add ID for lot's of Sony Ericsson phones.</li>
<li>Use AT parser for AT+CPBS? reply.</li>
<li>Use all possible ways to get memory status (bug #687).</li>
<li>Detect more error codes from Nokia phones (bug #659).</li>
<li>Fix decoding of text using iconv (bug #687).</li>
<li>Fix linker flags check, caused failures on MacOS X.</li>
<li>Add second ID for Nokia 2610 (thanks to Nicolas Forget).</li>
<li>Add ID for Nokia 6060.</li>
<li>Try to use OPP and PBAP Bluetooth profiles also (not tested!).</li>
<li>DumpMessage is not printing last char (bug #692).</li>
<li>Support for favorite messaging number (bug #693).</li>
<li>Add ID for Nokia 2630 (bug #693).</li>
<li>First attempt for Bluetooth support on OS X.</li>
<li>Do not open debug file for second time when using global debug.</li>
<li>Fix DC memory name printing (bug #698).</li>
<li>Add API function GSM_MemoryTypeToString.</li>
<li>Report correct size of DC/RC/MC memory on DCT4 phones (bug #699).</li>
<li>Store favorite messaging as phone number, not only as ID (bug #693).</li>
<li>Avoid empty line at beginning of vCard backup (bug #701).</li>
<li>Add ID for Nokia 2760.</li>
<li>Catch not acceptable errors in OBEX (bug #702).</li>
<li>Operation not allowed is not an unknown problem (bug #678).</li>
<li>Add ID for Nokia 5000 (bug #677).</li>
<li>Increase limit of files for DCT4 and check array size (bug #676).</li>
<li>Allow to enter PIN code from stdin (bug #633).</li>
<li>Handle HEX reply instead of UCS-2 from Motorola (bug #697).</li>
<li>Avoid decoding of @ in email address (bug #697).</li>
</ul>

<p>You can download from usual place: <a href="http://cihar.com/gammu/">http://cihar.com/gammu/</a>,
Debian users will find packages in experimental soon.</p>

<p>PS: I still have about 50 unread mails about Gammu, so please be patient.</p>]]>
</description>
</item>
<item>
<link>http://blog.cihar.com/archives/2008/08/05/gammu_test_version_1_20_90/</link>
<title>Gammu test version 1.20.90</title>
<dc:date>2008-08-05T12:46:00+02:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>Gammu releases, Gammu</dc:subject>
<description>
<![CDATA[<p>New testing version of Gammu was just born. It brings quite a lot of
fixes and changes API a bit (some things will also change in next
testing release).</p>

<p>Full list of changes:</p>

<ul>
<li>ABI change, because of increasing some limits.</li>
<li>Config file option rsslevel no longer works, superseded by <code>gammu checkversion</code>.</li>
<li>Dropped GSM_ReadHTTPFile from API, gammu now uses CURL instead.</li>
<li>Support for longer notes on Nokia phones (bug #607).</li>
<li>Add deleteallmemory command.</li>
<li>Ignore trailing spaces in AT commands.</li>
<li>Fix crash on long lines in vCards.</li>
<li>Compatibility with broken iWOW responses (bug #650).</li>
<li>Do not use hard delete flag for updating entries (bug #634).</li>
<li>Identify Nokia 1200 (bug #649).</li>
<li>Fix parsing of date/time reply on Sony Ericsson G900 (bug #647).</li>
<li>Increased limit for folder name (bug #646).</li>
<li>Fix parsing of empty date (bug #643).</li>
<li>Recognize general number on Nokia 6230i (bug #655).</li>
<li>Fix writing of phone number using HEX charset (bug #512).</li>
<li>Recognize more CME errors, thanks to Paolo <a href="&#x6D;&#x61;&#x69;&#x6C;&#116;&#x6F;:&#x6F;&#111;&#x70;&#x6C;&#x61;&#64;&#x75;&#115;&#101;&#x72;&#115;&#x2E;&#115;&#102;&#x2E;&#110;&#x65;t">&#x6F;&#111;&#x70;&#x6C;&#x61;&#64;&#x75;&#115;&#101;&#x72;&#115;&#x2E;&#115;&#102;&#x2E;&#110;&#x65;t</a>.</li>
</ul>

<p>You can download from usual place: <a href="http://cihar.com/gammu/">http://cihar.com/gammu/</a>,
Debian users will find packages in experimental as soon as it passes
NEW queue.</p>

<p>PS: I still have about 100 unread mails about Gammu, so please be patient.</p>]]>
</description>
</item>
<item>
<link>http://blog.cihar.com/archives/2008/05/10/gammu_stable_version_1_20_0/</link>
<title>Gammu stable version 1.20.0</title>
<dc:date>2008-05-10T23:56:27+02:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>Gammu releases, Gammu</dc:subject>
<description>
<![CDATA[<p>Good news everyone, new stable <a href="http://cihar.com/gammu/">Gammu</a> release is out.
Since 1.19.91 it brings only few small fixes in OBEX and EMS, but there
is quite big list of changes compared to 1.19.0:</p>

<ul>
<li>Do not crash on EMS messages with no text (bug #612).</li>
<li>Fixed reading of OBEX files (bug #614).</li>
<li>Fixed decoding of Nokia messages (bug #527).</li>
<li>Fix handling of UTF8 charset with some Motorola phones.</li>
<li>Identify Motorola V635.</li>
<li>Set again charset in Motorola phones after changing AT mode.</li>
<li>Automatically enable OBEX for Motorola phones.</li>
<li>Fix searching of correct Bluetooth channel.</li>
<li>Improved SMSD error messages.</li>
<li>Fix SMS listing when phone was in text mode (bug #584).</li>
<li>Fix compilation when WCONTINUED/WIFCONTINUED is not defined.</li>
<li>Fixed listing SMS messages from AT phones in text mode (bug #584).</li>
<li>Added smscgi daemon by "Kamanashis Roy Shuva" <a href="&#x6D;&#x61;&#x69;&#108;&#116;&#x6F;:&#107;&#x61;&#109;&#x61;&#110;&#x61;&#115;&#x68;i&#x73;&#x72;&#111;y&#64;g&#x6D;&#x61;&#x69;&#108;&#x2E;c&#x6F;&#109;">&#107;&#x61;&#109;&#x61;&#110;&#x61;&#115;&#x68;i&#x73;&#x72;&#111;y&#64;g&#x6D;&#x61;&#x69;&#108;&#x2E;c&#x6F;&#109;</a>.</li>
<li>Cache once read messages to avoid reading them again (bug #481).</li>
</ul>

<p>You can download from usual place: <a href="http://cihar.com/gammu/">http://cihar.com/gammu/</a>.</p>]]>
</description>
</item>
<item>
<link>http://blog.cihar.com/archives/2008/05/05/gammu_test_version_1_19_91/</link>
<title>Gammu test version 1.19.91</title>
<dc:date>2008-05-05T22:54:44+02:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>Gammu releases, Gammu</dc:subject>
<description>
<![CDATA[<p>Next testing version of Gammu was just born. It brings only small amount of
fixes, but most users of recent Nokia phones will be pleased that long
outstanding bug with SMS decoding has been fixed.
Full list of changes:</p>

<ul>
<li>Fixed decoding of Nokia messages (bug #527).</li>
</ul>

<p>You can download from usual place: <a href="http://cihar.com/gammu/">http://cihar.com/gammu/</a>,
Debian users can get packages from experimental.</p>]]>
</description>
</item>
<item>
<link>http://blog.cihar.com/archives/2008/04/23/gammu_test_version_1_19_90/</link>
<title>Gammu test version 1.19.90</title>
<dc:date>2008-04-23T21:26:28+02:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>Gammu releases, Gammu</dc:subject>
<description>
<![CDATA[<p>New Gammu testing version is finally out. This time it took much longer
than usual and it contains some important fixes for messages and AT
driver.
Full list of changes:</p>

<ul>
<li>Fix handling of UTF8 charset with some Motorola phones.</li>
<li>Identify Motorola V635.</li>
<li>Set again charset in Motorola phones after changing AT mode.</li>
<li>Automatically enable OBEX for Motorola phones.</li>
<li>Fix searching of correct Bluetooth channel.</li>
<li>Improved SMSD error messages.</li>
<li>Fix SMS listing when phone was in text mode (bug #584).</li>
<li>Fix compilation when WCONTINUED/WIFCONTINUED is not defined.</li>
<li>Fixed listing SMS messages from AT phones in text mode (bug #584).</li>
<li>Added smscgi daemon by "Kamanashis Roy Shuva" <a href="&#x6D;&#x61;&#105;&#x6C;&#116;&#x6F;:&#107;&#97;&#x6D;an&#x61;&#x73;&#104;i&#x73;r&#111;&#121;&#64;g&#109;&#97;&#x69;&#x6C;&#46;&#99;&#x6F;&#109;">&#107;&#97;&#x6D;an&#x61;&#x73;&#104;i&#x73;r&#111;&#121;&#64;g&#109;&#97;&#x69;&#x6C;&#46;&#99;&#x6F;&#109;</a>.</li>
<li>Cache once read messages to avoid reading them again (bug #481).</li>
</ul>

<p>You can download from usual place: <a href="http://cihar.com/gammu/">http://cihar.com/gammu/</a>,
Debian users can get packages from experimental.</p>]]>
</description>
</item>
<item>
<link>http://blog.cihar.com/archives/2008/03/05/gammu_stable_version_1_19_0/</link>
<title>Gammu stable version 1.19.0</title>
<dc:date>2008-03-05T23:19:15+02:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>Gammu releases, Gammu</dc:subject>
<description>
<![CDATA[<p>Good news everyone, new stable <a href="http://cihar.com/gammu/">Gammu</a> release is out.
Since 1.18.92 it brings only few small fixes in build system, but there
is quite big list of changes compared to 1.18.0:</p>

<ul>
<li>Add option to disable compiled in protection.</li>
<li>Fixed detection of PostgreSQL.</li>
<li>Improve debug messages when connecting to phone (bug #508).</li>
<li>Fixed handling of some charsets in AT engine (bug #525).</li>
<li>Identify more Nokia phones (thanks to Iván Gabriel).</li>
<li>Fixed regression with DKU2 cables on Windows (bug #533).</li>
<li>Better compatibility with iCalendar files (bug #538).</li>
<li>Do not link with irprops.lib on Windows.</li>
<li>Various MSVC compilation fixes.</li>
<li>Improved AT model parsing and added tests.</li>
<li>Fixed possible crash in reading SMS from AT phones (bug #515).</li>
<li>Proper fall back to automatic model when user enters wrong one.</li>
<li>Added identification of several phones.</li>
<li>Fixed reading of messages from AT phones without ME memory.</li>
<li>Improve charset detection on Motorola phones (bug #522).</li>
</ul>

<p>You can download from usual place: <a href="http://cihar.com/gammu/">http://cihar.com/gammu/</a>.</p>]]>
</description>
</item>
</channel>
</rss>
