Better message
[gammu.git] / ChangeLog
blobd2177629c439fea6837fd7701e2988dc2c99fde8
1 ChangeLog for Gammu project <http://www.gammu.org/>
2 ===================================================
4 Description
5 ===========
7 More detailed log can be obtained from Git repository.
9 Following types of entries are listed:
11 [!] Important change
12 [+] New functionality
13 [*] Changes in existing functionality
14 [-] Fixed error
16 Each entry might list referenced bug or people who helped with fixing
17 the issue.
19 ChangeLog
20 =========
21     
22 2011???? - 1.30.90
24 [-] * Various documentation improvements.
25 [-] * Detect Alcatel style reply on CPIN response (bug #1502).
26 [-] * Fix build on some Win32 systems (bug #1496).
27 [-] * Make jadmaker handle names with spaces (Raphaël Droz).
28 [-] * Display 8-bit messages in hex (Nicolas Pitre).
29 [-] * Do not use AT+CUSD=2 on some phones (bug #1508).
30 [-] * Fixed gammu-monitor with Windows service (bug #1515).
31 [-] * Cleanup of contrib directory.
32     
33 20110719 - 1.30.0
35 [*] * Improved SMSD logging of configuration settings.
36 [-] * Fix possible crash in fbus2 driver.
37 [-] * Fix possible crash of ODBC driver on Windows (bug #1482).
38 [-] * Fixed usage of dbi plugins from Python module.
39     
40 20110607 - 1.29.93
42 [-] * Properly initialize atobex driver with Sony-Ericsson phones.
43 [-] * Updated list of country and network codes.
44 [-] * Escape fields in SQL queries (bug#1415).
45 [-] * Escape fields in PostgreSQL SQL script (bug#1415).
46 [-] * Default to GSM encoding for text messages in SQL backend for SMSD.
47 [-] * Add option to override which SQL dialect to use in SMSD (bug #1427).
48 [-] * Improved m-obex protocol support, thanks to Vladimir Serbinenko.
49 [-] * Various fixes for Samsung B2100, thanks to Vladimir Serbinenko.
50 [-] * Fix check for AT+CPROT support (bug #1438).
51 [-] * Fix memory leak in s60 protocol driver (bug #1441).
52 [-] * Reverted change to SignalStrength because of SQL escaping we have now (bug #1380).
53 [-] * Improved vCard parser to handle vCards from Gmail.
54 [-] * Fixed LDIF parser to cope with multiple LDIF in single file.
55     
56 20110315 - 1.29.92
58 [-] * Documentation improvements and fixes.
59 [-] * Saner error handling in Windows serial driver.
60 [-] * Cleanup in SMSD internals.
61 [+] * Added ODBC driver to SMSD.
62     
63 20110225 - 1.29.91
65 [+] * Added screenshot function for Sony-Ericssonn phones (Márton Németh).
66 [-] * Fixed parsing of some Nokia SMSes (bug #1402).
67 [-] * Properly report error on deleting non deletable entries (bug #1396).
68 [-] * Slower switch from m-obex to AT (bug #1382).
69 [-] * Faster initialization for AT phones without enabled echo.
70     
71 20110210 - 1.29.90
73 [-] * Fix detection of MySQL libraries (bug #1370).
74 [!] * Changed default connection settings to at and ttyACM0 (bug #1078).
75 [+] * Add new API call to abort existing operation (bug #1155).
76 [+] * Change database structure to avoid using reserved word Signal (bug #1380).
77 [+] * Possibility to limit time of day for SMS in SMSD (bug #1203).
78 [-] * Enforce limits on SMS payload length.
79 [+] * Made GSM_SMSCounter public (bug #1356).
80 [+] * Support for S60 phones using Series60 applet (bug #423).
81 [-] * Do not fail on 0x7b field in Nokia 3600s phonebook (bug #1385).
82 [!] * Disabled two stage probing for most protocols.
83 [-] * Fixed saving of SMS backups (bug #1392).
84 [+] * Screenshot functionality for DCT4 phones (bug #1390).
85     
86 20110119 - 1.29.0
88 [+] * Added option to enter new PIN when entering PUK, thanks to Peter
89       Stuge for pointing out this requirement.
90 [-] * Improved documentation of SMSD backend services.
91     
92 20110107 - 1.28.95
94 [-] * Fix decoding of SMS without date on DCT4 phones (bug #1368).
95 [+] * Added gammu-detect tool to detect available devices on system.
96 [-] * Fixed parsing of Philips reply to SPBR (bug #1366).
97 [-] * Fixed testsuite not to depend on system timezone.
98 [-] * Check if phone is waiting for requested security code before
99       entering.
100 [-] * Fixup invalid international numbers with double prefix (+00) in
101       SMS (bug #1364).
102 [-] * Fixed m-obex protocol implementation, thanks to Matthieu Patou (bug #1375).
103 [-] * Fixed build on Mac OS X, thanks to Matthieu Patou (bug #1374).
104 [-] * Fixed decoding of some SMS messages on S40 phones (bug #1243).
105     
106 20101227 - 1.28.94
108 [+] * New convertbackup command to convert between backup formats.
109 [+] * Changed database structure to version 12, you need to upgrade it.
110 [-] * Try harder to find dn for LDIF export (bug #1363).
111 [-] * Better names for some fields in LDIF export (bug #1363).
112 [-] * Implement parsing of LDIF for all fields we save (bug #1363).
113 [-] * Various minor fixes in SMSD SQL backend.
114 [-] * Improved test suite coverage.
115 [-] * Improved dummy driver to allow more testing.
116     
117 20101202 - 1.28.93
119 [+] * New SMSD configuration RunOnFailure.
120 [-] * Fix invalid SQL when storing 8bit SMS (bug #1329).
121 [-] * Probe if phone supports m-obex protocol (bug #1286).
122 [+] * Experimental support fo m-obex protocol (bug #1286).
123 [-] * Fix detection of delivery reports in MySQL and PostgreSQL backends
124       (bug #313).
125 [+] * Include udev rules for Nokia phones (bug #1251).
126 [-] * Fix parsing LG VX9200 reply on getting battery state (bug #1264).
127 [-] * Fix handling of SMS text mode (bug #1189).
128 [!] * Default to no retries of the send commands on the link.
129 [-] * Wait for more USSD replies on getussd command (bug #1346).
130 [!] * New unified SQL SMSD backend handling all SQL databases.
131 [+] * SQL queries in SQL SMSD backend can be configured.
132     
133 20101004 - 1.28.92
135 [+] * New SMSD config option HardResetFrequency.
136 [+] * Gammu now supports freedesktop.org/XDG specs for config file
137       locations and reads ~/.config/gammu/config.
138 [-] * Increase timeout for AT+CMGL (bug #1317).
139 [+] * Added support for optional delivery report parts as defined by
140       ETSI 123 040, section 9.2.2.3 (bug #1304).
141 [+] * SMSD database host configuration is now named "host" not "PC".
142     
143 20100916 - 1.28.91
145 [-] * Fixed locales compilation/support.
146 [-] * Set memory to use for MPBR/SBNR/SPBR commands as well (bug #1128).
147 [-] * Handle errors from CMGL same way as from CMGR (bug #1211).
148 [-] * Fixed parsing of AT+CPMS=? reply (bug #1296).
149 [+] * Implemented matching by serial number.
150 [+] * SMSD can now be configured just for sending/receiving.
151 [-] * Fixed battery status for S40 phones (bug #1301).
152 [-] * Improved compatibility with Motorola phonebook (bug #1128).
153 [+] * Lot of documentation improvements, check <http://wammu.eu/docs/devel/docs/>.
154     
155 20100827 - 1.28.90
157 [-] * Fixed handling of empty reply on CREG/CGREG (bug #1245).
158 [-] * Prefer storing delivery reports over forwarding them.
159 [-] * Fix leak and crash when handling MMS notifications in Python.
160 [-] * Fixed parsing of date from AT phones (bug #1256).
161 [-] * Simplify handling text comment in SMS backup to keep new lines.
162 [+] * New command gammu battery.
163 [-] * Fail to send SMS without set SMSC.
164 [-] * Avoid updating SMSD backend frequently than StatusFrequency defines.
165 [-] * Store SIM phonebook to vCard on backup (bug #1281).
166 [-] * Fixed waiting for multipart messages (bug #1279).
167 [-] * Fixed crash on too long GPRS access point names in backup (bug #1267).
168 [-] * Fallback to using SMSC from phone in SMSD if none provided.
169 [-] * Improved guessing of HEX/GSM charsets for phone number in AT engine.
170     
171 20100712 - 1.28.0
173 [+] * Support for adding notes using addnew command.
174 [-] * Better log errors when moving message in SMSD.
175 [!] * Removed checkfirmware command as the server is not existing anymore.
176 [-] * Proper closing of Bluetooth sockets on Windows (bug #1239).
177 [-] * Properly decode another way of MMS notification SMS.
178 [+] * Support for selecting USB device to use on Linux.
179 [-] * Fix storing text in SMS backup comment for multiline SMS.
180 [-] * Fixed crash when passing invalid parameters to SMS encoder.
181     
182 20100629 - 1.27.95
184 [+] * Support for getting packet network state (bug #1220).
185 [-] * Fix parsing of AT replies from Nokia 2730 (bug #1224).
186 [-] * Nokia E61 needs encoded USSD requests (bug #1228).
187 [!] * Rename Port configuration directive to Device.
188 [-] * Try to reconnect after lost connection to MySQL error.
189 [-] * Actually enable -f processing in SMSD.
190 [+] * Configurable number of backend retries.
191 [-] * Prefer GSM charset for USSD requests (bug #1228).
192     
193 20100603 - 1.27.94
195 [-] * Fixed folder detection for Nokia S40 phones (bug #1191).
196 [-] * Fixed smsd-inject for long messages.
197 [-] * Fixed waiting for more multipart messages (bug #1193).
198 [-] * Fixed parsing of cellid reply with different locales (bug #1202).
199 [-] * Fixed handling of timeouts from libusb (bug #1207).
200 [-] * Properly detect birthday on Nokia 2700 (bug #1213).
201 [-] * Provide fallback value for note type (bug #1213).
202 [-] * Rewritten parsing of CREG: reply to properly parse all replies (bug #1220).
203     
204 20100413 - 1.27.93
206 [-] * Fix crash when SMS in Nokia has too many recipients (bug #1136).
207 [-] * Better handling of Bluetooth errors on Windows (bug #1146).
208 [-] * Build with -Wl,--as-needed to avoid not required dependencies.
209 [-] * Python module now uses more PEP-3 compliant naming.
210 [-] * Fix compilation while disabling some features.
211 [-] * Include message reference in FILES backend logs for SMSD.
212 [-] * Fix crash when adding file to Nokia (bug #1163).
213 [+] * Added function EncodePDU to python-gammu.
214 [-] * Fix storing message status on multiple delivery reports (bug #1167).
215 [-] * Force AT^SBNR support on Siemens AX75.
216     
217 20100217 - 1.27.92
219 [+] * Write support for Siemens phonebook (bug #1129).
220 [-] * Properly decode UTF-8 version 3.0 vCards (bug #1132).
221 [-] * Fixed wrong counting of favorite messaging numbers (bug #1010).
222 [+] * Implement SendDTMF in Python bindings.
223     
224 20100204 - 1.27.91
226 [-] * Add ID for Nokia 6275i (bug #1096).
227 [-] * Fix Windows build by not defining MSVC version.
228 [-] * Correctly use first entry location in MPBR (bug #1076).
229 [-] * Avoid buffer overrun when parsing SM30 SMS (bug #1110).
230 [-] * Properly detect user home directory.
231 [+] * Improved MMS notifications encoding.
232 [+] * Allow to specify MMS notification class.
233 [+] * Implemented decoding of MMS notification (bug #1100).
234 [+] * SMSD now properly groups multipart messages together.
235 [+] * New NULL service for SMSD.
236 [+] * RunOnReceive now gets environment variables with SMS data.
237 [-] * Fixed AT lines splitting to work properly with quotes.
238 [-] * Separate getting information for Motorola phones (bug #1076).
239 [-] * Fixed reading of Samsung contacts (bug #1105).
240 [-] * Re-enable classic AT commands for adding Samsung contact (bug #1105).
241 [+] * SMSD no longer requires support for SMS status, so it works with Nokia S40 phones.
242 [-] * Fix finding of empty location for some AT phones (bug #1119).
243 [-] * Restore phone phonebook also to phones not supporting status (bug #1122).
244 [-] * Avoid reading phone memory on reading SIM (bug #1123).
245     
246 20100106 - 1.27.90
248 [-] * Simplify code in FILES smsd service.
249 [-] * FILES service can send smsbackup messages.
250 [+] * Configurable outbox format for SMSD/FILES.
251 [-] * Improve conversion of boolean settings from Python.
252 [-] * Do not use MPBR/SPBR for other than phone memory (bug #1076).
253 [-] * Fix crash with unknown CME error (bug #1082).
254 [-] * Fixed connecting to Onda devices (LP #501025).
255 [+] * SMSD can terminate itself after defined number of failures.
256 [-] * Improved decoding of SM30 Nokia messages (bug #1091).
257     
258 20091222 - 1.27.0
259     
260 [+] * Initial support for reading Motorola calendar (bug#338).
261 [-] * Avoid parsing boolean config values all around the code.
262 [+] * FILES backend of SMSD now support message injecting.
263 [-] * Ignore duplicate lines in AT reply (bug#1069).
264     
265 20091212 - 1.26.93
267 [-] * Add ID for MTK1/MTK2 phones (bug#1051).
268 [+] * Add DecodePDU to Python bindings.
269 [+] * Added sample SQL trigger for SMSD polls.
270 [-] * Display sent SMS time if it is available (bug#1053).
271 [-] * Added bunch of new testcases.
272 [-] * Distinguish silent/tone alarms in own backup format.
273 [-] * Fixed compilation with Clang compiler.
274 [-] * Fixed handling of SMS memories with Samsung (bug#1063).
275 [+] * Reporting location based on OpenCellID database (bug#1039).
276     
277 20091203 - 1.26.92
279 [-] * Compare full name of config section.
280 [-] * Add ID for Nokia 6111 (bug#1045).
281 [-] * Handle CME error 601 (bug#1044).
282 [+] * Support for reading birthday from Samsung phonebook (bug#1038).
283 [+] * Report GPRS state when getting network status (bug#1023).
284 [-] * Fix reading of Siemens phonebook (bug#1046).
285 [+] * Make gammu error codes map to GSM_Error.
286 [-] * Various code cleanups.
287 [-] * Add ID for Huawei E169.
288     
289 20091119 - 1.26.91
291 [-] * Fixed parsing of vCards with lowercase types (bug #1006).
292 [-] * Handle forward references in Nokia phonebook (bug #1009).
293 [-] * Save timestamp to SMS backup for all messages.
294 [-] * Store PDU type in SMS backup.
295 [+] * More flexible handling of exclude/include lists in SMSD.
296 [+] * Add support for external list of exclude/include numbers (bug#1008).
297 [-] * Workaround decoding of messages padded by 0xFF by phone.
298 [-] * Force enabling of OBEX for SE S312 (bug#1016).
299 [-] * Recognize Motorola A1200 error replies (bug#1019).
300 [-] * Disable AT/Obex for Motorola A1200e (bug#1019).
301 [-] * Properly detect if phone does not support AT+MODE (bug#1019).
302 [-] * Disable AT/Obex for Motorola E790 (bug#1018).
303 [+] * Add option to filter messages by SMSC (bug#1020).
304 [-] * Implement retries when waiting for message prompt.
305 [-] * Fixed logic of detecting incoming calls.
306 [-] * Fixed loading of non ASCII messages from files in SMSD (bug#1011).
307 [+] * Added example showing reading of messages.
308 [-] * Build Windows release with Python 2.6.
309 [-] * Fixed compilation in MSVC because of missing S_ISDIR.
310 [-] * Fixed parsing of different Samsung reply (bug#1038).
311 [-] * Proper error code when SMSC is empty (bug#1032).
312 [-] * Fixed compilation of python-gammu in MSVC.
313     
314 20091012 - 1.26.90
316 [-] * Fixed parsing of SMS with empty recipient (bug #998).
317 [-] * Correct setting of time on Huawei phones.
318 [+] * Addnew command can now change memory type being used.
319 [-] * Proper handling of locations and memory type in vCards.
320 [-] * Added IDs for several recent Sony-Ericsson phones.
321 [-] * Fix decoding of phone numbers in some cases (bug #999).
322 [-] * Replace MD5 implementation with public domain one (bug #964).
323 [-] * Huawei E17X has broken UCS-2, do not use it (bug #962).
324 [-] * Do not fail if phone does not support extended SMS params (bug #927).
325 [+] * Added support for Samsung calendar (bug #839).
326 [-] * Do not choke on OK in message text.
327 [-] * Add ID of Nokia 6020b (bug #1004).
328 [-] * Fix decoding of SMS with extended characters.
329 [-] * Fixed handling of DCT4 specific functions.
330 [-] * Add workaround for especially broken Ubinetics GDC201.
331     
332 20090908 - 1.26.1
334 [-] * CPIN reply is handled like regular one except in A2D case (bug #994).
335 [-] * Fix finding first empty position when memory is empty (bug #996).
336 [-] * Fixed parsing of SMS status reports.
337 [-] * Fixed parsing of text messages with new lines (bug #995).
338     
339 20090904 - 1.26.0
341 [-] * Fixed handling of RunOnReceive error code.
342 [-] * Fixed crash when encoding USSD dials.
343 [-] * Fixed decoding of phonebook entries on Motorola (bug #988).
344 [-] * Fixed decoding of long text messages (bug #990).
345 [-] * Fixed location of saved message (bug #989).
346 [-] * Added ID for Nokia 1681c.
348 20090827 - 1.25.93
350 [-] * Fixed reading of phonebook from Samsung (bug #980).
351 [-] * Add ID for Nokia 3390b (bug #982).
352 [-] * DCT3 dependent code reports error when phone is not DCT3 (bug #982).
353 [-] * Fixed reading of DCT4 file folders (bug #986).
354     
355 20090821 - 1.25.92
357 [+] * Reworked RPM packages (separate libraries and SMSD).
358 [-] * Huawei E160 uses encoded USSD requests.
359 [+] * Better support for messages on Motorola, thanks to Quintin Hill.
360 [-] * Fix reading of SMS backups without text (bug #963).
361 [-] * Send message even if SendingTimeOut is null (bug #977).
362 [-] * Disabled automatic OBEX for Motorola phones.
363 [!] * Increased limits for message length, bump soname to 7 because of
364       this.
365 [!] * Changed SMSD tables to be able to handle longer messages from
366       Motorola phones.
367     
368 20090813 - 1.25.91
370 [+] * Documented most commands in man page.
371 [+] * Completed Czech translation of Gammu.
372 [-] * Avoid crash on some Nokia smses (bug #959).
373 [+] * Added support for Bluetooth on more BSD systems, thanks to Iain Hibbert.
374 [+] * Added new command setsmsc.
375 [+] * Added option to disable checking for battery and signal in SMSD.
376     
377 20090730 - 1.25.90
379 [-] * Fixed getting firmware revision on AT phones (bug #951).
380 [+] * Added support for home/work mobile number (bug #952).
381 [-] * Fixed handling of error response for security status in AT.
382 [-] * Fixed segfault on systems with very low memory limits.
383 [!] * Development now goes on in Git repository, please check README.
384 [!] * 6510 driver now dynamically allocates memory for file caches, what
385       reduces Gammu memory usage by 800 MiB.
386 [-] * Added testcases for AT+CNMI replies.
387 [-] * Fixed range parsing in AT engine.
388 [+] * Added reconnect support in PostgreSQL driver in SMSD.
389 [!] * Gammu debug level no longer can be controlled separately in SMSD.
390 [-] * Fix loop when Nokia phone does not allow to access files (bug #954).
391     
392 20090709 - 1.25.0
394 [-] * Retry on timeout of usb transfer (bug #940).
395 [-] * Disable AT OBEX for Motorola PEBL U6 (bug #939).
396 [-] * Disable AT OBEX for Samsung J700 (bug #948).
397 [-] * Empty memory entry has length 0 (bug #947).
398 [-] * Handle some more fields from Nokia phonebook (bug #946), thanks to Will Sowerbutts.
399     
400 20090624 - 1.24.92
402 [-] * Fix distutils build (bug #916).
403 [-] * Detect when phone does not support ATE1 (bug #918).
404 [-] * Do not use OBEX on Motorola L7 (bug #912).
405 [-] * Reinclude full SMS text in comments in backup (bug #905).
406 [-] * Disable AT OBEX for Samsung J750 and J700 (bug #856).
407 [-] * Avoid shadowing C++ bool definition (bug #920).
408 [-] * Do not disable CLIP for all SE phones.
409 [-] * Add ID for Nokia 1209.
410 [-] * Catch busy error from Nokia phones (bug #932, thanks to Walter Doekes).
411     
412 20090527 - 1.24.91
414 [-] * Fix code problems caught by GCC 4.5.
415 [-] * Compile static libraries with -fPIC (they might be later linked
416       into shared ones) (bug #909).
417 [-] * Handle own number error code in 6510 driver (bug #910).
418 [-] * Add ID for Nokia 5220 (bug #910).
419 [-] * Handle SMSC error code in 6510 driver (bug #910).
420 [-] * Disable gcc warnings about non literal format strings (bug #901).
421 [-] * Add more fuzzy logic to detect bad encoding from phone (bug #874).
422 [-] * Add ID for Nokia 7500 and Nokia 7210s.
423 [-] * Improve searching for Bluetooth stack on OS X.
424 [-] * Fix ctype compile time warnings on NetBSD (bug #908).
425 [-] * Nokia 3110c has SMS on filesystem (bug #904).
426 [-] * Add ID for Nokia 5130 (bug #911).
427 [-] * Faster reading of Nokia filesystem.
428 [!] * New PDU decoder which properly parses PDU data.
429 [!] * AT driver uses new PDU decoder.
430 [!] * 6510 driver uses new PDU decoder and understands most formats of
431       filesystem Nokia SMS messages (bug #911).
432     
433 20090512 - 1.24.90
435 [-] * Fix checking for MPBR (bug #873).
436 [-] * Fix reading of calls with wrong timestamp (bug #872).
437 [-] * Increase timeout for IrDA phonet (bug #867).
438 [-] * Better detect some weird phone states (bug #866).
439 [-] * Fix handling of caller group in Python bindings (bug #870).
440 [-] * Correctly detect empty entries from Motorola.
441 [-] * Better error reporting from at-charset test.
442 [+] * smsd-inject now shows ID of injected message.
443 [-] * Fix decoding of date in Nokia phonebooks (bug #876).
444 [-] * Fix detection of SMS message memories in AT (bug #875).
445 [-] * Improve documentation for savefile (bug #893).
446 [-] * Add stricter check for DBI version (bug #894).
447     
448 20090415 - 1.24.0
450 [-] * Better detect Bluetooth ports on Samsung (bug #862).
451 [-] * Ignore security errors on AT init (needed for Huawei).
452     
453 20090330 - 1.23.92
455 [-] * LUID reading requires IrMC profile.
456 [-] * Locations for GlobeTrotter 3G+ start at 0 (bug #847).
457 [-] * More verbose logging of delivery reports (bug #824).
458 [-] * Increase default DeliveryReportDelay (bug #824).
459 [-] * Fixed handling of SMS locations (bug #853).
460     
461 20090318 - 1.23.91
463 [+] * PostgreSQL backend now supports IDs for RunOnReceive.
464 [+] * RunOnReceive is started through shell not directly.
465 [-] * Fixed reading of empty phonebook entries from Samsung (bug #809).
466 [-] * Reread messages if CMGL shows them corrupted (bug #691).
467 [+] * Added support for vNote files.
468 [-] * Properly detect Nokia 6220 Classic (bug #840).
469 [-] * Fix writing of phonebook on Motorola V8 (bug #827).
470 [-] * Detect daemon on FreeBSD.
471 [-] * Ignore charset errors on AT init as some phones might need PIN.
472 [-] * Optionally use MT for phone phonebook for AT phones.
473 [+] * Added support for quick dial numbers on AT phones.
474     
475 20090311 - 1.23.90
477 [-] * Fixed decoding of Samsung memory entries.
478 [-] * Properly handle corrupted messages from Nokia phones (bug #811).
479 [-] * Fix parsing of calls from Alcatel C701 (bug #831).
480 [-] * Fixed handling of error states with -len and -autolen parameters.
481 [-] * Fixed possible crash in DBI engine.
482 [+] * PostgreSQL engine properly uses sequences instead of reinventing.
483 [+] * MySQL engine properly uses auto increments instead of reinventing.
484 [-] * Fix escaping of field name in PostgreSQL engine.
485 [-] * Better SMSD files logging.
486 [-] * Added testing of SMSD files engine.
487 [-] * Increase timeout for AT settings SIM card SMS storage.
488 [-] * Fixed date formatting in PostgreSQL SMSD service.
489 [+] * Add option to install without documentation.
490 [+] * Add -textutf8 option for TEXT sms.
491 [-] * Fix crash when some lines in config are too long.
492 [-] * Make smsdrc example better looking by removing obsolete docs.
493 [-] * Make dku2 connection types work on Linux (alias to fbususb).
494 [-] * Better calculation of signal percent.
495 [-] * Fixed getting of memory status for some Nokias (bug #836).
496     
497 20090302 - 1.23.1
499 [-] * Documentation clarification.
500 [-] * Translations update.
501 [-] * Actually install gammu-smsd-monitor.
502 [-] * Fix recording received messages count for MySQL.
503 [-] * Fix SMS location handling for Huawei E160 (bug #825).
504 [-] * Do not probe for MPBR support all the time.
505     
506 20090223 - 1.23.0
508 [-] * Fix sending of DTMF tones over AT.
509 [-] * Skip some unhandled replies on Huawei (bug #823).
510     
511 20090217 - 1.22.95
513 [!] * Reorganize directory structure to match current state of things.
514 [-] * Completely switch DBI driver to utf-8.
515 [-] * Fixed date off by 1900 error in some cases.
516 [-] * Cleanup a bit phonet driver.
517 [-] * Handle properly requests for network code (bug #819).
518 [-] * Allow to enter more security codes through SMSD (bug #819).
519 [-] * Fixed restoring to specific folder on AT (bug #815).
520     
521 20090209 - 1.22.94
523 [-] * Fix some memory leaks found by cppcheck.
524 [-] * Implemented reconnecting/retrying in DBI driver.
525 [-] * Fix memory leaks in SMSD found by valgrind.
526 [-] * Fix decoding of another Nokia message type.
527 [-] * Support for passing received message ID in DBI.
528 [-] * Dummy phone now supports phonebook, calendar, todo, filesystem.
529 [-] * Experimental SMSD monitor support on Windows.
530 [-] * Added ID for Nokia 2680 (bug #813).
531 [-] * Number of retries of message send in SMSD can be configured.
532 [-] * Updated SQL files to new version (mostly added useful indexes).
533 [-] * Dropped own logic for generating IDs for SMS and rely on SQL
534       server (only in DBI driver for now).
536 20090202 - 1.22.93
538 [-] * Fixed privileges dropping in SMSD.
539 [-] * SMSD inject now properly uses PhoneID.
540 [-] * Improve SMSD documentation.
541 [-] * Translations improvements.
542 [-] * Add ID for Nokia 7373.
543 [-] * Do not try to use filesystem OBEX if IrMC access was forced.
544 [-] * Fix possible crash in LMB decoder.
545 [-] * Avoid string length overflow in Nokia phonebook encoder.
546 [-] * Introduced backward compatibility of gammu.StateMachine.SetConfig.
547 [-] * Experimental dku-2 userspace driver using libusb-1.0 (fbususb).
548 [+] * python-gammu can now inject messages into SMSD (gammu.SMSD object).
549 [+] * SMSD stores summary counts of sent/received messages in database.
550 [+] * Added gammu-smsd-monitor program to monitor state of SMSD.
551 [+] * python-gammu can now monitor SMSD state.
552 [-] * Do not try to use OBEX 1.0 it's too old (bug #807).
553 [-] * Better parse ATI replies from Samsung (bug #806).
554 [-] * Better parse CSQ replies from Samsung (bug #806).
555 [-] * Add small delays to SMS sending/saving (bug #794).
556 [+] * SMSD monitor can now run for configured number of loops.
557 [+] * Added DBI backend for SMSD, so we now support wide range of databases.
558 [-] * SMSD does not delete SMS from phone when it's saving has failed.
559 [+] * Added SQL structure for sqlite, which can be used through DBI.
560 [+] * python-gammu can run and stop SMSD.
561 [+] * Initial implementation of dummy phone driver for testing.
562 [+] * Allow to configure path to config from command line.
563 [+] * SMSD monitor allows output in CSV.
564     
565 20090126 - 1.22.92
567 [-] * Fixed getting of network name from saved message.
568 [-] * Fixed encoding of text to some encodings in AT engine.
569 [-] * Detect more Siemens CME error codes.
570 [-] * Windows binary is again with MySQL support.
571 [+] * Initial native support for Motorola phonebook (bug #748).
572 [+] * Use getpass if available for PIN code prompt.
573 [-] * Fixed parsing of phone number from incoming calls.
574 [-] * Added ID for Nokia 1112.
575 [-] * Dropped obsolete packaging/debian and point users to proper packages.
576 [-] * Fix crash when operator logo is empty.
577 [-] * Fix memory leak in SMS backup.
578 [-] * Fixed processing of SMSD outbox with PostgreSQL (bug #803).
579 [-] * Automatic detection of lib64 directory for installation.
580 [+] * Allow separate installation of some components on Windows.
581     
582 20090116 - 1.22.91
584 [-] * Fixed setting remote number for SMS in some cases.
585 [-] * Fixed compilation under cygwin.
586 [-] * Externalize eventlog support to ease Cygwin compilation.
587 [!] * Integrate python-gammu into Gammu, they are anyway bound quite
588       tightly together.
589 [!] * Python C module is now gammu._gammu and not gammu.Core.
590 [+] * Introduce testing for python module.
591 [-] * Fixed decoding of formatted EMS messages.
592 [-] * Fixed reading of RTTL ringtones.
593 [-] * Fixed crash with too many animation frames.
594 [-] * Fixed possible crash in LMB writer.
595 [-] * Fixed several memory leaks.
596 [+] * Better support for Samsung phones (bug #790).
597 [-] * Fixed Windows Service Startup (bug #451).
598 [+] * New possibility to run more instances of Windows Service (bug #451).
599     
600 20090109 - 1.22.90
602 [-] * Fix some memory leaks found by cppcheck.
603 [-] * Fix unsafe sprintf usage in some modules.
604 [!] * Improve debugging facilities to use state machine debug
605       configuration when possible.
606 [!] * Separate SMS daemon out of gammu binary.
607 [!] * SMSD now requires [gammu] section in config file.
608 [!] * UsePhoneDB option replaced by chekfirmware command.
609 [+] * Added pkgconfig support for gsmsd (SMSD library).
610 [+] * Debug logging can be handled by custom function in application.
611 [+] * SMSD log now includes gammu log messages.
612 [+] * SMSD now can log to syslog.
613 [+] * SMSD can now deamonize itself.
614 [+] * All callbacks can now pass user data along.
615 [+] * SMSD can now write PID file.
616 [+] * Added man pages for gammu-smsd(1), gammu-smsdrc(5) and gammurc(5).
617 [+] * SMSD can now natively run as a Windows service (bug #451).
618 [+] * SMSD debugging can be now enabled by DebugLevel directive.
619 [-] * Proper reconnecting support for MySQL.
620 [-] * Better error logging of PostgtreSQL SMSD service.
621 [-] * SMSD now properly frees allocated memory.
622 [+] * SMSD now handles SIGHUP for rereading configuration.
623 [+] * Added LSB init script for SMSD.
624 [+] * SMSD can now log to stderr/stdout.
625 [+] * RunOnReceive now can get IDs of received messages.
626 [-] * Avoid duplicating of same code in command line and tests for
627       messages displaying.
628 [!] * New binary gammu-smsd-inject to inject messages to SMSD.
629 [!] * Gammu binary now does not support any SMSD operations.
630 [+] * Sending TEXT message now accepts text using -text parameter.
631 [+] * Improved logging differentiation of SMSD log messages.
632 [-] * Properly remove messages from queue when sending fails (bug #778).
633 [-] * Use own test handler instead of asserts.
634 [+] * Separate gammu and libgammu messages, libgammu no longer sets
635       textdomain.
636 [+] * Use po4a for translating man pages.
637 [+] * Dump more information in dct3trac, thanks to Duncan Salerno.
638 [+] * SMSD cal log to Windows Event Log.
639 [+] * Added man pages for SMSD backend services.
640 [-] * Dropped static configuration files for MSVC, they were broken
641       anyway and CMake now works good with MSVC.
642 [-] * Script gammu-config supports also cdialog.
643 [-] * Reduce stack usage on message composing (fixes crash on Windows).
644 [-] * Fixed returned saved location on AT engine.
645 [+] * Added support for dropping privileges in SMSD.
646     
647 20081219 - 1.22.1
649 [-] * Fix model name parsing.
650 [-] * Fix reading of IrMC phonebook.
651 [-] * Fix visibility of HAVE_STRUCT_TM_TM_ZONE in header files.
652 [-] * Increase some timeouts in OBEX driver.
653 [-] * Fix compilation on s390.
654     
655 20081218 - 1.22.0
657 [-] * Disable ATOBEX for Motorola V180.
658 [-] * vCard can now store caller group and private flag (bug #269).
659 [-] * vCard now stores location and memory type.
660 [-] * Add ID for Nokia 6131 NFC (bug #775).
661     
662 20081210 - 1.21.94
664 [-] * Better skipping of corrupted messages in AT (bug #768).
665 [-] * Autoload 6510 module if phone is S40 (bug #767).
666 [-] * Add ID for Nokia 6500s (bug #770).
667 [-] * Add automatic detection of Nokia phones (bug #770).
668 [-] * Catch error when calls can not be deleted (bug #738).
669 [-] * Better documentation of addnew (bug #734).
670 [-] * Fix detection of OBEX capability on older Siemens phones.
671 [-] * Try to detect wrongly formatted CMGL reply (bug #771);
672 [-] * Handle phones which fail to report supported charsets.
673 [-] * Fixed encoding of WAP indicator messages.
674 [+] * Support for photos in vCard (bug #227).
675 [!] * vC* saving now protects against buffer overflows.
676     
677 20081202 - 1.21.93
679 [!] * Drop own crosscompilation support, rely on CMake one.
680 [!] * Also standard CMake parameters used when possible (eg.
681       BUILD_SHARED_LIBS).
682 [-] * Search does not create thread for non existing devices.
683 [-] * Fixed possible crash when backing up ringtones.
684 [-] * Fix possible race condition in searching.
685 [-] * Fixed invoking of CMake with output to custom directory.
686 [-] * Compile on platforms where ssize_t does not exist.
687 [-] * Fix detection of towlower on some compilers.
688 [-] * Make Bluetooth compile using BCC.
689 [-] * Fix compilation if strtoull does not exist.
690 [-] * Compile on platforms where intptr_t does not exist.
691 [-] * Fixed compilation in BCC (see changes above).
692 [-] * Check whether compiler supports __FUNCTION__.
694 20081119 - 1.21.92
696 [-] * Reimplement locking and add tests for it.
697 [!] * GSM_SetDebugFileDescriptor now accepts flag whether file
698       descriptor can be closed (bug #749).
699 [!] * Soname change due to API breakage (see above).
700 [-] * Fixed compilation on Mac OS X, thanks to Juan A. Bertolin for
701       testing.
702     
703 20081111 - 1.21.91
705 [+] * Script gammu-config can now also work with whiptail.
706 [-] * Minor fixes in gammu-config script.
707 [-] * Extra spaces from connection or device name are now stripped.
708 [-] * Automatically reinitialize FBUS connection if it is dropped.
709 [-] * Disable OBEX with Motorola Z6c, it is broken (bug #746).
710 [-] * Refresh manufacturer information on second init of AT (bug #746).
711 [-] * Always get charset information on AT phone initialization.
712 [-] * Better handling of OBEX switching for Siemens phones.
713 [-] * Fix flags for 2630 and 3109c (bug #752).
714 [-] * Fix handling of caller groups and picture IDs (bug #752).
715 [-] * Properly set calendar location while adding (bug #747).
716     
717 20081020 - 1.21.90
719 [-] * Sign Windows binaries during build.
720 [-] * Detect long FM station names (bug #727).
721 [-] * Add ID for Nokia 2630b.
722 [-] * Handle properly very long lines in vcards (bug #728).
723 [-] * Do not build and install locales if gettext is not compiled.
724 [-] * Increase number of calendar entries (bug #725).
725 [-] * Leak free test runs.
726 [+] * Support backup of phone phonebook from Siemens (bug #732).
727 [+] * Properly handle GetNextMemory on Siemens (bug #732).
728 [+] * Save textual category to backup (bug #737).
729 [+] * Enable dashboard testing using CTest/CDash.
730 [+] * Add option to do coverage analysis.
731 [-] * Properly handle debug file closing.
732 [-] * Add test case for debug logging.
733 [-] * Fix decoding of some SMS messages from Nokia phones (bug #735).
734 [-] * Hack for (still) unknown error code (bug #733).
735     
736 20081003 - 1.21.0
737     
738 [-] * Handle properly empty SMSC (bug #722).
739 [-] * Disable AT/OBEX for Motorola K1v (bug #721).
740     
741 20080926 - 1.20.94
743 [-] * Automatically switch to nodtr connection if DTR/RTS setting fails.
744 [-] * More verbose debug messages in API.
745 [-] * Free phone data after testing model to avoid memory leaks.
746 [-] * Properly handle if IMEI is too long (bug #709).
747 [-] * Try to handle situation when CMGL does not list all messages.
748 [-] * Fix typo in MySQL file (bug #716).
749 [-] * Better parsing of USSD replies (bug #718).
750 [-] * Properly restore caller groups on Nokia 2630 (bug #706).
751 [-] * Fix listing of used calendar locations on Nokia (bug #710).
752 [-] * Properly encode class and coding to SMS (bug #714).
753 [-] * SMSD for MySQL no longer fails when sending message (bug #715).
754 [+] * SMSD stores signal and battery state in PostgreSQL.
755 [-] * Properly handle multiline firmware information.
756     
757 20080923 - 1.20.93
759 [-] * Fix crash when decoding EMS pictures (bug #549).
760 [-] * Motorola phones sometimes reply in UCS2 instead of HEX (bug #712).
761 [-] * Use native functions sleep/usleep if available.
762 [-] * Improve FBUS initialization sequence.
763 [-] * Fixed reading for ringtones from Nokia 5510 (bug #529).
764 [-] * Do not crash if ringtone name is too long (bug #529).
765 [-] * Fix possible crash while reading of messages using AT.
766 [-] * Increase timeout when writing SMS message (bug #596).
767 [-] * Cleaned up issues with reading from Bluez (bug #670).
768     
769 20080915 - 1.20.92
771 [-] * Fixed Windows binary (define properly MSVCRT to use) (bug #683).
772 [-] * Fixed compilation with CURL on Windows.
773 [-] * Windows binary now has only MySQL and CURL support (bug #683).
774 [-] * Fill in timezone information (bug #696).
775 [-] * Detect reserver message type (bug #691).
776 [-] * Increase timeout for switching to OBEX (bug #690).
777 [-] * Disable postal address for Nokia 2600 (bug #659).
778 [-] * Encode phone number only with phones which need it (bug #654).
779 [-] * Increase timeout for writing memory entry (bug #654).
780 [-] * Handle properly when phoned does not tell SMSC (bug #616).
781 [+] * Initial support for waiting calls in AT engine (bug #551).
782 [-] * Fixed dialing on some AT phones (bug #471).
783 [-] * Support for skipping location when reading (bug #467).
784 [-] * Improved detection of serial port Bluetooth channel.
785 [+] * SMSD reconnects to MySQL (thanks to Wouter D'Haeseleer).
786 [+] * SMSD stores signal and battery state in MySQL (thanks to Wouter
787       D'Haeseleer).
788 [+] * Initial support for reading messages in simple text mode.
789 [-] * Report if monitor failed because of an error.
790 [-] * Handle not found errors on OBEX connect (bug #705).
791     
792 20080910 - 1.20.91
794 [+] * Report more verbosely that some feature has been disabled on
795       compile time.
796 [-] * Add ID for Nokia 5200 (thanks to Andreas Metzler).
797 [-] * Add two IDs for Nokia 2600 (bug #659).
798 [-] * Add ID for lot's of Sony Ericsson phones.
799 [-] * Use AT parser for AT+CPBS? reply.
800 [-] * Use all possible ways to get memory status (bug #687).
801 [-] * Detect more error codes from Nokia phones (bug #659).
802 [-] * Fix decoding of text using iconv (bug #687).
803 [-] * Fix linker flags check, caused failures on MacOS X.
804 [-] * Add second ID for Nokia 2610 (thanks to Nicolas Forget).
805 [-] * Add ID for Nokia 6060.
806 [-] * Try to use OPP and PBAP Bluetooth profiles also (not tested!).
807 [-] * DumpMessage is not printing last char (bug #692).
808 [+] * Support for favorite messaging number (bug #693).
809 [-] * Add ID for Nokia 2630 (bug #693).
810 [+] * First attempt for Bluetooth support on OS X.
811 [-] * Do not open debug file for second time when using global debug.
812 [-] * Fix DC memory name printing (bug #698).
813 [-] * Add API function GSM_MemoryTypeToString.
814 [-] * Report correct size of DC/RC/MC memory on DCT4 phones (bug #699).
815 [-] * Store favorite messaging as phone number, not only as ID (bug #693).
816 [-] * Avoid empty line at beginning of vCard backup (bug #701).
817 [-] * Add ID for Nokia 2760.
818 [-] * Catch not acceptable errors in OBEX (bug #702).
819 [-] * Operation not allowed is not an unknown problem (bug #678).
820 [-] * Add ID for Nokia 5000 (bug #677).
821 [-] * Increase limit of files for DCT4 and check array size (bug #676).
822 [+] * Allow to enter PIN code from stdin (bug #633).
823 [-] * Handle HEX reply instead of UCS-2 from Motorola (bug #697).
824 [-] * Avoid decoding of @ in email address (bug #697).
825     
826 20080805 - 1.20.90
828 [!] * ABI change, because of increasing some limits.
829 [!] * Config file option rsslevel no longer works, superseded by
830       'gammu checkversion'.
831 [*] * Dropped GSM_ReadHTTPFile from API, gammu now uses CURL instead.
832 [+] * Support for longer notes on Nokia phones (bug #607).
833 [+] * Add deleteallmemory command.
834 [-] * Ignore trailing spaces in AT commands.
835 [-] * Fix crash on long lines in vCards.
836 [-] * Compatibility with broken iWOW responses (bug #650).
837 [-] * Do not use hard delete flag for updating entries (bug #634).
838 [-] * Identify Nokia 1200 (bug #649).
839 [-] * Fix parsing of date/time reply on Sony Ericsson G900 (bug #647).
840 [-] * Increased limit for folder name (bug #646).
841 [-] * Fix parsing of empty date (bug #643).
842 [-] * Recognize general number on Nokia 6230i (bug #655).
843 [-] * Fix writing of phone number using HEX charset (bug #512).
844 [-] * Recognize more CME errors, thanks to Paolo <oopla@users.sf.net>.
845     
846 20080510 - 1.20.0
848 [-] * Do not crash on EMS messages with no text (bug #612).
849 [-] * Fixed reading of OBEX files (bug #614).
850     
851 20080505 - 1.19.91
853 [-] * Fixed decoding of Nokia messages (bug #527).
854     
855 20080423 - 1.19.90
857 [-] * Fix handling of UTF8 charset with some Motorola phones.
858 [-] * Identify Motorola V635.
859 [-] * Set again charset in Motorola phones after changing AT mode.
860 [-] * Automatically enable OBEX for Motorola phones.
861 [-] * Fix searching of correct Bluetooth channel.
862 [-] * Improved SMSD error messages.
863 [-] * Fix SMS listing when phone was in text mode (bug #584).
864 [-] * Fix compilation when WCONTINUED/WIFCONTINUED is not defined.
865 [-] * Fixed listing SMS messages from AT phones in text mode (bug #584).
866 [+] * Added smscgi daemon by "Kamanashis Roy Shuva" 
867       <kamanashisroy@gmail.com>.
868 [+] * Cache once read messages to avoid reading them again (bug #481).
869     
870 20080305 - 1.19.0
872 [+] * Add option to disable compiled in protection.
873 [-] * Fixed detection of PostgreSQL.
874     
875 20080225 - 1.18.91
877 [-] * Improve debug messages when connecting to phone (bug #508).
878 [-] * Fixed handling of some charsets in AT engine (bug #525).
879 [-] * Identify more Nokia phones (thanks to Iván Gabriel).
880 [-] * Fixed regression with DKU2 cables on Windows (bug #533).
881 [-] * Better compatibility with iCalendar files (bug #538).
882     
883 20080206 - 1.18.90
885 [-] * Do not link with irprops.lib on Windows.
886 [-] * Various MSVC compilation fixes.
887 [-] * Improved AT model parsing and added tests.
888 [-] * Fixed possible crash in reading SMS from AT phones (bug #515).
889 [-] * Proper fall back to automatic model when user enters wrong one.
890 [-] * Added identification of several phones.
891 [-] * Fixed reading of messages from AT phones without ME memory.
892 [-] * Improve charset detection on Motorola phones (bug #522).
893     
894 20080130 - 1.18.0
896 [-] * Fixed decoding of an empty SMS.
898 20080123 - 1.17.92
900 [-] * Fixed some mistakes in API documentation.
901 [-] * Fixed compilation under MS Visual C++ Express.
902 [-] * Various small fixes if AT driver.
903 [+] * Add simple shell script to generate JAD file from JAR.
904 [+] * Added support for adding memory entries to 6510.
906 20080116 - 1.17.91
908 [+] * Phone features now can be defined in configuration, so there is no
909       need to modify common/gsmphones.c for testing different settings.
910 [+] * Config file loading behaves more consistent in lookup. In some
911       cases it can now find different configuration file.
913 20080110 - 1.17.90
915 [-] * Fixed crash when there are too many messages (bug #466).
916 [-] * Fixed crash when printing messages on Windows (bug #476).
917 [-] * Do not ask phone for IMEI so often (bug #480).
918 [-] * No need to set LD_LIBRARY_PATH for tests.
919 [-] * Properly wait for SMSD child processes (bug #486).
921 20071220 - 1.17.0
923 [-] * Fixed reading of messages from AT phones using CMGL.
925 20071215 - 1.16.0
927 [+] * Added identification of some Sony-Ericsson and Sharp phones.
929 20071212 - 1.15.91
931 [-] * Increased maximal number of entries per contact.
932 [-] * Fixed various compile time warnings.
933 [-] * Improved MinGW crosscompilation.
934 [-] * Localizations update.
936 20071204 - 1.15.90
938 [-] * Fixed detection of first free memory location if memory is empty 
939       (bug #434).
940 [-] * Fixed mysql.h include path (bug #441).
941 [-] * Fixed decoding of one char SMS (bug #442).
942 [-] * Detect Nokia 3109c (thanks to David Meier).
943 [-] * Automatically find MinGW compiler and allow overrides (bug #438).
944 [-] * Fixed parsing of some memory entries (bug #450).
945 [-] * Fixed decoding of some corner case SMS (bug #447).
946 [!] * Phones capable of switching to OBEX mode from AT have it now
947       automatically enabled. Please report problems with this.
949 20071120 - 1.15.0
951 [+] * Better parse vCard version 3 (bug #434).
953 20071114 - 1.14.90
955 [+] * Configurable MySQL socket path.
956 [+] * More extensive SMS PDU parser tests.
957 [+] * Experimental support for OBEX in Siemens.
958 [+] * Support for listing messages using CMGL (bug #408).
959 [-] * Parse T630 reply on CPBR (bug #420).
960 [-] * Fix buffer overflows in PDU decoder.
961 [-] * Properly catch invalid PDU data received from phone.
962 [-] * Handle more OBEX error codes.
963 [-] * Handle vCards from Yahoo and Evolution (bug #424).
965 20071108 - 1.14.0
967 [-] * Fallback to empty model if user specifies wrong.
969 20071031 - 1.13.96
970 [-] * Fixed wrong PDU encoding (bug #412).
971 [+] * Provide API for cleaning SMS backup structure.
972 [+] * Added testing of SMS PDU encoding.
974 20071028 - 1.13.95
975 [-] * Fixes OBEX crash (Debian bug #446923).
976 [-] * Correctly check various return values (bug #409).
977 [-] * Fixed several bugs in vCard decoder.
978 [-] * Removed UCS decoding heuristics, it can not work in all cases.
979 [+] * Provide at least some basic information from dumb AT phones.
980 [+] * SMSD now logs also error descriptions.
981 [+] * SMSD can be configured not to check for security status.
982 [+] * Correctly handle hard deletes on IrMC (bug #414).
983 [!] * GSM_ReadConfig now returns GSM_Error instead of just bool.
984 [!] * Many functions now use size_t for passing size values.
985 [!] * Backups API now rather accepts format than guessing by filename.
986 [!] * Increased soname due to API/ABI changes.
988 20071016 - 1.13.94
989 [-] * Fixed crash in wrong config handling (Debian bug #446781).
990 [+] * Initial support for Motorola SMS implementation (bug #408).
992 20071010 - 1.13.93
993 [+] * Automatically fall back to AT commands when OBEX does not work.
994 [+] * Initial support for IrMC index access.
995 [+] * RunOnReceive is now also supported on Windows.
996 [-] * Handle correctly case when memory is full (OBEX) (bug #404).
998 20071003 - 1.13.92
999 [-] * Fixed handling of errors when saving SMS (bug #396).
1000 [-] * Fixed number type detection.
1001 [+] * Added support for Nokia 6070, thanks to Lúcio Corrêa.
1002 [+] * Added flag -nopower to connection to handle cables with different
1003       handling of DTR/RTS signals.
1005 20070928 - 1.13.91
1006 [-] * Fixed reading of empty calendar/todo/contacts/notes over OBEX
1007       (thanks to Gianni Ceccarelli).
1008 [-] * Fixed overwriting of Java applications in Nokia phones (thanks to
1009       Martin Thierer, bug 382).
1010 [-] * Fixed compilation with older PostgreSQL libraries.
1011 [-] * Handle correcly internal phone errors in OBEX module.
1012 [-] * Fixed crash on invalid config file (Debian bug #444046).
1013 [-] * Better report errors when using default configuration.
1014 [-] * Fix several buffer overflows in 6510 (thanks to Tobias Sunderdiek
1015       for debugging this).
1016 [-] * Fixed crash on decoding messages with special numbering plans with
1017       long numbers (bug 281).
1018 [+] * Command nokiaaddfile can now either keep or delete user data on
1019       uploading new application (thanks to Martin Thierer, bug 385).
1021 20070907 - 1.13.90
1022 [-] * Fixed parsing of date/time reply from some broken AT phones.
1023 [-] * Added support for Option GlobeTrotter.
1024 [-] * Handle correctly when phone automatically saves message to
1025       different memory than we ask.
1026 [-] * Fixed buffer overflows, thanks to Gentoo folks for noticing.
1027 [+] * Detect when phone is waiting for phone code.
1028 [+] * Added experimental support for Bluetooth on FreeBSD.
1029 [+] * SMSD can execute programs on message receiving (thanks to zaf).
1030 [+] * Allow to define Bluetooth channel in configuration.
1032 20070820 - 1.13.0
1033 [-] * Fixed several crashes of 6510 driver.
1035 20070814 - 1.12.94
1036 [!] * Sony-Ericsson module renamed to AT + OBEX as it better describes
1037       what it does.
1038 [+] * Initial support for Sharp GX Series phones.
1039 [+] * Added deliveryreportdelay parameter to SMSD to allow later
1040       received delivery reports to be correctly detected.
1041 [-] * Fixed calculation of OBEX file names, could lead to crash on OBEX
1042       upload (Debian bug #435875).
1043 [-] * Fixed time stamp receiving in SMSD.
1045 20070806 - 1.12.93
1046 [!] * Huge gammu/gammu.c split to smaller files.
1047 [+] * Lot of fixes to allow compilation using MSVC + CMake.
1048 [+] * Support for push to talk ids (thanks to Pavel Kostromitinov).
1049 [-] * Fixed PPM parsing (thanks to Pavel Kostromitinov).
1051 20070731 - 1.12.92
1052 [+] * Added simple bash completion script.
1053 [+] * Added some compile time testing.
1054 [+] * Improved vCard parsing.
1055 [-] * Fix wint_t and wchar_t detection.
1057 20070723 - 1.12.91
1058 [!] * Introduced more generic parsing of AT replies, please report any
1059       regressions with it!
1060 [+] * Improved support for Samsung phones.
1061 [+] * Support for reading network name from AT phones.
1062 [+] * Add deletememory command line.
1063 [+] * Experimental support for notes over OBEX.
1064 [+] * Man page is now partially autogenerated from online help.
1065 [-] * Elson compatibility, thanks to Bernd Feige.
1066 [-] * Fix UCS detection, thanks to Bernd Feige.
1068 20070701 - 1.12.90
1069 [+] * Initial support for Motorola phones (bug #15 and #310).
1070 [-] * Avoid work on uninitialized buffer when checking firmware.
1071 [-] * Use HTTP/1.1 requests for getting firmware and version info.
1072 [+] * Improve charset handling for AT phones.
1073 [-] * Fix crash on broken CPMS response.
1074 [-] * Fix reading of memory not starting from 1 (thanks to drgerafe).
1075 [-] * Fix pressing of keys on phones who do not support IRA charset.
1077 20070615 - 1.12.0
1078 [+] * Added dku5fbus-nodtr and fbus-nodtr variants, which do not care
1079       about DTR/RTS signals (thanks to Jakub Zawadzki).
1080 [-] * Do not delete phonebook entries when there are none (bug #317).
1081 [!] * This release comes with new API, which should provide stable ABI
1082       for upcoming versions. If you're distributor, who had special
1083       dependency handling for libGammu, you can now keep it on soname,
1084       versions with same soname will be backwards compatible.
1086 20070607 - 1.11.92
1087 [-] * Properly report uploaded file size when using OBEX.
1088 [-] * Fix HEX charset encoding.
1089 [-] * Improve vCard address handling.
1090 [+] * Support for iso charsets in AT phone when iconv is available.
1091 [-] * Fix restoring of phonebook over OBEX (bug #317).
1092 [-] * addnew accepts -yes parameter.
1093 [-] * There is no error on most fields when storing to vCard.
1094 [-] * Fix detecting length of input (thanks to Peter Stuge).
1095 [-] * Improve check for MySQL.
1097 20070601 - 1.11.91
1098 [-] * Reduced inclusion dependencies.
1099 [-] * Fixed compilation on OS X.
1100 [+] * Added --features to show compiled in features.
1101 [+] * Add support for work address.
1102 [+] * Added source examples in docs/develop/examples.
1104 20070524 - 1.11.90
1105 [+] * Support for some new Nokia fields.
1106 [-] * Made SMSD mode case insensitive.
1107 [-] * Fix iCalendar export typo (Alin Năstac).
1108 [-] * Better compatibility with Sharp phones.
1109 [!] * Completely changed public API to avoid too often ABI changes.
1110 [!] * See PORTING file for changes you have to do.
1111 [!] * Dropped autoconf support, use CMake instead.
1112 [!] * Please note that new API is still work in progress!
1114 20070513 - 1.11.0
1115 [-] * Do not use asynchronous I/O on Windows.
1116 [-] * Make USSD work with AT phones.
1117 [-] * Fix setting date on Siemens MC75 (Rudolf Cejka).
1118 [-] * Config file on Windows is now searched in Application Data folder.
1119 [-] * Avoid corrupting vCard when some fields are empty.
1120 [-] * Properly handle OBEX error codes (bug #298).
1122 20070506 - 1.10.6
1123 [*] * Backup file uses ; instead of # (bug #85, patch by Marcin).
1124 [-] * Updated shell script gammu-config to generate configuration.
1125 [-] * Install gammu-config script to ease generating configuration.
1126 [+] * Correctly encode text in iCalendar (bug #262).
1127 [+] * Correctly encode recurrence in iCalendar (bug #262).
1128 [+] * Read last modified field from vCalendar.
1129 [+] * Support for last modified field from vCard.
1130 [-] * Use unsigned char to avoid trimming at 60 chars (bug #274).
1131 [+] * Properly handle vCard style continuation (bug #268).
1132 [-] * Detect Motorola specific error while reading SMSes (bug #288).
1133 [-] * Fix OBEX listing to behave according to specs (bug #290).
1134 [-] * Fix crash on invalid SMS reply from phone (bug #293).
1135 [+] * Improved gnapplet and support for it (Matthias Lechner).
1137 20070430 - 1.10.5
1138 [-] * Doxygen documentation improvements.
1139 [-] * Fix USB serial devices with Linux kernel 2.6.21, we don't use
1140       ASYNC IO, so we should not set it.
1141 [-] * Tell user that he should enter text for SMS.
1142 [-] * Cleaned up translatable strings.
1143 [-] * Improve networks listing.
1144 [-] * Allow networks to be listed by country code.
1145 [+] * Add flag to SMS folders whether it is outbox.
1147 20070424 - 1.10.4
1148 [-] * Fix decoding of new style address records in Nokia phones. Thanks to
1149       Martin Strigl, see also bug #286.
1150 [-] * Reorganized documentation a bit.
1151 [-] * Use correct format strings for IrDA debug messages.
1152 [-] * Identify Alcatel One Touch 55x.
1153 [-] * Improve detection of OBEX support.
1154 [-] * Fixed Windows build.
1156 20070419 - 1.10.3
1157 [-] * Work with AT phones which can not write SMS to ME (bug #282).
1158 [-] * Increase limits for SMS backups (this requires dynamic allocation).
1159 [!] * Development switched to Subversion, see README for details.
1160 [-] * Detect Motorola Bluetooth port (Daniel Gimpelevich).
1161 [-] * Fixup AT driver to work with Samsung SGH X160.
1162 [+] * Support for last modified field in vCalendar.
1163 [-] * Adjust vCalendar entries from SE phones on DST (bug #81).
1164 [-] * Fix updating of delivery report date in SMSD (thanks to Peter Stuge).
1165 [-] * Fix format strings for Win32 build.
1166 [-] * Fix crash when no config exists.
1167 [+] * Support for MinGW crosscompation with MySQL.
1168 [+] * Support for MinGW crosscompation with PostgreSQL.
1169 [-] * MakeTerminatedCall can be now called more times in batch mode.
1170 [+] * Support for MinGW crosscompation with Gettext.
1172 20070403 - 1.10.2
1173 [-] * Fixed crash on LMB export/import (bug #261).
1174 [-] * Correct version in iCalendar export/import.
1175 [-] * Fixed devel files installation using CMake (bug #78).
1176 [-] * Fixed decoding of call date.
1177 [+] * Use gettext for translation.
1178 [+] * --clearall also attempts to delete calls.
1179 [-] * Fixed decoding of date from backup (bug #267).
1180 [-] * Backup saves and restores numbers as same type (bug #266).
1181 [+] * Support for call notifications on AT phones.
1182 [+] * Support for batch mode - you can script gammu (thanks to ace).
1183 [-] * Use standard libc functions for string comparsion if available.
1184 [+] * Gammu commands are now accepted also without leading --.
1185 [+] * Detect more Nokia phones (5300, 6300, 8800) (some by Peter Stuge).
1186 [-] * Allow compilation with MySQL and without PGSQL (thanks to Alin Năstac).
1187 [-] * Fixed format strings for size_t (thanks to Alin Năstac).
1188 [+] * New connection ark3116fbus for use with ark3116 module.
1190 20070311 - 1.10.1
1191 [-] * Fixed encoding of name for Nokia phones.
1192 [-] * Fixed connecting to PostgreSQL with empty password.
1193 [-] * Fixed infinite loop in --monitor (bug #75).
1194 [-] * Fixed behaviour on Bluetooth disconnect.
1195 [-] * Fixed handling of files with special chars on OBEX.
1196 [-] * OBEX driver correctly detects models.
1197 [+] * Native OBEX connections (blueobex and irdaobex) should work also with
1198       unknown models.
1199 [-] * Simplified searching of channels using Bluez stack.
1200 [+] * RF searching now better detects OBEX channels.
1201 [-] * Fix format strnings for 64-bit architectures (bug #77).
1202 [-] * Cleanup documentation structure.
1203 [-] * Moved locales out of documentation.
1204 [-] * Fixes locales and documentaion install in CMake (bug #76).
1205 [-] * Fixed retrieving messages with some phones who index them from zero like
1206       CG79 (bug #20).
1207 [-] * Ignore error when there is too much members in group in phone (bug #3).
1208 [-] * Compilation fixes for OpenBSD with libutf8 (bug #10).
1209 [-] * Handle another error while reading 6510 phonebook (bug #49).
1210 [-] * Fix international number handling in vCard (bug #71).
1212 20070223 - 1.10.0
1213 [-] * Added include paths to MSVC configuration files.
1214 [+] * Support for sending file to phone (--sendfile).
1215 [-] * Russian translation update (Acid Jack).
1216 [-] * Fixed possible uninitalized value in date decoding (Stanislav
1217       Brabec).
1218 [-] * Fixed reading of contacts from Samsung.
1219 [-] * Fixed vCard handling for Siemens (bug #72).
1221 20070206 - 1.09.19
1222 [-] * Do not ship make-release in tarball.
1223 [-] * Fixed wrong encoding of text to vCard when last field was missing.
1224 [-] * Fix crash when deleting entry from OBEX using LUIDs.
1225 [-] * Improve detection of invalid config file (bug #68).
1226 [+] * Support for MinGW cross compilation including Bluetooth and IrDA.
1227 [+] * Support for generating installer using CPack.
1228 [-] * Add Nokia 6030b ID.
1229 [+] * Full support for enconding recurrency in vCard.
1231 20070127 - 1.09.17
1232 [!] * First release by Michal Cihar, this changes some URLS, see readme.txt.
1233 [+] * Experimental CMake build support, so far not completely working (Michal
1234       Cihar).
1235 [+] * Improved vCard RRULE parsing (me, Rene Peters).
1236 [+] * Added support for location of alarm (Peter Ondraska).
1237 [-] * Fixed Slovak operator names (Peter Ondraska).
1238 [+] * Improved battery reporting for SE phones (Michal Cihar).
1239 [-] * Fixed small c-cedilla decoding (Samuel Adam) (bug #64).
1240 [-] * Fix memory leak in dll (Petr Stasa - Gord).
1241 [+] * Add some functions to dll (Petr Stasa - Gord).
1242 [+] * PostreSQL support for SMSD (Andrea Riciputi).
1243 [+] * Build fixes for Darwin (Andrea Riciputi).
1244 [+] * Identify M341i over IrDA (Michal Cihar, flewww, bug #65).
1245 [!] * Callback functions now take pointer to state machine to allow full
1246       identification of used state machine (Michal Cihar, bug #66).
1247 [-] * Fixed LAC and CID reading for AT phones (Michal Cihar).
1248 [-] * Update operator list (Michal Cihar).
1249 [-] * Updated README.
1250 [+] * Added installation instructions.
1251 [-] * Change RSS URL to my weblog, where will be posted release announcements.
1253 20070119 - 1.09.16
1255 There was changed project leader. After few years
1256 Marcin Wiacek (www.mwiacek.com) decided to give free hand for
1257 Michal Cihar (www.cihar.com) for making new releases.
1259 It was forced by many reasons - for example Marcin had less and
1260 less time for project (everything is described in Marcin's blog
1261 on www.gammu.org). He decided, that Gammu will be of course
1262 still supported from his side, but currently all Marcin's patches
1263 will be sent to Michal for applying. We hope, that this will be
1264 very good for project and it will be extended much faster than
1265 it was since few releases.
1267 There will be changed some projects links soon (for example RSS
1268 channel). See www.gammu.org for more details.
1270 20070110 - 1.09.15
1271 [-] * SMSC reported wrong on N6280                        (BT 44, Michal Cihar)
1272 [-] * Some strings even when using unicode are not signed (BT 45, Michal Cihar)
1273       and some which are native are signed, this is exactly
1274       opposite than expected.
1275 [-] * 1.09.07 had wrong applied Siemens patch (BT 46, Rene Peters,Michal Cihar)
1276 [-] * Some phones need more time for some OBEX requests   (BT 47, Michal Cihar)
1277       so timeout should be increased.
1278 [+] * config file parameter for own SMSC number for MYSQL (BT 48, Michal Cihar)
1279       in SMSD
1280 [-] * For phones that use vCard (OBEX/Siemens/...), vCard (BT 51, Michal Cihar)
1281       decoding might end with undefined voicetag entry.
1282 [-] * improved docs                                       (BT 57, Michal Cihar)
1283 [+] * basic Motorola support for testing                         (Michal Cihar)
1284 [-] * better error handling in AT module
1285 [*] * cleanup OBEX code to have only one function for changing path
1286 [-] * OBEX Add functions return correct filename after adding
1287 [+] * support for switching to OBEX mode using AT+MODE=22
1288 [-] * deleted cfg/debian/.arch-inventory
1290 20061217 - 1.09.07
1291 [-] gammu-1.09.00 failed to build with LDFLAGS=-Wl,--as-needed  (BT 34, mrness)
1292 [-] increased backup limits                                     (BT 35, mrness)
1293 [-] gammu-1.09.00 failed to build --disable-irda                (BT 36, mrness)
1294     --disable-bluetooth
1295 [-] Call error handling broken [AT]                       (BT 39, Michal Cihar)
1296 [-] 'AddCalendar' for Siemens phones was not fully        (BT 40, Michal Cihar)
1297     functional
1298 [-] Missing error checking in OBEX module                 (BT 41, Michal Cihar)
1299 [-] Parsing email from vCard does not always suceed       (BT 42, Michal Cihar)
1300 [-] * reset SMS structure in AT module before filing. As some    (Michal Cihar)
1301       fields are not set when decoding, it might contain invalid values.
1302 [-] * 8/16bit IDs were not unset when oposite were set.
1303 [-] * one field of SMS structure was not cleared (and few others
1304       were cleared twice).
1305 [+] * decoding vCard and vCalendar in SMS.
1307 20061127 - 1.09.00
1308 [+] added ID for Nokia 3205                                      (Ivan Campana)
1309 [+] * changes for Mitsubishi                                     (Michal Cihar)
1310 [+] * added support for date in calls information for Sony-Ericsson
1311 [+] * documentation update
1312 [-] * fixed usage of length in utf-8 decoding (it currently decoded one 
1313       more char, which lead to keeping quote in AT phonebook, 
1314       rest was probably not affected as the extra converted char 
1315       is usually \0)
1317 20061120 - 1.08.25
1318 [+] improved MMS decoder                                            (rickytato)
1319 [+] Nokia 6030 ID                                              (Ravinder Rathi)
1320 [+] * OBEX                                                       (Michal Cihar)
1321       * Use unicode FullIDs
1322       * Support for several services
1323       * Fix folder browsing
1324       * Added IrMC support to OBEX driver, so it can now access many phones
1325         which provide IrMC
1326       * Added new phone module sonyericsson which uses OBEX IrMC services, 
1327         generic AT code and few SE specific commands
1328       * IrDA can connect to OBEX service under more names
1329       * fix OBEX path transversal to be more compatible with different
1330         breakages in phones
1331       * added --identify support to OBEX
1332     * Sony Ericsson:
1333       * Added many SE phones identification, together with listing that they
1334         support SE features
1335       * Enhance battery information to contain many information which can
1336         be grabbed from SE
1337       * sonyericsson module now also supports other phones (for now only one
1338         Mitsubishi)
1339       * F_SONYERICSSON renamed because of it to F_OBEX
1340     * Limited (decode only) support for ISO-8859-1 charset 
1341       (it is default in vCard/vCalendar/vTodo)
1342     * MyGetLine can optionally handle quoted printable split lines
1343     * DecodeUTF8QuotedPrintable correctly handles several QP chars in a row
1344     * Limited IRA charset support for AT module (used only for sending keys)
1345     * Add free information to Calendar and ToDo statuses
1346     * Add more detailed info to filesystem
1347     * Add type entry to ToDo item
1348     * Make vCalendar and vTodo encoding/decoding more behave according to
1349       specs while keeping format specific hacks
1350     * Added LUID to all entries type, add some fields to calendar and todo
1351     * Added support for much more keys
1352 [-] removed strndup in Michal's patches
1353 [-] fix calendar rereading in Siemens module                      (Rene Peters)
1355 20061025 - 1.08.15
1356 [+] 6234 ID                                                             (Vlado)
1357 [-] 6103 doesn't have filesystem 1                              (BT25, rpolach)
1358 [-] crash in LMB backup                                    (BT27, Michal Cihar)
1359 [-] Wrong memset call                                      (BT28, Michal Cihar)
1360 [-] phtread_create problem (continuation     (BT29, Gabor Z.Papp, Michal Cihar)
1361     of BT22)
1362 [-] Wrong format string                                    (BT30, Michal Cihar)
1363 [-] Undefined variable use                                 (BT31, Michal Cihar)
1364 [*] changed max. number of SMS in each SMS folder to 600; changed max. number
1365     of files in n6510 phone folder to 700. we will see, if such gammu will
1366     make problems or not. this change makes problem of many files less visible
1367     only...
1368 [*] --geteachsms doesn't hang, when too many SMS read
1369 [*] source for linking SMS (used for example with --geteachsms) looks into
1370     additional numbers (feature from 1.08.07). some sequences won't be linked
1371     now. thanks go to Nokia (for wrong filling phone numbers)
1372 [*] new switch -pbk for --getallsms and --geteachsms. Gammu can read all pbk
1373     from phone and display names for recognized numbers (like in phone)
1374 [+] improved command line application help
1375 [+] --getallsms and --geteachsms display number of SMS in summary
1376 [!] updated + fixed in one place donors list (I'm sorry for mistake !!!!)
1378 20061006 - 1.08.07
1379 [-] fix for adding AT phonebook                                  (Michal Cihar)
1380 [-] gcc 4 warnings silenced (like in Linux kernel)
1381 [-] NokiaAddPlayLists2 - removed compilation warning added (BT21, Michal Cihar)
1382     in 1.08.00
1383 [-] Gammu binary should not be linked against uneeded libs (BT22, Michal Cihar)
1384 [-] 6020 seems not to have WAP/MMS settings                    (BT23, pasiasty)
1385 [+] added support for some new call frames...
1386     SMS reading for Series 40 3.0
1387 [+] * improved speed (MMS files are not read)
1388 [+] * added reading SMSC, where possible
1389 [+] * added reading multiple recipient numbers. it looks, that N6111 3.58
1390       returns here errors (wrong numbers) and we can't avoid it. For
1391       now --geteachsms can link incorrectly some SMS sequences because of it,
1392       I will think how should be it done (for next test release). I still
1393       can't access 6233 and don't know, if this is "normal" in Series 40 3.0
1394 [+] improved support for ICS files (Mozilla calendar). Really          (Markus)
1395     for checking
1396 [*] updated German translation. For checking - I (Frank Brehm, Andreas Leitgeb)
1397     was doing some updates from my PC, because I
1398     have received broken file
1399 [*] updated GPL2 text (for example FSF address)
1401 20060918 - 1.08.00
1402 [+] --nokiaaddplaylists sort songs in playlists                   (Igor Testen)
1403 [+] Gammu partially inform user, which phonebook subentries weren't restored
1404     with --restore
1405 [+] some series 40 3.0 phones save names double in pbk - once like 
1406     last name, once like name. This version use last name only
1407     (name is added, when last name wasn't found)
1408 [+] WAP/MMS settings, WAP bookmarks are disabled for Series 40 3.0
1409 [-] FM station names can be 18    (www.gammu.org/bugs/view.php?id=18, pasiasty)
1410     chars long for 6230i now. Bug in all previous releases
1411 [-] --getrootfolders are working   (www.gammu.org/bugs/view.php?id=19, Cavaler)
1412     for filesystem1 only phones now. Bug at least in 1.07.25
1413 [-] 1.07.25 didn't display file ID for filesystem 1 with      (Andreas Leitgeb)
1414     --getfilesystem
1416 20060817 - 1.07.25
1417 [-] 6510: * addfilepart set name (not ID) as name
1418 [-]       * no problems with setting attributes for files
1419 [*]       * changed drive enumeration (filesystem 2 in memory card - drive A:
1420             like FDD or PenDrive, filesystem 1 in phone memory - drive C:
1421             like HDD, filesystem 2 in phone memory - drive D: like HDD).
1422             Wasn't tested on filesystem1 only phone.
1423 [+]       * Gammu return error, when wasn't able to read folder listing
1424             (filesystem 2 issue)
1425 [+]       * added support for 3220 MMS folders                      (Test/Mark)
1426 [+]       * New --nokiaaddplaylists. Tested on 6230, 6111 and     (Igor Testen)
1427             some other
1429 20060725 - 1.07.15
1430 [+] Series 60 1st and 2nd: added getting network info, battery and network
1431     level, hardware version, alarm, almost done setting calendar
1432 [+] ID for Nokia 6103, 6125, 6233, 6270, 6280, 7370            (Natasha Prybil)
1433 [+] * 0x42 and 0x53 frames are not available in BB5 Series      (Cameron Laird)
1434       40 3.0 phones or are different - for now are disabled
1435 [+] * ID for Nokia 6131
1436 [+] * fixed getting phonebook entries for BB5 Series 40 3.0 phones
1437 [+] better recognizing categories for Alcatel                    (Michal Cihar)
1438 [+] command line accept/display ID for files/folder in UTF8         (Test/Mark)
1439     quoted printable    
1440 [*] dct4tiku dir renamed to dct4s40 (there are also s40 in bb5 phones)
1441 [*] I started to make readme.htm and gammu.htm from wiki. Now it isn't the
1442     best, but it will be soon...
1444 20060622 - 1.07.09
1445 [+] Added ID for new models like 6101
1446     Series 40 3.0:
1447 [+] * getting mms + improved mms decoder
1448 [+] * there are two ways of getting SMS from phone (both supported by Gammu):
1449       * 1st: reading SMS files - don't allow to read SIM, saving, deleting SMS
1450              isn't implemented yet (in fact only --getallsms/--geteachsms are
1451              working with it now)
1452       * 2nd: using a little modified Series 40 2.0 API
1453              * it returns error for SIM Outbox SMS (6111 3.58)
1454              * returns error for SMS saved to Sent Items (6111 3.58)
1455              * doesn't have access to some folders (like Drafts or usr folders)
1456              * allow to read SIM Inbox
1457              * allow for fast implementing --getsms, --deletesms, --savesms,
1458                --addsms (--addsms/--savesms working OK for Inbox only)
1459       Both:
1460       * don't allow to access Templates
1461       * no SMSC in sent SMS
1462       * SMS from Delivery Reports folder are unknown too
1463       By default there will be 1st used (in fact it's used by OPM2 too),
1464       to disable it clear F_SMS_FILES as phone feature.
1465 [-] * c: drive doesn't exist for S40 3.0
1466 [-] fixed wrong format of few strings                            (Michal Cihar)
1468 20060618 - 1.07.07
1469     Series 40 3.0:
1470 [+] * getting sent SMS from phone memory (Text, Coding, Class, but no
1471       SMSC in frames and no visible info about Delivery Report)
1472 [+] * getting received/edited SMS from phone memory (Text, Coding, Class,
1473       SMSC, UDH)
1474 [!] * still some SMS memory things are decoded "magically", no support for
1475       read/unread state and still no idea, how to handle SIM SMS
1477 20060611 - 1.07.00
1478     SMSD & MYSQL:
1479 [-] * reports work OK now (they were wrong after updating all 00000000000000
1480       to 0000-00-00 00:00:00 in DB)
1481 [-] * you can use " in outgoing sms too
1482 [-] * fix for multipart sms
1483 [+] * added new CreatorID entry in DB for outbox/sentsms
1484     Series 40 3.0 (N6111 now)
1485 [+] * added: filesystem support, getting call lengths from call logs,
1486       getting sent SMS log ("Message recipients" from "Log" in phone menu,
1487       new memory SL in Gammu)
1488 [!] * checked: calendar, notes, todo (generally OK)
1489 [!] * SMS memory (decoding SMS files from filesystem) not supported yet
1491 20060605 - 1.06.30
1492 [!] In 6230i 3.70 after saving to "Outbox" (from PC) SMS is not visible in
1493     phone menu, PC side and use phone memory place. We added protection
1494     against it and saving to 0x1A folder is no more possible. Bug can exist
1495     in other new Nokias too.
1496 [!] SMS with "simple quote" can stop SMSD. For now fix for    (Julien Lirochon)
1497     Inbox
1498 [+] support for ICS files (Mozilla calendar)                           (Markus)
1499 [+] Series 60 1st and 2nd edition:
1500     * calendar (getting) - support for start/end/alarm time, recurrance,
1501       texts, no support for synchronisation parameter
1502     * todo (getting) - support for text, priority, no support for due date
1503       and done/not done
1504     * sms - support for getting sms status, getting and sending non working
1505       (this is issue reported by gnapplet users working with other than
1506       Gammu projects too)
1507     * there is checked gnapplet version during Gammu communication startup
1508 [*] gnapplet source synchronised with sis file (0.6.12)
1509 [-] fixed configure error with bluegnapbus (1.06.15 bug)        (Gabor Z. Papp)
1510 [-] fix for --deletesms and folder handling
1511 [-] changes in debug system                               (Radoslaw Stachowiak)
1513 20060521 - 1.06.15
1514 [+] new -smsname for --savesms
1515 [+] partial support for decoding EMS text formatting
1516 [+] 6170/7270 ID                                                      (unknown)
1517 [+] Series 60 1 and 2 devices:
1518     * added compiled gnapplet 0.6.12 (and source 0.6.2)
1519     * new connection "bluerfgnapbus"/model "gnap" (stable) and new
1520       connection "irdagnapbus"/model "gnap" (experimental) for communication
1521     * implemented:
1522       * identification
1523       * getting phone time
1524       * getting SMSC (partially)
1525       * getting SMS folders
1526 [+] added makefile for MSVC6 for making static library           (Michal Cihar)
1527 [*] displaying warning, when you use save SMS on SIM with name
1528 [*] after saving sms you have info about used memory (phone/sim)
1529 [*] some optimalizations with saving SMS
1530 [-] * iswspace might return also other values than 0/1,          (Michal Cihar)
1531       myiswspace fixed to return true or false in all cases
1532 [-] * removed useless conversion in Unicode functions
1534 20060511 - 1.06.05
1535 [+] 6510 - saving sms_submit with report possible                (Michal Cihar)
1536 [+] Started work on ICS support                                        (Markus)
1537 [-] DKU2 and 6820 serial device fix                             (Tony McGregor)
1538 [-] * "gammu --help c" showed help                               (Michal Cihar)
1539     * some structures better initialized
1540     * fixed wrong year for call logs with some 6510 phones
1542 20060418 - 1.06.00
1543 [!] No more gammu.net. There is gammu.org instead. We release
1544     this version as 1.06.00, because we want force people to upgrade
1545     link
1546 [+] Some new texts in Polish localisation                         (Tomek Fizyk)
1547 [*] SMSD DB updated to version 6. There should be "real" UTF8 used now
1548     and less problems with MySQL 5 (of course, PHP and SMSD updated too)
1549 [*] New method of informing about changes in ChangeLog:
1550     [!] Important
1551     [+] New functionality
1552     [*] Changes in existing functionality
1553     [-] Fixed error
1554 [*] gammu.txt -> gammu.htm (from Wiki, currently temporary version)
1555 [*] readme.txt redirects to wiki
1556 [*] new functions for utf8
1557 [-] * Fix, when config file not available                        (Michal Cihar)
1558 [-] * Fix for SMSD
1559 [-] * as there are architectures where char is unsigned by
1560       default, for SMS->Class we need to explicitly use signed one
1561       (it is set/compared for -1)
1562 [-] * avoid error in configure when rpm is not installed
1563 [-] * second changes type used for length to size_t, which is big enough
1564       to hold possible pointer size
1565 [-] improved vcf restoring
1567 20060312 - 1.05.00
1568 * new functionality:
1569   * getting Siemens OTA sequences in SMS + decoding VCARDS
1570   * 3220b ID                                                      (Dan Lizotte)
1571   * taken current DKU2 drivers from gnokii
1573 * fixes and improvements:
1574   * * better discovering Bluetooth services                      (Michal Cihar)
1576 Like you know www.gammu.net is currently unavailable. For support please
1577 use mailing list.
1579 20060222 - 1.04.11
1580 * new functionality:
1581   * 5140i ID
1583 * fixes and improvements:
1584   * some changes in location of Nokia files
1585   * * do not even try to use alcatel connection for others       (Michal Cihar)
1586     * drop some not needed local variables
1587     * pass whole debug info to output functions
1588     * correctly handle messages with new lines inside
1589     * wrong pointers have been passed in some functions, so pointer value
1590       was shown instead of text
1591     * SE phones return error while deleting empty entry, so treat this as okay
1592   * SMS for 6510 driver
1594 20060205 - 1.04.07
1595 * new functionality:
1596   * * alcatel                                                    (Michal Cihar)
1597       * created generic function for string encoding
1598       * support writing unicode strings
1599       * new command line parameter for adding category
1600     * support for ISO texts with Smart Messaging images
1601   * started work on Series 40 3.0 phonebook. Somebody with Nokia 6111
1602     (or other compatible) required. Getting entries should work, but
1603     for testing
1605 * fixes and improvements:
1606   * * update for Czech operator name                             (Michal Cihar)
1607     * removed some leaks in config file parser
1608     * better informing about error after SMS sending in AT module
1609     * few signed/unsigned issues less
1610     * removed unused code with logging code
1611     * fix for parsing phone numbers in at code
1612     * alcatel:
1613       * improved error codes for some situations
1614       * fixed handling large texts
1615       * added correct limits for text fields
1616       * current alcatel phones support longer categories texts
1617   * entries in Nokia pbk can be longer than 256 chars             (Igor Timkin)
1618   * updated 216-30 network name                                 (Gabor Z. Papp)
1619   * Gentoo updates                                                (Alin Nastac)
1620   * corrected help for --send/savesms RINGTONE
1622 20051229 - 1.04.00
1623 * new functionality:
1624   * support for specyfing port for MySQL server port            (Ehsan Akhgari)
1625   * Gammu can take firmware versions from gammu.net phone database
1626     and inform user, if there is any update available
1627   * Gammu can fix/add JAR file size in JAD file during        (Andreas Leitgeb)
1628     uploading it with --nokiaaddfile
1629   * new -overwrite option for --nokiaaddfile                (Vlad Skarzhevskyy)
1630     application|game. it deletes existing aplet with the same name
1631     before uploading new. for testing.
1633 * fixes and improvements:
1634   * network names updates                 (Nelson Murilo, Michal Cihar, others)
1635   * increased buffers                                          (Roland Wundrig)
1636   * we can set coding for sms status report texts in gsmsms.c  (Jorgen Thomsen)
1637   * fixed bug in msvc2005 for getting online files
1639 NOTES: it was annouced on mailing list, but I will remind:
1640        1. http://www.gammu.net/support/texts/road06.php contains a lot of info
1641        about Nokia & Gammu history, Gammu possible future and many others
1642        2. http://www.gammu.net/support/phones/phonedb.php will be "our"
1643        phone database. It's in beta state, but even now give a lot of info
1645 20051202 - 1.03.20
1646 * new functionality:
1647   * * --setdatetime allows to set date/time part only       (Ace, Michal Cihar)
1648     * timezone support for atgen.c
1649   * if there was simlock in DCT4 and somebody used keypad code to remove it, 
1650     Gammu will display info about it in --identify
1651   * MS Visual C++ (Express) 2005 makefiles. You can use FREE (until 11.2006)
1652     MS compiler to make Gammu now. Limits:
1653     * no resources
1654     * some compiler warnings disabled in config file (there are used some
1655       things in source, which could be replaced with more safe MS extensions
1656       and compiler say it)
1657   * new error code for device without sim card                   (Michal Cihar)
1658   * Gammu can take RSS file now and inform user, if there is never
1659     version available (see gammurc and rssinfo parameter). for good testing
1660     in Linux
1661   * -save in --readmmsfile
1663 * fixes and improvements:
1664   * * addfolder2 should return ID of new folder              (Matthias Blasing)
1665     * --getrootfolders return info about empty MMC too
1666   * make distclean first cleans config
1667   * * some typos and structures init                        (Ace, Michal Cihar)
1668     * added missed time formats in gammu.c
1669     * checking number format in one place in atgen.c
1670   * fix for CA-42 for Linux                                  (Mattias Sjosvard)
1672 20051101 - 1.03.07
1673 * new functionality:
1674   * ldflags                                                (Marcin Juszkiewicz)
1675   * id for 2650                                             (Alexey V. Novikov)
1676   * partial support for 6230i caller groups:                  (Intra Darma,...)
1677     * --getbitmap (it reads correctly group name + some ringtone/bitmap
1678       ID unknown for now)
1679     * saved info about them in pbk entries in --backup
1680     * restored info about them in pbk entries with --restore
1681       * when you make restoring pbk entries with caller groups into phone 
1682         without any caller groups created, there is returned correct error 
1683         info
1684       * when you try to overwrite pbk entry with caller group assigment, 
1685         phone returns error. Now it's handled and (when it happens) Gammu 
1686         first remove entry and try to save it again. It should be done this
1687         way in Wammu too !!!
1689 * fixes and improvements:
1690   * * --deletefiles, --deletefolder                           (Andreas Leitgeb)
1691     * Gallery and --getfolderlisting for 3510
1692   * --getfilefolder                                               (Gijs Epping)
1693   * better getting modification datetime for filesystem          (Michal Cihar)
1694   * rpm spec file without #13#10 sequences                (Vladimir Kondratiev)
1695   * GetStartStop
1696   * 6021 features                                                 (MaXx Fomkin)
1697   * gammu.c, atgen.c fixes                                        (d binderman)
1698   * dll changed according to 1.03.00 constants changes                 (Muffin)
1700 20051017 - 1.03.00
1701 * new functionality:
1702   * changed names of some constants to make them more clear
1703   * SMS:
1704     * Gammu by default uses 8 bit encoding for SMS now (and changes it only,
1705       when detect ANY known Default Alphabet or Unicode encoding in TPDCS).
1706       It will avoid decoding SMS text, when unknown/incorrect TPDCS is used.
1707       Please note, that all tools, which think, that Default encoding is
1708       default, should be changed
1709     * better recognizing SMS classes
1710     * Gammu correctly recognizes SMS with compressed texts (like specified
1711       in GSM 3.42). Unfortunately, decompression source is not available yet
1712       and you will not see SMS text now.
1713     * SMSD MySQL DB format updated to version 5. Changes made to PHP and SMSD.
1714       Changed alphabet info entries and some others.
1716 * fixes and improvements:
1717   * profiles are enabled for some DCT4 models only now
1718   * fix for --deletecalendar
1719   * -lm was not added correctly and no detection has             (Michal Cihar)
1720     been done before
1722 20051010 - 1.02.25
1723 * new functionality:
1724   * MMS:
1725     * new features in MMS decoder
1726     * MMS decoder moved into common (can be used in future MMSD too)
1727     * --geteachmms doesn't display all possible things about message,
1728       but rather only these usefull for user (all things are displayed of
1729       course in debug)
1730     * --geteachmms displays content of various file formats
1732 * fixes and improvements:
1733   * calendar for 6020                                             (Ragnar Rova)
1734   * removed obsolete --savemmsfile
1735   * OBEX:
1736     * fix for getting files (Nokia phones return folder listings and files now)
1737     * ID_FullName in Unicode now
1739 20051002 - 1.02.20
1740 * new functionality:
1741   * --geteachmms/--getallmms/--getmmsfolders should work fine for majority
1742     of Nokia phones/MMS files combinations. It will be improved, but if you 
1743     want to have support for some feature(s) faster, please use for example 
1744     -save with --geteachmms, send me MMS file (which makes problems now) and 
1745     I will change MMS decoder.
1746   * started removing old & obsolete MMS code parts (some in --nokiaaddfile
1747     and other)
1749 * fixes and improvements:
1750   * SE T610, SE T700 and other SE fixes. FOR TESTING             (Michal Cihar)
1752 NOTES: there should be checked pbk for AT models, there is still OBEX
1753        module for fixing (to be compatible with changes from 1.02.16).
1754        After it and some others you should expect 1.03.00
1756 20050927 - 1.02.16
1757 * new functionality:
1758   * geteachmms and getmmsfolders work for 6230i and phones with filesystem1 
1759     only (still doesn't decode files)
1761 * fixes and improvements:
1762   * improved php and docs for sql reply daemon (other/sqlreply)
1763   * filesystem
1764     * fixed AddFolder & AddFilePart & GetFileFolder for some models 
1765       (available in 1.02.12)
1766     * ID_FullName is written in GSM_File in Unicode (SNOFS and other
1767       projects have to be modified to handle it)
1768   * * Ericsson T39 UTF8 pbk                                      (Michal Cihar)
1769     * correct building on Fedora Core 4 x64_86
1770     * some Debian fixes
1772 NOTE: Some people reported cutting last bytes during getting files over BT.
1773       I have fixed it by accident in 1.02.12, later tried to find reason
1774       and even wrote email about it. THX for Stefan Flothkoetter this situation
1775       is explained now :-)
1777 NOTE2: work in progress:
1778        * new dku2at connection for win32 for at commands with dku2
1779        * mms files decoder
1781 20050914 - 1.02.12
1782 * new functionality:
1783   * setting caller group id for 6230i pbk
1784   * 6020 ID                                                     (Bryan Meredit)
1785   * 6021 ID                                                       (Maxx Fomkin)
1786   * * possible to disable mysql, even when it is found           (Michal Cihar)
1788 * fixes and improvements:
1789   * better handling start and stop command line parameters
1790   * calendar:
1791     * better info about birthday alarm with --getallcalendar
1792     * better recurrance info for DCT4 method 1
1793     * Fill_Time_T doesn't need TZ (FOR CHECKING)
1794   * getting short files from filesystem1 in phones with filesystem1&2 doesn't 
1795     mix some structure values
1796   * better screen output with --getfiles
1797   * Gammu is much more intelligent with Bluez
1798     * displays really ALL RF channel services (FOR CHECKING !)
1799     * displays device names
1800     * better errors values
1801   * new 6230 have more Chat and SyncML settings
1802   * --backup doesn't stop, when where is no place in structures    (Troy Engel)
1803   * --backup, --restore, etc. show clear, when is used phone
1804     and when SIM memory
1805   * * "c" flag for fopen is MS only extension                    (Michal Cihar)
1806     * proper sleeping for Borland compiler
1807     * fixed compilation when Nokia stuff is disabled
1808     * improved speed support for some non Linux systems
1809     * man page had some wrongly formatted strings, improved one regexp 
1810       shown there
1811     * backup functions didn't free earlier INI structures
1812     * SMS backup reads returned earlier some fields undefined
1814 NOTES: * I can't confirm in this moment some issues connected with wrong
1815          downloading files & getting calendar notes over BT in Linux 
1816          (it both works OK for me)
1817        * BT should be checked with SE, Siemens (phones other than Nokia),
1818          because Gammu searches differently for RF channels and services now
1819        * calendar getting and setting should be checked now, because Gammu
1820          handles it differently now
1821        * BCC should be checked
1823 20050727 - 1.02.00
1824 * new functionality:
1825   * some support for 6230i caller groups in pbk
1826   * some things disabled for 6230i for now
1828 * fixes and improvements:
1829   * startup fix for SE based AT modems                           (Michal Cihar)
1831 20050711 - 1.01.25
1832 * new functionality:
1833   * simple daemon (other/sqlreply) for making SQL actions and running programs 
1834     on server side, when some SQL rules will happen. Can be used for
1835     autoreplies, sending mails, etc., when you send SMS to MYSQL daemon
1836   * translations:
1837     * Spanish                                                 (Ernesto Serrano)
1838     * Russian                                                          (Zontik)
1839     * translation files contains now creator info and Gammu version
1840       (which was the first one translated)
1841   * new --getmmsfolders, partialy done --getallmms / --geteachmms
1842   * new --maketerminatedcall                                      (Tony Turner)
1843   * 6230i ID                                                    (Oliver Seufer)
1844   * * info about new Series 40 PBK subentries types               (Intra Darma)
1845     * new --nokiagetpbkfeatures
1847 * fixes and improvements:
1848   * localisation system                                          (Niels Ganser)
1849   * GetMMSSettings and SetMMSSettings were disabled by accident
1850     at least in previous test version for 6510 module
1851   * fixed --getmemory and caller groups info                     (Michal Cihar)
1853 NOTES: This release is available too long after previous. Big shame, but I will
1854        try not to repeat this situation.
1856        For now I need some help from 6230i users (with WAP settings and others)
1858        When these issues will be resolved, I will release new stable version
1859        (maybe even with complete MMS getting<->decoding).
1861 20050510 - 1.01.11
1862 * fixes and improvements:
1863   * FBUS2 driver allocation problems                          (Joergen Thomsen)
1864   * uploading files to filesystem2 done a little             (Lucas van Staden)
1865     differently and without CRC checking
1866   * Alcatel:                                                     (Michal Cihar)
1867     * unicode text was treated like little endian, but it is big endian
1868     * while decoding unicode text, buffer could overflow
1869     * fixed possible wrong reading of calendar entries
1870   * cleanups in modules
1872 20050412 - 1.01.00
1873 * new functionality:
1874   * new script helping with importing KAddressBook entries   (Frederick Emmott)
1875     in other/bash/other
1877 * fixes and improvements:
1878   * workaround for some error for pbk for 6230                   (Tim Dreessen)
1879   * gammu correctly removes readonly attrib
1880   * DCT3 phones need more time for getting SMS status         (Joergen Thomsen)
1882 20050315 - 1.00.23
1883 * new functionality:
1884   * dku2phonet (earlier named fbusdku2) supported in win32        (Intra Darma)
1885   * new --getrootfolders                                     (Mattias Sjosvard)
1886   * --nokiaaddfile playlist                                       (Tim Ruddick)
1888 * fixes and improvements:
1889   * updated .spec file - fixed for proper handling of     (Vladimir Kondratiev)
1890     documentation directory
1891   * added searching for dku5 in win9x                    (Martina Laplam Fares)
1892   * no 100% cpu usage with win32 dll with non existing device
1893   * fbusdku2 renamed to dku2phonet and fbusdku5 renamed to dku5fbus
1894   * removed bluefbus
1895   * filesystem 1,2 fixes                                     (Mattias Sjosvard)
1896   * bluetooth stacks displays always all device services
1897     (Bluez only services with non empty names for now)
1898   * 6610i doesn't have Chat                                   (Philip Frampton)
1899   * * n6110.c phones don't use too high memory locations         (Michal Cihar)
1900     * Debian packing
1901     * fix for making memory status for Siemens
1903 20050228 - 1.00.10
1904 * new functionality:
1905   * n6510:
1906     * * dku2 support is complete for Linux. All patches included   (Troy Engel)
1907         in Gammu, kernel driver with howto in other/dku2 directory
1908       * support for error 6 during getting folders in filesystem2
1909     * info about 6230 mp3 playlists in readme.txt                 (Samuel _idm)
1910     * new --getfolderlisting and --setfileattrib             (Mattias Sjosvard)
1911       and --deletefolder
1912     * --addfolder works for filesystem2
1914 * fixes and improvements:
1915   * n6510:
1916     * fix for indexing dct4 ringtones                              (Soos Peter)
1917     * fix for birthdays for 6230
1918     * fixes for filesystem1                                  (Mattias Sjosvard)
1919   * when you don't have some BT source compiled, correct error
1920     is displayed
1921   * cleanups in other
1922   * removed spaces on end of lines in source files, added script (Michal Cihar)
1923     for making this into other
1925 NOTE: we have Snofs to mount phone filesystem under some Linux directory
1926       (something like Phone Browser in PC Suite). See
1927       http://snofs.sourceforge.net/
1929 NOTE2: I had to change detecting folders for filesystem1 again. Please compare
1930        --getfilesystem from old and this version. If something is different,
1931        please let me know
1933 20050214 - 1.00.04
1934 * new functionality:
1935   * filesystem2 support is complete (setting attributes, setting dates & 
1936     times, using checksums, deleting files)
1937   * added new dku2 connection. It should handle correctly dku2 with linux
1938     kernel modules, but...it's for testing, if I'm right or not
1939   * when file is uploaded to/downloaded from phone, you have visible left time
1940   * new memorycard option for --nokiaaddfile
1942 * fixes and improvements:
1943   * at least 6230 over infrared doesn't report all files in folders
1944     (over BT it's OK, I don't know how with cable). MobiMB & OPM2 have
1945     the same problem... Warning is displayed.
1946   * improved speed for --getfilesystem and --nokiaaddfile
1947   * fix for checking February days
1948   * some AMD64 fixes                                             (Michal Cihar)
1950 20050208 - 1.00.00
1951 * new functionality:
1952   * dct4: 
1953     * support for 3220 features                                    (Joe Neeman)
1954     * filesystems return info, when you try to get non existing file
1955   * blueat works for some SE                                     (Michal Cihar)
1957 * fixes and improvements:
1958   * dct4:
1959     * fix for 7250/7250i features                              (Dmitry Vukolov)
1960     * fixed bug with adding folders (bug available in 0.99.22)
1961     * overwriting files not possible with filesystem 2
1962   * fix for checking date (bug available in 0.99.22)
1963   * filesystems:
1964     * when you try to upload file, it's saved without path         (Joe Neeman)
1965     * you have new options with --nokiaaddfile:
1966       * camera - for folder with camera pictures
1967       * video - for folder with video clips
1968       * records - for folder with sound records
1969       * tones, tones2 - music, tones, etc. folders
1970       * gallery, gallery2 - pictures, images etc.
1971       Earlier getting folder ID in filesystem1 (older dct4) was based for
1972       some models on concrete ID. It was done, because folder name was 
1973       different for each language version. It was wrong - Nokia for example
1974       in 6220 changed ID's from 5.15 to 6.29. Now it will be handled 
1975       differently.
1976       BIG REQUEST: if you have national name for folder in your 
1977                    phone and --nokiaaddfile doesn't find folder, please 
1978                    report "textall --getfilesystem" output
1979     * when you get file, it's saved to local folder under original name
1980       without path
1981   * * better handling Siemens                                    (Michal Cihar)
1982     * calling nested functions which work on static buffer can lead to crash
1983     * fix for restoring Unicode files
1984     * AT: enabling incoming SMS info now works with most phones, 
1985       we don't have any hardcoded parameters
1986     * AT: improved charset handling in AT module. It now reads 
1987       available and set values in phone and uses the best one instead of 
1988       hardcoding charset for some phones and trying all known charsets 
1989       for the others.
1990     * user function can now get ONLY location instead of complete message
1991       (incoming sms)
1993 20050116 - 0.99.22
1994 * new functionality:
1995   * partial support for 6230 filesystem. You can:                 (Intra Darma)
1996     1. see files using --getfilesystem (MMC is b:/, phone memory is a:/ 
1997        and app memory is c:/)
1998     2. get files (warning: checksums not available)
1999     3. upload files
2000   * new PHP script (other/php3) for asking server with phone about (Hugo Pinto)
2001     IP and uptime
2002   * new PHP script (other/php4) for displaying sms from smsd     (Michal Holes)
2003   * --getfiles displays percents, not only "*"
2004   * added quesses for Siemens and Bluetooth services      (Thomas Eitzenberger)
2005   * LAC and CID are no more swapped in AT mode                         (George)
2006   * * new configure option for disabling all irda and bt         (Michal Cihar)
2007       protocols in one
2008     * when you change config.h, all sources are recompiled automatically
2009     * Gammu displays warning, when autoconf not found
2010     * better info for ERR_SOURCENOTAVAILABLE
2011     * VCARDS:
2012       * recognize much more fields
2013       * parse name to first+last
2014       * parse address to all fields
2015       * date can be parsed without time part from vcard
2016       * ReadVCALDateTime returns now boolean value, if it works with success
2017         or not
2018       * using categories instead of caller groups
2019     * AT module:
2020       * better error info for enabling USSD
2021       * better parsing for dates & times
2022       * Siemens:
2023         * handling for CMS errors for getting pbk
2024         * support for CME error 100
2025         * use current VCARD parser to read pbk entries (instead of old Timo 
2026           Teras source). It allows to parse all entries
2028 * fixes and improvements:
2029   * --getfilesystem output
2030   * buffer overflow error for serial and win32                         (Petr V)
2031   * fixed bug with disabling Chat menu for 6220
2032   * fixed recognizing folders with Nokia filesystem
2033   * * fixed bug with shared compilation if Gammu was previously  (Michal Cihar)
2034       installed. Earlier it added -L/usr/lib before -L./common 
2035       and older gammu library was found
2036     * added -fPIC which is needed on many platform (ppc, ppc64, x86_64,...)
2037     * fix for displaying end time in recurrency
2038     * fixes for making RPM in MandrakeLinux
2039     * fix for leap years checking
2040     * AT module:
2041       * fix for getting pbk from Motorolas (they put names in brackets)
2042   * fixed syntax in Debian/rules                               (Mathias Behrle)
2043   * support for more unknown PBK entries for 6230 and compatible (Milan Havlik)
2044   * --searchmemory displays correctly userid                (Martin Samuelsson)
2045   * MacOS doesn't have 460800 speed                   (Xavier Jurado Cristobal)
2047 NOTE: * it's confirmed, that 6230 RH-12 4.44, 3100 doesn't give caller id info
2048         in fbus/phonet frames...at least Gammu can't take it now. Any sniffs ?
2049       * I saw, that new Nokias don't have support for pbk in AT mode...
2050       * this is last test release before 1.00. I made it test release,
2051         because contains many parts written not by me, changes many things
2052         in AT module and VCARD support and support for Nokia filesystems. 
2053         I think few days will be enough for making tests
2054       * waiting in queue:
2055         * few patches from Michal Cihar (I will speak with him soon)
2056         * fix for --sendsmsdsms parameters checking (Rafal Kolida)
2057         * real support for DCT4 resets (Walek)
2058         * fix in old Gateway in Delphi
2059         * big patch from ACE (but I still don't have Ericsson)
2060         * 3589i (Robert Geer)
2061         * screen dumps (Intra Darma)
2062         * another patch for smsd 04.10.04 (Gary Reuter)
2063         * patches 21.10.04 (Gary Reuter)
2064         * s_mysql.c Delivery Report time patch 22.10.04 (Gary Reuter)
2065         * ............ (something more ? if yes, please remind.
2066           It's possible, I lost something)
2067       * pls note, that this is first release made by lend PC. if you see
2068         some problems with quality, please don't blame me...
2070 20041107 - 0.99.6
2071 * new functionality:
2072   * support for recurrances includes number of retries (and end day) 
2073     available in 6230 (and other Series 40 2.0)
2074   * full support for 30 days recurrances in Nokia DCT4
2075   * new other/php/linked.php PHP script. It's example,       (Michele Rossetti)
2076     how to take SMS from Inbox in MySQL DB created by SMSD, link them, process 
2077     and save to new table. There are processed non-linked sms & linked sms 
2078     with short and long UDH
2079   * Inbox in MySQL DB contains new entry "Processed"         (Michele Rossetti)
2081 * fixes and improvements:
2082   * N6110:                                                (Juhapekka Tolvanen)
2083     * --getallcalendar doesn't show "invalid location"
2084     * there is correctly handled situation, when text note is too long
2085   * N6510:
2086     * Chat/SyncML settings available for some models only: 5140, 6220, 6230,
2087       6610i, 6810, 6820, 7250, 7250i
2088     * finding calendar ID works correctly for 6230
2089   * fixed bug in activating wap/mms/chat/... settings
2090   * fixed bug in --restore for restoring notes with no todo
2091   * all recurrances for Nokia phones are handled using Alcatel style
2092     (it's more generic). All old backup files are automatically converted 
2093     during restore and "old" recurrance style is recognized. All new created 
2094     backup files uses new style. Because recurrance info is lost during
2095     restoring these files by older Gammu, version of backup files is changed
2096     to higher
2098 NOTE: Recurrance support doesn't resolve all recurrance problems. 
2099       Example 1:
2100       1. set note to 20-11-2004 and recurrance to each day up to 27-11-2004
2101       2. delete note from 23-11-2004
2102       3. in phone menu you have notes in 20-11 up to 22-11 and from 24-11 up to
2103          27-11. For protocol you have still one note from 20-11 and 27-11
2104       Example 2:
2105       1. create note 20-11-2004
2106       2. set monthly repeat up to 10-10-2005
2107       3. Gammu will back up it (end date) as 20-09-2005 although in phone you 
2108          have end repeat date 10-10-2005. Note of course will have last repeat
2109          20-09-2005, but...
2111 20041024 - 0.99.0
2112 * new functionality:
2113   * DJGPP:
2114     * serial driver for DJGPP. Tested with fbus (works) and dlr3 (fails).
2115       This is rather hack solution. If somebody will be interested, it will be
2116       extended to real driver.
2117     * for compiling under DJGPP set some variables in cfg/makefile.cfg
2118       and use new "make djgpp"
2119   * partial solution for making prerequisites files for GCC. By default
2120     commented. If you want to work with it (and have correct results), please 
2121     uncomment lines with "-include" in cfg/makefile.glo & make buliding from
2122     one directory only
2123   * 3105 features                                                (Vincent Chau)
2124   * 6810/6820 have notes too                                 (Johan Helsingius)
2125   * --backupsms && --restoresms with bigger functionality
2126   * savesms returns memory full for dct4                         (Adi Goldberg)
2127   * support for notes is complete in dct4 - Gammu can restore them too
2128   * better (c) info                                          (Georg C.F. Greve)
2130 * fixes and improvements:
2131   * help for --playsavedringtone
2132   * updated gammu.mak for BCC5
2133   * dynamic memory allocation for some ringtones functions       (Vincent Chau)
2134   * removed memory leak in FBUS2 driver
2135   * LAC, CID is written using big chars only
2136   * uncommented setting Picture Images for DCT4
2137   * fixed setting todo method 2 for dct4
2138   * SMSD - PIN is not required in config file                    (Michal Cihar)
2139   * 6820 doesn't have FM Radio                              (Tomasz Motylewski)
2140   * added RNG to list of supported ringtones                            (Zibri)
2142 Note: if you restore sms to DCT4 using --restoresms: some Gammu versions 
2143       contained bug: numbers for sms folders were mixed. If you have this 
2144       problem, make such replacements: "Folder = 3" with "Folder = 4",
2145       "Folder = 1" with "Folder = 3", etc.
2147 Note2: waiting in queue for such things:
2148        * Ace's patch
2149        * tones of smsd patches: support for incoming sms handler, 
2150          RejectDuplicates, Inbox sms and others
2151        * checking some 6110 calendar & 6310i sms related reports
2152        * .....
2154 20041003 - 0.98.9
2155 * new functionality:
2156   * support for USSD codes in AT module. You can get USSD codes now using 
2157     --getussd:
2158     * in AT mode (tested with success with Siemens MC35, fails with Nokia)
2159     * with latest DCT3 (6210) and Nokia protocols after enabling Incoming Info
2160       in config
2161     * with earlier DCT3 (6150) and Nokia protocols
2162     --getussd doesn't work with DCT4 and probably some DCT3 (3210) with Nokia
2163     protocols
2164   * new frame for making voice calls for new dct4. it's for investigation
2165   * SMSD & MYSQL:
2166     * DB contains pbk & info about daemons
2167     * MFC application can display DB info & delete SMS
2168   * SMSD:
2169     * new config option for ignoring checking some                (Gary Reuter)
2170       smsc numbers for incoming sms
2171     * support for AT+CMMS                                      (Jorgen Thomsen)
2172   * started work on n650 support
2173   * -nonempty & displaying stats for --getmemory 
2174   * --searchdevice can find irdaat on win32
2175   * backup for chat/syncml settings
2176   * --getallnotes
2177   * backup for text notes
2178   * Gammu checks during opening text backup files, if all sections are known
2179     or not. If not, it means that file is damaged or restoring some things
2180     not implemented or you should update your Gammu copy to higher version
2181   * new --send/savesms WAPINDICATOR for WAP service inbox messages
2182     (WAP push)
2183   * --nokiaaddfile language independent for 6610/7210                 (jackpot)
2184   * 6810/6820 ID                                                  (Intra Darma)
2185   * Siemens TC35 ID                                                      (Remi)
2186   * * --listnetworks [country]                                 (Peter Ondraska)
2187     * setting alarm, getting & setting locales for Eric R320 (for testing !)
2189 * fixes and improvements:
2190   * * new solution for detecting Bluez                           (Michal Cihar)
2191     * Debian building improvements
2192     * Alcatel phones don't forget some settings now
2193   * MFC application for win32 is compiled without shared MFC DLL's
2194   * more MS VC++ compatibility during mixing C/C++ files
2195   * fixes in gammu.pas and gsmstate.c
2196   * better debug output
2197   * sending SMS with AT module returns correctly TPMR
2198   * network info in debug with dct3
2199   * fix for USSD replies for 6150
2200   * 6510 module fixes
2201     * getting op logo
2202     * getting syncml settings
2203   * --getallcalendar
2204   * Gammu definitely doesn't need 45 MB of RAM   (Peter Ondraska, Michal Cihar)
2205   * * many DJGPP compilation fixes                             (Peter Ondraska)
2206     * localization fixes
2207     * many small fixes in various functions
2208     * x is not case sensitive for gammu --help x
2209   * text backup files handles correctly entries with texts with new line
2210     chars
2211   * --get....sms doesn't display useless datas
2212   * WAP bookmarks are sent in UTF8. It should make them       (Joergen Thomsen)
2213     shorter
2214   * better TPMR debug output                                      (Gary Reuter)
2216 NOTES: * I plan to have 0.99 somewhere near 10-10-2004
2217        * from old things: does anyone have original DAU-4F cable for N3110,
2218          NCDS for N3110 or MBUS for N2110 ?
2219        * Please check Bluez deeply on your OS. For me works 100% OK now
2220        * there is RSS channel now - www.mwiacek.com/gsm/soft/gammu.rss
2221          It will be another way for informing people about new test/stable 
2222          releases. I wait for comments about it on Gammu mailing list
2224 20040909 - 0.98.0
2225 * new functionality:
2226   * DCT3 phones know TPMR during sending SMS too. You can use them
2227     to full handling Delivery Reports for MySQL SMSD too.
2228   * 7200 ID                                                       (Intra Darma)
2229   * 5140 ID, 6610i ID
2230   * SMSD:
2231     * MYSQL:
2232       * everything connected with SMS sending time is synchronized from
2233         MYSQL server time
2234       * many phones can send SMS from one DB. It's done this way, that
2235         even if some phone will hang during sending, other phones will get his
2236         SMS after some time of inactivity
2237       * SMS for sending can be redirected to concrete phone
2238       * DB contains info, if SMS was sent with Delivery Report request or not
2239       * DB contains info about connected phones
2240       * SMS can have forced Delivery Report
2241     * PHP:
2242       * support for many DB
2243       * ability to log to MySQL from various users
2244       * info about software versions
2245       * info about connected phones
2246       * outgoing SMS:
2247         * ability to send using concrete phone
2248         * sms chars counter
2249         * limiting to specifed number of SMS (linked SMS will be supported
2250           later)
2251         * forcing Delivery Report
2252       and many other
2253     * new MFC application for WIN32: initial MDI version with displaying
2254       DB info only and drawn menus. See win32/smsd_mfc
2255   * new mystrcasestr
2257 * fixes and improvements:
2258   * updated doxygen configuration, some fixes                    (Michal Cihar)
2259   * --restoresms works OK                                         (many people)
2260   * fixes with locales
2261   * during replacing existing file in DCT4 filesystem           (Cvetan Ivanov)
2262     Gammu returns correct error info
2263   * mystrstr renamed to mywstrstr (it's operating on Unicode)
2264   * file types are not case sensitive
2265   * 0 and 1 char text long SMS can be sent using SMSD --files     (Jozef Uhler)
2267 Note: Some time outside home and a lot of phisical work inside home made, that
2268       some things still waiting in queue:
2269       * TODO 5140 FBUS
2270       * some parts of patch from Joergen Thomsen
2271       * finding how to link Bluez properly (solution from Michal Cihar
2272         doesn't work)
2273       * Symbian
2274       * AT+CMMS
2275       * notes and chat/syncml settings for series 40
2276       * serial driver for djgpp
2277       * affix
2278       ... (and many others)
2279 Note: * BT checked with final version of Win XP SP2 (both with virtual COM 
2280         ports and native support). Works fine
2281       * excluding privileges MySQL support is complete
2282       * like promised I started to look into known bugs. I'm testing 6210 
2283         with release version in win32 and still can't find any problems with 
2284         --getallsms
2286 20040801 - 0.97.7
2287 * new functionality:
2288   * support for ringtones, logos, pbk and others for         (Claudio Matsuoka)
2289     Samsung S300 and compatible
2290   * Gammu displays Linux kernel version in debug output. There could
2291     be possibly displayed versions of Free and OpenBSD and other too
2292     (see uname)
2293   * SMSD:
2294     * started work on PHP interface for MYSQL plugin. You       (Michal Kruger)
2295       can manage SMS saved in DB (view, delete) and send text
2296       sms from www. See other/php
2297     * new function - resetting phone from time to time        (Joergen Thomsen)
2299 * fixes and improvements:
2300   * AT source cleanups                                       (Claudio Matsuoka)
2301   * better FreeBSD 5.2.1 compatibility                         (Roar Pettersen)
2302   * better NetBSD compatibility                                 (Gabor Z. Papp)
2303   * AT & SMS fixes (with SMS memories)                             (Jomin N Yu)
2304   * mystrncasecmp and mywstrncasecmp fixes                    (Joergen Thomsen)
2305   * updated and checked all makefiles
2306   * improvements in ID for MySQL and outgoing SMS
2307   * better (c) headers
2309 NOTE: please check very deeply AT phonebook stuff. I will ask to check
2310       SMS in win32 again - there were reported some problems with T68i
2312 20040722 - 0.97.1
2313 * new functionality:
2314   * SMSD
2315     * --sendsmsdsms doesn't require SMSC number
2316     * SMSC number is get from phone only once
2317     * MYSQL:
2318       * ability to sending SMS on specified time
2319       * assigning delivery reports to sent sms
2320       * support for giving SMS validity by user
2321       * in DB there is info about version of DB structures. SMSD checks it
2322         and informs user, if updating DB/Gammu is required
2323   * support for various types on numbers in SMS is much      (Joergen Thomsen)
2324     more complete
2326 * fixes and improvements:
2327   * --smsd MYSQL works correctly in Unix. Problem was in case sensitive
2328     names of tables (were exported only small chars to file with DB dump) ;-)
2329   * SMSC validity correctly handled in situation, when was never  (Jozef Uhler)
2330     set in SMSC set from PC/phone menu (Nokia phones)
2332 20040719 - 0.97.0
2333 * new functionality:
2334   * new family of connections: bluerf + something (for example bluerfphonet)
2335     It works like blue + something in older Gammu versions (with connecting
2336     to hardcoded RF channels)
2337   * switch -yes for --backup                                 (martin f krafft)
2338   * MySQL and SMSD: 
2339     * * full support for TextDecoded in outgoing sms
2340       * full support for adding outgoing SMS from various PC
2341       * source compilable for win32 and MSVC
2342       * in DB you have info, when SMS was added to DB, when was sent
2343         (times are get from PC with MySQL database, not from
2344         each client making operations on DB - it allows to have synchronized
2345         time for all SMS), when sms data were updated in DB
2346       * DB is ready for full Delivery Reports support
2347   * DCT4 phones return TPMR for sent sms
2349 * fixes and improvements:
2350   * more info about BT actions in debug
2351   * proxies enabled, getting profiles disabled for 6230      (martin f krafft)
2352   * in some specific EMS combinations there was set SMS class 0
2353     instead of 2
2354   * when use MS BT stack, there are some resources made free, when not
2355     required
2356   * RF channels were assigned sometimes wrong with Bluez. Fixed
2358 NOTE: waiting in queue:
2359        * SYMBIAN patches
2360        * Samsung S300 patches
2361        * SMSD patches from Joergen Thomsen
2362       and some others
2364       Current MySQL SMSD is really powerfull:
2365       * you can set MySQL database on win32 or Linux and connect to it 
2366         from Gammu working in win32 or Linux or own software (in the same time 
2367         even from many PC connected with PC with MySQL over network), 
2368         additionaly you can easy manage MySQL database from free 
2369         Apache + PHPMyAdmin
2370       * sms can be sent and received
2371       * all formats of sms are supported in database
2372       * there is own command line option in Gammu for sending sms over it
2373       * you can use many phones for receiving sms to the same detabase
2374       * you can have logs from Gammu working as sms daemon
2375       * phone can enter PIN after rebotting (with some models)
2376       * there are black and white phone number lists for incoming sms
2377       There are planned notifications over email (when something works wrong),
2378       own PHP www pages for adding outgoing sms to database and assigning 
2379       Delivery Reports to sent SMS
2381 20040714 - 0.96.9
2382 * new functionality:
2383   * after each using some frames connected with wap/mms/syncml/chat settings
2384     and bookmarks there is sent to phone frame disabling them. It will allow
2385     to use some soft in some situations and will allow to enter settings menu
2386     in some DCT4 phones after using Gammu. Please note, that Gammu is slower
2387     because of it, but it allows to avoid some problems
2388   * new --nokiamakecamerashoot
2389   * New two command line options, which get syncml/chat settings for DCT4 
2390     series 40 now. Name of syncml settings can't probably get from phone 
2391     (at least in 6220 5.15)
2393 * fixes and improvements:
2394   * we have year 2004. It should be earlier written for example in
2395     configure script :-)
2396   * some versions of Bluez requires linking with libsdp too.      (Ivo Panacek)
2397     It's done now
2398   * changed checking for Bluez in configure
2399   * support for proxy blocks really complete
2400   * started work on making docs/help much more usefull
2402 NOTE: * sometimes discovering phone services is not done correctly with Bluez
2403         and 6310i. It's during investigation. It maybe depends on phone
2404         firmware. If it happens for you, please report and use configure option
2405         --disable-bluerfsearch
2406       * SyncML/chat settings for Series 40, MySQL, Symbian - these are main
2407         topics for near future. I will process some patches from the past now
2408       * I plan maximally one test release before 0.97.0
2409       * I will add soon subpage with ability to making micropayments and
2410         donates online. I hope, it will help in finding some money for
2411         extending Gammu
2413 20040627 - 0.96.6
2414 * new functionality:
2415   * when you don't give anything in port in gammurc with bluez and bt
2416     connection, there are scanned all devices in range and Gammu connects
2417     to first with adequate service. Unfortunately, local device is checked
2418     too now.
2419   * new configure option. You can force old behaviour with Bluetooth (trying
2420     connecting to concrete RF channels without earlier checking, if they're
2421     connected with required services). In this old mode Gammu first tries to
2422     connect to RF channel 14 & later 15 in bluephonet. It should resolve
2423     compatiblity problems with old/new Series 40 phones.
2424   * source is prepared to have support for Affix (http://affix.sourceforge.net)
2425     It will be added soon
2426   * full support for wap/mms settings with proxy blocks (available in latest
2427     DCT4 series 40). This should be tested on more phones. Can have bugs
2428   * started work on syncml/chat settings for DCT4 series 40. New two command
2429     line options, which get part of settings now.
2431 NOTE: * www moved to new server. if there are any problems with access,
2432         please let me know
2433       * I'm searching for some good service for micropayments now (which
2434         will allows to send money to bank account in Poland and will not
2435         need registering from people, who pay)
2436       * Gammu homepage updated - much more info about supported functions
2437         and possible connections
2438       * I decided to remove BCC X makefile now. If anyone will be interested,
2439         I will put it again
2441 20040620 - 0.96.2
2442 * new functionality:
2443   * when you give device address with bluetooth connections and bluez,
2444     Gammu checks for supported by device services and connects to correct.
2445     Tested with 6310i 5.52. Unfortunately, source/connection isn't very stable
2446     now. Work in progress
2448 * fixes and improvements:
2449   * ID for 6230 now really included
2450   * much better linking mysql libraries           (mlistus, Liviu Daia, others)
2451   * max. number of WAP/MMS settings in backup files is 30     (Eduardo, others)
2453 20040615 - 0.96.0
2454 * new functionality:
2455   * ID for 6230
2456   * ID & initial support for 3589i                                      (bgeer)
2457   * 3320: getting phonebook, datetime, calendar
2458   * new --playsavedringtones (sets dct4 to play many tones saved in phone -
2459     it includes ringtones and some phones sounds)
2460   * --getringtoneslist get much more from dct4 than only names of ringtones
2461   * with MS Platform SDK (available for free                      (Intra Darma)
2462     http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm)
2463     and MS Visual Studio compiler available commercialy (or for free
2464     http://msdn.microsoft.com/visualc/vctoolkit2003/) it's possible to
2465     get much better support for Bluetooth with MS Bluetooth stack planned
2466     for Windows XP SP2:
2467     * when you give phone address in "Port", Gammu checks all possible
2468       phone services and connects to some of them according to their name
2469       (earlier it was based on RF channel number)
2470     * when you don't give phone address, Gammu searches for first device
2471       with adequate service and connects to it. it means, that you need
2472       to give only connection type and nothing more. Please note, that
2473       searching for all devices will need more time than connecting to
2474       specified one
2475     Similiar functionality is planned for BlueZ stack (for now RF channel for 
2476     PHONET and Nokia is by default 15, which is good and not; in the future
2477     it will be detected)
2478   * win32 builds are created by default with bt support
2479   * new script for better handling phone filesystem             (Egor Kobylkin)
2481 * fixes and improvements:
2482   * win32: after receiving unknown frame over irda gammu doesn't hang.
2483   * some fixes required for C++ compilers                     (Markus Brueffer)
2484   * better output with -flatall from --getfilesystem            (Egor Kobylkin)
2486 INFO: Many planned things still stay in queue. But you know: exams (I'm still
2487       student) and no too much free time (some time need to be spent on more
2488       profitable things than Gammu). When exams will end soon, I will have
2489       a lot free time :-) Will start from Symbian (Thomas Lussnig files)
2490       and BlueTooth (BlueZ)
2492 20040502 - 0.95.0
2493 * new functionality:
2494   * enabling new menu features for 6220
2495   * NGAGE ID
2496   * smsd daemon has support for saving received SMS to MySQL database
2497     and SENDING SMS saved in MySQL database (this feature supports all Gammu
2498     formats like logos, ringtones and other). New --sendsmsdsms
2499   * DCT4:
2500     * full support for phonebook features: user ID & sms list ID (both 
2501       reading and saving to phone)
2502     * it's possible to get/set readonly WAP/MMS settings from/to phone
2503     * full support for NRT format
2504   * more speeds supported in Linux by serial driver              (Michal Cihar)
2505   * started work on TDMA phones (3320)
2507 * fixes and improvements:
2508   * writing device in Linux didn't repeat sometimes writing      (Michal Cihar)
2509   * DCT4:                                                      (Dmitry Vukolov)
2510     * some things were commented in source, but still required
2511     * no problems with --backup and user ringtones
2512   * n6110: when you make call and have diverts, phone informs  (Mel van Rooyen)
2513     about it. Current module doesn't handle it as unknown
2515 NOTES: well, good developing need some funds for research. Because of it I have
2516        to work on other projects too and have less time for Gammu. Happily some
2517        of them need somehow Gammu and this development will be continued. In
2518        this moment I will concentrate especially on some TDMA phones (like
2519        3320) and more win9x support. 
2521        What will be next ? I quess, that it will depend mainly on people, who 
2522        donate project. This is not excellent solution, but after quarrels with 
2523        people, who had rights/though, that have rights to some things in source
2524        only possible.
2526        Generally it's not bad, but it's not very good too. If you like Gammu 
2527        and want to help in development, please contact - project needs help
2528        a lot (testing, coding, donating, sponsoring, hosting, etc.). I quess, 
2529        that Michal Cihar will return soon, but even with his effort without 
2530        other help it will be difficult to make many required things. There are 
2531        lacks with SonyEricsson, Siemens and other...
2533 TODO: update MSVC6 and borland makefiles
2535 20040304 - 0.94.0
2536 * new functionality:
2537   * * Italian translation                                   (Andrea Spadaccini)
2538     * some Slackware packaging support (for checking)
2539       with make tgz
2540   * backup/restore in Delphi has full functionality. See
2541     www.matrixflasher.com/rev/revdown.htm for compiled versions
2542   * DCT4:
2543     * some support for SMS lists in phonebook
2544     * support for AMR and 3GP formats
2545   * * more supported formats for Siemens netmonitor                     (Walek)
2546     * activator for netmonitor for Siemens using solutions from Ivan
2547       Gorinov
2548   * --getalltodo and --getallcalendar can be interrupted by      (Michal Cihar)
2549     Ctrl+C 
2551 * fixes and improvements:
2552   * DCT4:
2553     * fixed available features for 6220
2554     * deleting ToDo method 2
2555     * fixed problem with uploading Java stuff with http:// in URL
2556     * fixed getting/uploading very big (>64kB) files in filesystem
2557   * fix for getting SMS for 6110 (SMS memory)                (Bakhtiar A Hamid)
2558   * * FIX for Alcatel 715                                        (Michal Cihar)
2559     * updated Czech translation
2560     * optimalised and improved readibility of many while (1) loops
2561     * fix GetMsg, to handle correcly messages, that start with same text
2562     * fix GetSMS not to use global variable i which is also used in 
2563       displaymultismsinfo
2564     * ATGEN:
2565       * handle correctly error when sending message
2566       * return correct error from ATGEN_GetMemoryInfo
2568 NOTE: this time was very hard. Mainly many personal problems and others.
2569       I think, majority of them will not repeat, because their sources
2570       are removed.
2572 ToDo: 1.ending support for all features in new Series 40 models
2573       2.receiving files over OBEX
2574       3.more backup/restore and other functions with GUI for win32
2575       4.checking for available Bluetooth services and selecting adequate
2576         RF channels
2577       5.SonyEricsson issues
2578       6.looking into packaging - there should be again checked, if files
2579         for deb or tgz must be in root dir in source tarball (there are
2580         too many files there now)
2582 20040203 - 0.93.0
2583 * new functionality:
2584   * MSVC 2002 projects updated to MSVC 2003
2585   * getting new entry in Nokia phonebook for DCT4              (Gareth Rylance)
2586     (assigning tones in caller groups from gallery)
2588 * fixes and improvements:
2589   * when use serial port higher than com9: in win32, Gammu works OK
2590   * rewritten detecting DKU5 in win32
2592 20040120 - 0.92.9
2593 * new functionality:
2594   * * Debian:                                                    (Michal Cihar)
2595       * added devel docs into devel package
2596     * Alcatel:
2597       * automatic detection, when model not specified in config    
2598       * adding categories
2599   * backup file contains full info about creator
2600   * first version of backup/restore application for win32
2601   * ID for 7600                                                   (Intra Darma)
2602   * ID for 3108                                                         (Peter)
2603   * MAKEFILE FOR BORLAND C++ X
2605 * fixes and improvements:
2606   * * Debian:                                                    (Michal Cihar)
2607       * libGammu.a moved to devel package, where it should belong.
2608       * Fixed warnings about substvars during package build.
2609       * libgammu* packages renamed to libgammu0* (as gammu now uses soname).
2610       * utf-8 changelog according to policy.
2611     * fixed bug with restoring addresses from backup
2612     * devices are always unlocked, when opening failed
2613     * ATGEN:
2614       * fixed finding of empty location for atgen, could
2615         lead to overwriting  existing entry
2616       * improved unicode byte order detection in case that
2617         string is not using just lower bytes
2618       * corrected decoding phonebook numbers for Sagem
2619       * fix for phones that do not start locations from 1 such as sagem
2620   * * when you will upload file to DCT4, all "/" and ":"       (Bostjan Muller)
2621       in filename are replaced CORRECTLY with "_"
2622     * longer SMS folder name for DCT4
2623   * much better debug info for OS and compiler
2625 NOTE: Many exams (happily passed), a lot of work and no time for anything.
2627       Also many speeches with various people about sponsoring Gammu work
2628       (happily probably it will end with success - backup/restore for win32
2629       will be probably first sponsored Gammu app).
2631       Please test this version. It should fix probably all found problems.
2633 20040103 - 0.92.0
2634 * new functionality:
2635   * support for TPMR in SMS is complete
2636   * support for some Alcatel TDD formats over SMS:
2637     * send/savesms PICTURE -alcatelbmmi for BMMI pictures
2638     * NEW send/savesms ANIMATION frames file1 file2... for BMMI animations
2639     * NEW send/savesms SMSTEMPLATE for SMS templates (only part of features
2640       supported now)
2641   * 6385 ID                                                      (David Uzzell)
2642   * * AT:                                                        (Michal Cihar)
2643       * decoding CME errors and enabling them on initialisation
2644     * added __attribute__((format(printf,...))) to functions that accepts
2645       printf-like params to fire warnings when it is wrong
2646     * new option for sending saved sms
2648 * fixes and improvements:
2649   * when you will upload file to DCT4, all "/" and ":"         (Bostjan Muller)
2650     in filename are replaced with "_"
2651   * fixed bug made with 0.91 with setting SMS memories in AT module
2652   * fixed bug with SMS folders in DCT4 (few last releases)
2653   * fixed incorrect behaviour during ringtones restore                  (Walek)
2654     with some DCT4
2655   * fix for fbuspl2302 in Linux for USB cables                    (Gary Reuter)
2656   * better debug info for Borland C++, MSVC, Windows version
2657   * * fix compile time warning                                   (Michal Cihar)
2658     * set no validity before decoding SMS, otherwise
2659       it is often undefined
2660     * do not print extra \n to log, when length is multiply of 16
2661     * fix GetNext* for Alcatel, when first location returned
2662       by phone isn't the lowest
2663     * a bit cleaned up building system
2664     * GetGammuVersion has smaller buffer
2665     * drop PreferUnicode, phone modules that have choice whether to save 
2666       in unicode or not (currently only AT) should decide this automatically
2667     * better handling of use_global (it is now not needed to be copied)
2668     * smfprintf and DumpMessage now requires debug level,
2669       as it uses it (used only global till now)
2670     * fixed some format strings and parameters found thanks to new warnings
2671     * memcpy(str1, str2, sizeof(structure)) replaced with str1 = str2,
2672       is is much easier to understand
2673     * free things that are not needed anymore
2674     * UnicodeLength returns 0 when string is NULL
2675     * SMS:
2676       * in EMS decoding checking if we will fit in SMSInfo (caused segfault)
2677       * GSM_DecodeMultiPartSMS doesn't expect anything inside structure to be
2678         allocated, it will allocate it dynamically
2679       * in GSM_ClearMultiPartSMSInfo items are sorted same way as
2680         in structure, just to easy checking , that nothing is missing
2681       * GSM_ClearMultiPartSMSInfo is called from GSM_DecodeMultiPartSMS
2682         to have defined initial state
2683       * removed useless if (SortedSMS[i] != NULL) from GetEachSMS
2684       * new GSM_FreeMultiPartSMSInfo to free anything allocated inside
2685         MultiPartSMSInfo
2686       * renamed GSM_EncodeMultiPartSMSInfo to GSM_MultiPartSMSInfo and
2687         EncodeMultiPartSMSEntry to MultiPartSMSEntry as both are for
2688         decoding/encoding
2689     * AT:
2690       * recognizing errors when writing memory entry
2691       * huge speedup of ATGEN_GetNextMemory by dynamically
2692         increasing number of read entries, this skips much faster
2693         gaps between entries
2694       * first call of ATGEN_GetSMSStatus doesn't fail
2695         when no phone sms memory
2696       * ATGEN_GetMemoryInfo have parameter that identifies what kind of info
2697         is needed, this speeds up things in many cases (like finding
2698         next empty location)
2699       * ATGEN_ReplyGetSecurityStatus - first check for PIN2/PUK2 and then for
2700         normal PIN/PUK, otherwise PIN2/PUK2 are never found 
2701       * ATGEN_PrivSetMemory:
2702         * REQUEST_SIZE is large enough to fit any possible text
2703         * detects whether saving in unicode is possible and needed and saves
2704           entry according to this
2706 NOTE: many things happened in 2003 year.
2708       Many good (much more things and phones supported, I have started using
2709       colour phone, writing class version of Gammu and other. Many people
2710       helped very differently me in this - I will only remind Ondrej Rybin,
2711       Tom Nelson, Michal Cihar, Walek and many, many other. It was
2712       unbelievable, but happened)
2714       ...and...
2716       many wrong (each man has other meaning for "Free Software world";
2717       I don't know, which one is correct, which was first and "correct",
2718       but the truth is, that there are no ideas there. There is only
2719       one rule: if you give/make thousands of good things and give your
2720       source/work, it's OK. When you see, that this work is used everywhere
2721       and want also use original work for finding some money for extending it,
2722       immediately you will start to see many people, who will have thousands
2723       things to say about licenses/patents/copyrights. The magic and
2724       forbidden word for them is money. These people will speak, speak and
2725       speak. Nothing more (they won't give real help in coding or something).
2727       Conclusion: when you will laught from various licensing issues in
2728       "Closed Software World", I will say, that "Free Software world"
2729       is worse. This is like nest of vipers (sometimes). And shame, that
2730       because of it many initiatives made from hearth end or have delays.
2731       Be carefull.
2733       Second wrong thing in this year was suspending support for Nokias and
2734       writing some other things for some time - no access to these devices)
2736       What will happen in 2004 year ?
2738       I quess many good things only :-).
2740       Gammu in current form will be somehow extended. This is first good info.
2742       You will see Gammu written using C++. This is good, because many possible
2743       source problems will go away. Nobody will be able to say something about
2744       it. I don't have illusions, that everyone will use Gammu+ according to
2745       license inside, but even when some of commercional users will still want
2746       to use it and will pay for it, it will be very helpfull and should really
2747       help in accelerating progress of this software.
2749       I hope, that current Gammu users understand, that current GPL license
2750       rather prevents in making some things than help. I hope, they will
2751       still help somehow in my work and efforts of making good GSM software.
2752       I hope, that people, who helped somehow Gammu in past, won't think,
2753       that I started to think about earning money only.
2755 20031223 - 0.91.0
2756 * new functionality:
2757   * new connection fbuspl2302 in Linux for USB cables             (Gary Reuter)
2758     (clones of DKU5) based on pl2303 chip. The main difference is,
2759     that it needs small waiting after each write. It's probably
2760     issue of Linux kernel driver
2762 * fixes and improvements:
2763   * startppp script handles correctly various APN
2764   * * Alcatel:                                                   (Michal Cihar)
2765       * fixed reading of item just after modifying it
2766         (could lead to ERR_BUG)
2767     * AT:
2768       * improved error situation detection, when sending/writing SMS
2769       * checking for available SMS memories before actually using them
2770       * do not segfault when AT+CMGW replies something unexpected
2771     * compilation of bluetooth
2772     * GSM_ReadConfig doesn't set pointers in config to local variables
2773     * mystrncasecmp/mywstrncasecmp now correctly handle NULL
2774       pointers and situation when second string is shorter
2775   * Bostjan Muller and 3200 RH-30 3.08: uploading apps with URL
2776     starting from http failed. Now http changed to wttp before sending files
2777     to phone
2779 NOTE: I decided, that Gammu at least for now will be GPL.
2781       There is officialy started also Gammu+ with own license. First version
2782       of Gammu+ should be available after Christmas.
2784 20031214 - 0.90.9
2785 * new functionality:
2786   * config matrix added for 3100, 3200 (3200 both European
2787     and American), 6220
2788   * * support for picture ID in pbk in 7250/7250i               (Egor Kobylkin)
2789     * new --getfilefolder can get all files from
2790       specified file folders (and single files like --getfiles).
2791       It can be slower than --getfiles, because need to search all
2792       filesystem sometimes
2793   * new --networkinfo                                            (Michal Cihar)
2795 * fixes and improvements:
2796   * removed few small bugs in some places
2797   * reformatted source in many places
2798   * it's possible to play ringtones again with --geteachsms
2799   * fix some file ID in DCT4 filesystem                         (Egor Kobylkin)
2800   * AT:                                                          (Michal Cihar)
2801     * improves error situation detection, when sending/writing SMS
2802     * check for available SMS memories before actually using them
2803     * do not segfault when AT+CMGW replies something unexpected
2805 NOTE: many things are rewritten to meet some license doubts.
2807       This version is rather good tested and shouldn't rather make any
2808       problems, however it's always possible, that during rewriting something
2809       was done wrong and I didn't notified it. Please report such buggy things.
2811       If all license things will be explained, please expect 0.91 with LGPL
2812       for Christmas. It will have few other nice things too ;-)
2814 20031207 - 0.90.7
2815 * new functionality:
2816   * reading security code from all DCT4
2817   * --geteachsms can link EMS sequences. Currently there is majority      (...)
2818     of possible things recognized - linked text, fixed bitmaps,
2819     variable bitmaps, animations, default ringtones/animations ID, etc. etc.
2820     Improved API is ready now for it everything. In the future I will
2821     probably add some default bitmaps/ringtones.
2822   * added ID for various 1100,3100,3200 variants
2823   * added ID for 2100,3610                                             (Rakesh)
2824   * AT devices:
2825     * keys pressing
2826     * using AT support is more safe because incoming call info is
2827       handled only, when enabled
2828     * rewriten AT protocol module. Now should handle correctly all incoming
2829       frames from phones.
2830     * cleaned and rechecked possible answers in AT module. If something
2831       was done wrong, please let me know
2832     * it's possible to enable sending info about incoming sms to PC.
2833       With T310 it's possible to receive info about SMS Deliver, Reports
2834       are not supported. T310 sometimes goes crazy and mixes frame for
2835       incoming SMS and we need some tricks. Nokia returns OK for enabling
2836       commands, but doesn't work - I made, that all Nokia are not supported
2837       here now.
2838     * it's possible to enable incoming CB. Not decoded yet
2839     * * AT+CPIN used instead for AT+CPIN2 for some models        (Michal Cihar)
2840         for PIN2
2841       * do not attempt to parse CME error when no happen
2842         (in ATGEN_GenericReply)
2843       * more info for network logging status
2844   * * can get FD memory with command line options                (Michal Cihar)
2845     * GSM_PhonebookFindDefaultNameNumberGroup also tries to find
2846       suitable name if PBK_Text_Name doesn't exist
2847     * gammu prints security status when some operation fails with
2848       GE_SECURITYERROR
2850 * fixes and improvements:
2851   * removed problems with automatically linking sms (--geteachsms) with
2852     some EMS sequences
2853   * removed error visible in AT mode during saving SMS
2854   * fixed makefile for MSVC6 and DLL                             (Michael T.S.)
2855   * AT devices:                                                  (Michal Cihar)
2856     * rewritten support for AT+CREG much more compatible with
2857       various phones
2859 NOTE: written clear in copying files, that 3 party extensions are released
2860       under own licenses. Changed some parts of source according to
2861       requests from Pavel Janik connected with new license. For details
2862       see Gammu mailing list.
2864 NOTE: CFG reader doesn't work 100% correctly for Unicode now. Please use
2865       this version with care
2867 20031125 - 0.90.0
2868 * new functionality:
2869   * * added lots of API documentation                            (Michal Cihar)
2870     * support for GetProductCode in Alcatel
2871   * * support for AT^MI for Siemens                                     (Walek)
2872     * --siemensnetmonitor renamed to --Siemenssatnetmon and extended 
2873       with decoding in Mensure result info in 128, 256, 512 and 1024 format
2874       ranges
2875   * ADDED PART OF BLACKSPHERE PROJECT (THE MAIN FOR TASK IS UNDERSTANDING (W.J)
2876     DCT3 PHONES FIRMWARE AND PREPARING OPEN SOURCE REPLACEMENT FOR IT).
2877     CURRENTLY YOU NEED FILE WITH DEBUG TRACES (LIKE nhm5_587.txt).
2878     gammu --nokiadebug nhm5_587.txt v20-25,v18-19 will enable displaying
2879     traces for types 20-25 and 18-19 (you can give more ranges of course).
2880     When use types 18-19, out.xml file is additionaly created. It can be parsed
2881     later with OpenGPA.
2882     For more about these things see http://zope.achterklap.nl:8080/nokia/
2883   * new parameter "gammucoding" in gammurc. In Linux value (SMS WebMaster, ...)
2884     "utf8" will force using UTF8 console support, in win32
2885     can give codepage ("852", "1250", etc.) and specified
2886     codepage will be used. Without it default values will
2887     be used (default console coding). I haven't tested utf8 yet
2888   * structure with sms folders contains info, whether folder is on SIM or
2889     not and whether it's Inbox or not
2890   * SMS structure contains info about memory, where SMS is saved
2891   * 2 new GSM networks                                           (Timo Metsala)
2893 * fixes and improvements:
2894   * * use soname in library                                      (Michal Cihar)
2895     * makefile modified, so it now links only when needed
2896     * makecleantree, makerpm and makedeb renamed to cleantree, rpm and deb
2897     * configure uses cat <<EOT instead of several echos
2898     * fixed version parsing in configure and debian/rules
2899     * fixed pkgconfig files (contained bad path to includes)
2900     * rename PBK_Name to PBK_Text_Name (all other text entries have such name)
2901     * GSM_SecurityCode.Code has now len GSM_SECURITY_CODE_LEN and not
2902       some hardcoded number
2903     * Alcatel:
2904       * fixed reading of alarms without date
2905       * call ATGEN_Terminate from ALCATEL_Terminate
2906       * alcabus now works okay over IrDA, the phone didn't like
2907         fragmented packets
2908     * AT models are separated to slow (M20) and fast (other). Fast work
2909       fast now.
2910     * fixed displaying of PictureID in gammu
2911   * rpm changes:                                     (Michal Cihar, Soos Peter)
2912     * should work on both Redhat and SUSE with correct Group,
2913       path names etc.
2914     * build requires bluez (can be disabled)
2915     * added ldconfig to post/postun
2916     * use a bit more rpm macros
2917     * spec file moved to root of sources, this allows direct build of rpm
2918       from tarball: `rpmbuild -ta tarball' 
2919   * fix for n7110.c and 0xf8 sms folder during saving sms
2920   * fix for incorrect folder name for --addnokiafile
2921   * fix in decoding BASE64 and SE T68i calendar encoding                (Walek)
2922   * removed stupid bug, which didn't allow to restore VCF and VCS files
2924 NOTE: Changed license of project. Before saying something see copying file for
2925       info, why and how it's done.
2927       I'm searching hard for any Siemens x35 or x45 (x means any) now and
2928       maybe Nokia 3200 (6220 will be probably very expensive).
2930       Maybe somebody will be interesting in giving (for some time ?) any cheap
2931       DCT4 phone (maybe 6310i, maybe 3510i) to author of BlackSphere project.
2932       He is a student, lives in The Netherlands and could start reversing DCT4
2933       phones with it
2935       Please expect big progress in AT commands in 0.91 version
2937 20031109 - 0.89.0.0
2938 * new functionality:
2939   * encoder for VCARDS can save info about default number
2940   * --save/sendsms VCARD10|VCARD21 by default uses "normal" VCARD (Michael Kim)
2941     formats (text of vcard is included into sms without any headers).
2942     It's used in SE phones. When add new switch -nokia, there is used
2943     Nokia format (Nokia UDH). In earlier versions there was used Nokia
2944     format by default
2945   * QUEUESMS version 1.3                                          (Peter Nixon)
2946   * added czech translation                                      (Michal Cihar)
2947   * new network 425 02                                       (Gilad Ben-Yossef)
2949 * fixes and improvements:
2950   * improved handling birthday calendar notes with 0 birthday year in some
2951     DCT4 models
2952   * some options were not included into help system
2953   * * fixed passing LDFLAGS and LDFLAGS under some conditions    (Michal Cihar)
2954       in Makefile.cfg
2955     * updated info about supported Alcatel models
2956     * in gammu.c:
2957       * printmsg("\n") replaced with printf("\n"). There is no need
2958         to translate \n anyway
2959       * no need to translate xml so s/printmsg/printf/
2960       * unified message for increasing some constant to "   Increase %s\n"
2961       * open debug file just once, even when there are more config sections
2962       * much simplified content of while (Parameters[z].Function != NULL)
2963         loop
2964       * a bit more helpful error messages for options
2965   * internals of win32 dll thread rewritten (faster, better, can handle
2966     more error situations, can have null callbacks, etc.)
2967   * closing sockets made using closesocket in win32
2968   * improved timezones support for sms                             (Vita Samel)
2969   * versions in win32 are again with ",", not with "."
2970   * improved handling calendar locations for some concrete    (Darko Obradovic)
2971     phones 
2973 20031102 - 0.88.0.0
2974 * new functionality:
2975   * * added error for invalid date/time + functions to check it  (Michal Cihar)
2976     * added some commandline options for calendar/todo work
2977     * new function mystrstr for case insensitive unicode substring
2978       searching
2979     * implemented simple (but not effective) ATGEN_GetNextMemory
2980     * in gammu/gammu.c:
2981       * new --getallmemory
2982       * new --listtodocategory
2983       * added -sent to sms (this was default, but it should be there)
2984       * new --getfilesystemstatus
2985       * --searchphone searches for at devices on IrDA on linux
2986       * complete rewrite of help system - now help always mathes what program 
2987         really handles, help splitted to smaller pages, help is wrapped to
2988         real terminal size, gammu --help doesn't overwrite logfile
2989       * can specify user config from gammurc
2990   * quick hack for making RPMs alive
2992 * fixes and improvements:
2993   * * changed order of monitor mode to speed up things for       (Michal Cihar)
2994       Alcatel
2995     * missing \n in AddNew
2996     * fixed compilation of gammu under some conditions:
2997       name colision        #define _GNU_SOURCE         #include <stdio.h>
2998       defines dprintf functions and it colides with same function in gammu,
2999       renamed to dbgprintf
3000     * missing void in some functions definitions
3001     * fixed passing CFLAGS to configure script
3002     * default speed in serial port for unix same as on other places (19200)
3003     * in _OnePhoneModel use Feature type instead of int
3004     * fixed ALCATEL_GetNext functions for case when location was deleted
3005     * in gammu/gammu.c:
3006       * fixed --searchmemory and --listmemorycategory - comparsion didn't work,
3007         didn't show location of found entry
3008       * --listmemorycategory, --searchmemory and --getmemory now correctly
3009         terminate connection on SIGINT
3011 NOTE: because of many internal changes (in this and 0.87.4 release) please
3012       test all things very deeply and inform about problems.
3014 20031026 - 0.87.4.0
3015 * new functionality:
3016   * * Changes in internal API for phone modules:                 (Michal Cihar)
3017       * GSM_CalendarStatus
3018       * addes some API docs (only for touched functions)
3019     * Alcatel:                                                   
3020       * support for writing calendar
3021       * added some Alcatel phone ids
3022       * added support for some new functions supported by AT
3023       * support for texts in phone alarms and alarms at all
3024   * DCT4: GetNetworkInfo handles situation, when SIM is rejected
3026 * fixes and improvements:
3027   * * Changes in internal API for phone modules:                 (Michal Cihar)
3028       * they're sorted in groups
3029       * support for each type of entries can have generally such API:
3030         GetXXXXStatus, GetXXXX, GetNextXXXX, SetXXXX, AddXXXX, DeleteXXXX,
3031         DeleteAllXXXX
3032       * changed GSM_PhonebookEntry to GSM_MemoryEntry
3033       * removed Past parameter from Add/SetCalendar. Past checking is done
3034         in application logic
3035       * GetToDo without refresh parameter
3036     * Alcatel:
3037       * much improved error checking when creating/updating items
3038       * do not explicitely fail if speed is other than 19200
3039       * GetNextXXXX functions now return entries as ordered in phone and
3040         not as ordered by locations
3041     * backup files had "Location" name for location of calendar note and 
3042       location of meeting inside calendar note. FIXED
3043     * better flags in pkgconfig
3044   * SMS:
3045     * can save SMS to SIM Outbox with DCT4
3046     * with 6210 family, when use --savesms XXXX -read, --savesms XXXX -unread,
3047       --savesms XXXX -folder 2, --savesms XXXX -folder 2 -unsent, there is
3048       SIM SMS memory used
3049   * many memory allocation fixes for SE
3050   * REMOVED SERIOUS BUG CONNECTED WITH PBK RESTORE. IN SOME SITUATIONS SOME
3051     ENTRIES WERE NOT RESTORED (phone modules didn't report always GE_EMPTY
3052     for empty pbk entries)
3053   * FreeBSD fix                                                (Vic Sithasanan)
3055 20031019 - 0.87.0.0
3056 * new functionality:
3057   * simple decoder for UTF7 (used in SE files)
3058   * SE:
3059     * can backup/restore Calendar & ToDo with all (?) features: full support
3060       for all calendar notes types, priority, etc. etc.
3061       NOTE: phones don't give info about number in PhoneCall ToDo
3062     * OBEX module can get & set files
3063   * new backup file format 1.03 uses word descriptions for ToDo priority
3064   * IT WAS ALMOST IMPOSSIBLE TODO, BUT NOW GAMMU            (Michael Schroeder)
3065     CAN CALCULATE CHECKSUMS FOR FILES IN DCT4 SERIES 40 PHONES.
3066     IT'S KNOWN, IF FILE WAS OK UPLOADED TO/GOT FROM PHONE. MAIN THANKS
3067     FOR HELP GO TO MICHAEL AND SOME TO MICHAL CIHAR.
3068   * config.h in common in sources just wraps cfg/config.h        (Michal Cihar)
3069     (when installed headers cfg/config.h is placed into include/gammu)
3070   * started work on ICS files support (Mozilla Calendar)
3072 * fixes and improvements:
3073   * installation fix in MakeFile                               (Dmitry Vukolov)
3074   * * modifies Makefile.cfg(.in) to contain path specified       (Michal Cihar)
3075       sooner in this file and not these by configure
3076     * configure doesn't print ugly errors if cfg/autoconf/configure
3077       fails (eg. unknown parameter)
3078     * fixes compilation with disabled backup support
3079   * --geteachsms displays again text of not linked sms,       (Vitezslav Samel)
3080     Gammu links correctly sequences of linked sms saved from phone menu
3081     and displays date and time of their saving (DCT4 phones function)
3082   * SMSD doesn't hangup during displaying device in debug output  (many people)
3084 20031010 - 0.86.0.0
3085 * new functionality:
3086   * Alcatel:
3087     * added caching of category names (speeds up --getmemory)    (Michal Cihar)
3088     * added docs
3089   * text backup files are protected with MD5 checksum. When it doesn't
3090     match, Gammu during restore ask, if restore should be REALLY done.
3091   * searching phones in Linux looks also for cables          (Frank Zschockelt)
3092     connected to USB converters
3093   * SonyEricsson:
3094     * can create url files with WAP bookmarks and vnt files with notes
3095       (new options for --savefile), which can be later transfered to phone
3096     * CAN GET CALENDAR AND TODO. It's not possible to synchronize notes
3097       with T300/T310 (R1, R3) and T68i (up to R8) and other (phones limit)
3098   * my official info about GPRS Online in Nokia phones in readme.txt
3099   * source modified to have support for notes (they're in Nokia and
3100     SE): new --getnote and other    
3102 20031005 - 0.85.5.0
3103 * new functionality:
3104   * DCT4:
3105     * can upload 0 bytes long files
3106     * new frame for reset works with each connection type
3107   * detection for pthread libraries (if not available,    (Michal Cihar, Leigh)
3108     searching phones not available)
3109   * * new numerating versions                                    (Michal Cihar)
3110     * autoconf stuff not cleaned each time
3111     * Debian packaging update
3112       * now separate lib, devel and binary packages
3113       * reportbug will send bug reports to Michal
3114     * ATGEN_ReplyGetModel doesn't return "ERROR" as model when talking with
3115       device that doesn't support this (eg. normal modem)
3116     * updated Michal's email address
3117     * added support for generating API documentation with doxygen
3118       (make apidoc)
3119     * added documentation to part of gsmstate.h
3120     * GSM_Phone_Data.RequestID is GSM_Phone_RequestID as it should be
3121       and not unsigned int (needed little change in 6110 and 7110)
3122   * Linux Gentoo makefile                                        (Lim Swee Tat)
3124 * fixes and improvements:
3125   * Decoding BASE64 strings with some data cut last char. Fixed
3126   * * overflow problem in gsmstate.c with some data. Fixed       (Michal Cihar)
3127     * searching for irda support sometimes made problems with
3128       configure. Fixed
3129     * -lbluetooth added only once
3130   * fix with CurrentConfig after enabling CB                     (Lim Swee Tat)
3132 NOTES: Adding new functionality to Nokia Series 40 phone modules will be
3133        probably suspended for some time. I will make fixes and fill missed
3134        things, but generally can't add really new things because of hardware
3135        issues (no available phone with more functions). I added to readme.txt
3136        info about all missed things and info about things, which probably never
3137        will be implemented (they require SDK or more info from Nokia).
3139        I'm thinking about changing Gammu license and probably (if there won't
3140        be any other possibility) I will have to give LGPL for project sponsors,
3141        who will request it (for other there will be GNU GPL like now).
3143        If You have comments, please mail me or send email to mailing list.
3145 20031002 - 0,85,0,0
3146 * new functionality:
3147   * DCT4:
3148     * automatic tuning FM radio (new --nokiatuneradio)
3149     * 5100 NPM-6X ID                                               (Tom Nelson)
3150     * 9210i ID                                                   (Otto Waltari)
3151     * support for 3650 in FBUS mode:
3152       * enabling ALS
3153       * phone info
3154       * getting list of files/files from C: drive (phone memory),
3155         E: drive (MMC) and Z: drive (phone memory read-only)
3156   * Solaris 8 compilation support                              (Joeri Golsteyn)
3157   * VCARD/VCALENDAR can read more formats and variants
3158   * support for more UTF8 variants
3159   * workaround for Nokia firmware bug (various models) connected    (Didi Dada)
3160     with saving numbers from Call Register lists to existing pbk
3161     entries using Save option
3162   * full support for LDIF files (Mozilla/Netscape Address Book). Please note,
3163     that this format doesn't support for example few numbers of the same type
3164   * full support for rng files
3166 * fixes and improvements:
3167   * 6220 ID, OBEX SetPath command is used with better flag        (Intra Darma)
3168   * compilation fixes                                          (Joeri Golsteyn)
3169   * removed unnecessary source in support for filesystems
3170   * getting voice records again fixed. Added info how to reinstall      (Vadim)
3171     GSM 6.10 codec in WinXP (see readme.txt)
3173 NEWS: CVS available, Michal Cihar added md5 checksums and bzip2 files
3174       on his mirror (see readme.txt for links)
3176 20030917 - 0,84,0,0
3177 * new functionality:
3178   * DCT3 & DCT4:
3179     * new --nokiagetadc for getting ADC
3180     * new --nokiadisplaytest displays phone display test
3181     * new --nokiavibratest
3182   * DCT4:
3183     * support for 5100 NPM-6U
3184     * getting phone modes
3185     * new --nokiasetlights allows to control phone lights (includes support
3186       for 5100 torch)
3187     * new connection "fbusdku5" working in win32. It finds automatically
3188       serial port assigned to cable in DKU5 driver settings.
3189   * DCT3:
3190     * getting T9 with --nokiagett9
3191     * can enable/disable SMS charset menu for 3310/3315 6.07           (Mikesz)
3192   * new error code for handling situations, when some functions are not
3193     supported with some connection types
3194   * started work on Symbian based phones (Symbian 6.1 and other with mrouter
3195     interface/phones with 3650 FBUS)
3196   * new --displaysms with the same options like --sendsms.       (Ondrej Rybin)
3197     It makes sms from input data and displays them as they're packed for
3198     AT frames (or in any other format, if You will change DisplaySMSFrame)
3200 * fixes and improvements:
3201   * DCT4:
3202     * rewritten setting phone modes (soft reset should work OK now)
3203     * controling phone lights works OK over irda
3204     * getting voice records works again OK            (Vadim + Wojciech Opieka)
3205   * --nokiatests -> --nokiaselftests
3206   * no problems with n6110 and phone without PIN
3207   * changed code errors for opening device. New should be much more clear
3208   * compilation fixes for Borland compilers
3210 20030908 - 0,83,0,0
3211 * new functionality:
3212   * 6220, 8910i ID                                                (Intra Darma)
3213   * can read phone tests results from DCT4                        (GriffinTeam)
3214   * config matrix added for 3300/6800/7250/7250i
3215   * when use "make installlib", there is created directory with
3216     Gammu include files
3218 * fixes and improvements:
3219   * getting files in DCT4                                           (Christian)
3220   * getallsms and geteachsms output fixes                            (Jomin Yu)
3221   * FM stations from DCT4 are backup correctly, when there is       (Didi Dada)
3222     one empty entry inside
3223   * OBEX module (both irda and bluetooth):
3224     * compatible with Inbox in Series60 (3650)
3225     * doesn't display file attributes with --getfilesystem
3226     * uses original filename with --getfiles 
3227   * debug is much more usable for unknown/incorrect frames. They're displayed
3228     too, when GSM_ReadDevice is used only
3229   * removed some overflow possibility with dll
3230   * * GSM_PHONEBOOK_TEXT_LENGTH = 200                            (Michal Cihar)
3231     * EncodeDefault works differently
3232   * international SMSC/Phonebook number without "+" is changed     (Jonathan L)
3233     to number with "+" (AT mode, Sony Ericsson)
3235 20030815 - 0,82,0,0
3236 * new functionality:
3237   * getting/setting file date/time with DCT4 filesystem done also in Linux
3238   * searching for phones works in Linux too
3239   * full support for linked SMS with 16 bit            (Carl-Daniel Hailfinger)
3240     reference number (recognizing in read sms and adding after -16bit
3241     switch with --send/savesms), much better output with --geteachsms
3242   * Siemens S25 ID                                                   (sKewlBoy)
3243   * --searchphone by default display info about found devices only
3244   * export file for Delphi checks size of structures and compare it to
3245     structures from DLL
3246   * support for GPRS access points is now complete (getting/setting active
3247     point + restore)
3248   * updated win32 gateway (fixes and extensions)
3249   * started work on T9 backup/restore for DCT4 (see --nokiagett9)
3250   * Gammu can read CRC16 from files in DCT4 filesystem. I HAVEN'T FOUND
3251     METHOD OF CALCULATING IT YET. DOES ANYONE HAVE ANY IDEA ?
3252   * * Alcatel:                                                   (Michal Cihar)
3253       * completed charset conversion table
3254       * Alcatel_SetToDo/Alcatel_SetMemory now on write to nonexistent entry
3255         create new one and adjust Location accorting to newly created entry
3256     * Nokias SetMemory return GE_NOTSUPPORTED when Location=0
3257     * ToDos are read from backup including location
3258     * Restore in gammu.c now either deletes all todo and then creates new ones
3259       (as it worked till now) or (if supported saving to exact location)
3260       only deletes unused entries and saves new ones
3261     * AddNew in gammu.c first tries whether saving to Location=0, if yes, it
3262       will do the job using Location=0, otherwise it will use loop over
3263       locations to find empty one
3264   * added scripts for easy sending/receiving faxes
3265   * added ID for N3100|3300|3590|3595|6200. People with these phones required
3266     for checking, which features should be enabled, what disabled.
3267   * can reset security code in DCT4 using brutal force method
3268   * getting UEM from DCT4
3270 * fixes and improvements:
3271   * --geteachsms without overflow possibility          (Carl-Daniel Hailfinger)
3272   * removed segfault in some specific situations
3273   * few fixes for DCT4                                            (GriffinTeam)
3274   * Gammu with MSVC6 and Release configuration is compiled without
3275     compiler optimization (no more internal compiler errors)
3276   * ID for 7250i is now really completed                        (Limpar Andras)
3277   * different frame used for getting PPM in DCT4
3278   * * Alcatel:                                                   (Michal Cihar)
3279       * fixes reading of phonebook entries on 715
3280       * fixes reading of birthday entries on 715
3281       * fixed bug leading to segfault in Alcatel_SetToDo
3282       * fixed bad setting of priority in Alcatel_SetToDo
3283     * fixed small issue with size_t and printf on some 64-bit arches
3284       (at least AMD64)
3285     * increased GSM_PHONEBOOK_TEXT_LENGTH
3286     * NULL doesn't have to be 0
3287   * OBEX compilation issue on FreeBSD                          (Roar Pettersen)
3289 20030805 - 0,81,0,0
3290 * new functionality:
3291   * filesystem in DCT4:
3292     * full support for Hidden/System file attributes
3293     * by default, when set files using --addfile or --nokiaaddfile GALLERY,
3294       file saved in phone has got date/time like date/time of last modification
3295       of file in PC (for now works for win32)
3296     * by default, when use --getfiles, created files has modification time
3297       like time of last modification of file in phone (for now works in win32)
3298     * getting file type from phone                                        (...)
3299   * ID for "own numbers" for 6210/DCT4                    (Andrzej Szombierski)
3300   * can have few config sections in gammurc. Gammu will check connection
3301     after connection. It's usefull for example, when you connect to your PC
3302     using infrared USB dongle or cable. If infrared won't be found, Gammu will
3303     search automatically phone in device assigned with cable. Simple.
3304   * ID for 7250i                                                (Limpar Andras)
3305   * Siemens stuff moved to main VCALENDAR parser                        (Walek)
3307 * fixes and improvements:
3308   * removed new warnings for MSVC6
3309   * * removed segfault possibility in DayOfWeek           (Andrzej Szombierski)
3310     * filesystem in DCT4: after creating new folder and before saving there
3311       any file, folder was reported like file
3312   * --geteachsms can handle more sms                   (Carl-Daniel Hailfinger)
3313   * win32 files updated according to changes in last few releases
3315 20030726 - 0,80,0,0
3316 * new functionality:
3317   * SMS Queue program for gammu smsd                              (Peter Nixon)
3318   * OBEX module:
3319     * can upload files to phone with --addfile (folderID is path to folder,
3320       where file will be saved)
3321       Example: gammu --addfile "predefgallery\predeftones" ala.mid
3322     * can upload files to phone inbox with --addfile (folderID is empty string)
3323     * can upload files to Gallery and Tones with --nokiaaddfile
3324     * can get full info about filesystem (--getfilesystem)
3325     * can get files using --getfiles (fileID is full file name)
3326       Example: gammu --addfile "telecom\devinfo.txt"
3327     * can delete files using --deletefiles (fileID is full name of file)
3328     * can create folders using --addfolder (fileID is full name of parent
3329       folder)
3330   * SMS:
3331     * full support for text formating in EMS
3332     * new switch -unicode in --send/savesms EMS allows to use Unicode
3333     * new switch -maxsms in --send/savesms allows to block sending or saving,
3334       when number of sms is too high
3335     NOTE: EMS support includes probably ALL possible features available in
3336           phones for now (tested on SE phones like T300 and probably there are
3337           no phones with more options now)
3338     * long ringtones can be send in downloadable profiles (--send/savesms
3339       PROFILE) and as normal long ringtones (--send/savesms RINGTONE xxx -long)
3340       Earlier --send/savesms RINGTONE xxx -long used PROFILE style. Now with
3341       PROFILE it's additionaly possible to specify only some profile elements.
3342     * adding SMS folders (DCT4)
3343   * --getdatetime display phone locale settings (for now with DCT4)
3344   * new --getcalendarsettings for getting calendar settings (DCT4)
3345   * filesystem in DCT4:
3346     * can handle two attributes for each file and folder now:
3347       1. readonly (can't delete item from phone menu)
3348       2. protected (can't use item for example in MMS)
3349       * new switches in --addfile and --nokiaaddfile (allow to use
3350         attributes and protect file/Java application agains deleting/sending)
3351       * getting attributes with --getfilesystem
3352       * --deletefiles can delete readonly files
3353     * --getfilesystem displays both free and total memory. For 6310i there
3354       is horrible hack done, but now there is displayed correct free memory
3355       size for this model
3356   * calls:
3357     * call API can cancel/answer single calls (DCT3/DCT4) and gives info
3358       about it
3359     * can make dialvoice with/without number presentation (6110/DCT4)
3360     * full support for call diverts (getting/setting diverts with 6110/DCT4,
3361       setting with 6210, because it doesn't give info to PC)
3362       Totally rewritten, when compare to MyGnokii :-)
3363   * n6110.c:
3364     * "Calendar Busy" error
3365     * when set animated startup logo without SIM/PIN, there is
3366       security error returned
3367     * there is (almost :-)) everything done to have full language support
3368       for phones without Unicode. If You want to have support for Your
3369       national chars, just help in filling coding tables
3370   * getting memories with no PIN gives security error (6210)
3371   * backup files:
3372     * new subformat (old files are still read) with better
3373       section names for WAP settings and WAP bookmarks
3374     * can backup GPRS Access Points
3375   * getting/setting active set for WAP settings (DCT3)
3376   * --addnew can add pbk entries for Nokia too. PLEASE TEST IT VERY CAREFULLY
3377   * phone profiles:
3378     * can get, which is active (6110/DCT4)
3379     * getting ringtone ID (new DCT4)
3380   * EXPERIMENTAL:
3381     * first VERY VERY VERY primitive coder for MMS files
3382     * call API can hold/unhold/join_to_conference/split_from_conference/
3383       transfer single calls (for now 6110)
3384     * added option --searchphone for automatic searching for phone in known
3385       devices (serial ports, infrared in win32 now). PLEASE HELP IN FILLING
3386       CORRECT DEVICE NAMES FOR YOUR OS
3387     * full reading and saving vcf and vcs files
3388   * rewritten getting PPM for DCT4 to avoid buggy firmwares (like 5100 3.02)
3389     PLEASE CHECK WITH YOUR PHONE (--identify) AND REPORT
3391 * fixes and improvements:
3392   * readme.txt updated in many places
3393   * OBEX module:
3394     * uploading files to phone inbox check, if file type is supported
3395     * splitting files is done according to target device          (Intra Darma)
3396       possibilities
3397   * fixes with DCT4 and FM radio
3398   * SMS:
3399     * rewritten EMS coding (works better with some concrete data, easier
3400       and shorter source, etc.)
3401     * packing "normal" SMS uses EMS functions. If there will be somewhere bug,
3402       it will be faster visible
3403     * when use --send/savesms EMS -text "something", no more Unicode coding
3404       is used (by default)
3405     * rechecked various versions of IMelody headers and made some fixes
3406   * more unified names of some functions in phone modules API    (Michal Cihar)
3407   * getting caller group number (n6110)
3408   * deleting pbk entries (DCT4)
3409   * setting CB without PIN (n6210)
3410   * bug with saving ringtones/wap bookmarks to sms (in some situations there
3411     were 2 sms used, not 1)
3412   * can restore 20 chars long SMSC numbers (DCT4)                         (...)
3413   * removed warnings in MS VC 6
3414   * N6100 doesn't have Radio                                      (Shiv Sikand)
3416 NOTE: during about two weeks I tried to force company, where I bought
3417       my graphic card, to replace it (it was defected and still with warranty)
3418       For now I had to buy new card :-(((((( I didn't have access to almost
3419       ready 0,80 version (and didn't want to make some actions with moving
3420       HDD to another PC, etc., etc.) and I decided to work on next branch
3421       on friend's PC. Now You see joined results from all this work.
3423       Because of this some things are dropped to 0,81 (I don't want to make
3424       more delays). Also all reported during last month things will be made
3425       there (I didn't have access to emails and will process them now)
3427 20030628 - 0,79,0,0
3428 * new functionality:
3429   * full support for ToDo available in new Nokia (support for DueDate,
3430     alarm, marking as done, sending over sms, creating files with it, etc.)
3431   * support for VCALENDAR over SMS includes all Nokia features
3432   * --nokiaaddfile finds Gallery & Tones folder according to folder ID
3433     (currently for 3510, 3510i, 5100)
3434   * it's possible to save to backup file, which WAP/MMS settings set is used
3435     and later activate it during restore (currently DCT4)
3436   * version info of package is in format major_build,minor_build,release,build
3437   * actual version of project is put during "make distclean" for win32 projects
3438     automatically
3439   * changes connected with RPM building:            (Ivo Panacek, Michal Cihar)
3440     * info in readme.txt, that rpm package can be built and how
3441     * there are two principle rpm versions (3.x and 4.x) in use (SuSE, RedHat)
3442       and they differs in (among others) binary, which is used for building;
3443       so new check is done in configure (= configure.in) and proper binary
3444       is then put into variable in Makefile.cfg
3445     * newly build rpms are moved from building directory (tree) to parent
3446       of current directory (to be found more easily)
3447     * added removing of autoconf cache directory into "make clean"
3448   * VERY EXPERIMENTAL:
3449     * when use vcs extension during backup, there is created VCALENDAR file
3450       with Calendar and ToDo. It's first step for making exchanging data
3451       with various PIM managers
3452     * started work on OBEX ("irdaobex"/"blueobex" connection      (Intra Darma)
3453       with "obex" model). Tested with Nokia 5100, 6310i and SonyEricsson T300:
3454       * can upload files to phone default inbox with --addfile (folderID = 0)
3455       * can get file with phone features info with --getfiles (folderID = 0)
3456         Doesn't work with T300 (not supported by phone ?)
3457       * --getfilesystem will display folder and file list.
3458         Doesn't work with 6310i (yet) and T300 (not supported by phone ?)
3460 * fixes and improvements:
3461   * FM stations support improved:
3462     * operates on double type
3463     * frequency displayed for user are with one digit after comma
3464     * removed some hangups
3465   * can save and send empty SMS
3466   * MSVC7 project for DLL recreated. Few fixes
3467   * --savefile used always first location. Fixed
3468   * removed all unnecessary definitions from Bluetooth and Irda dirs
3469   * updated developers docs (Bluetooth format)
3470   * * Gammu don't segfault when only debuglevel specified        (Michal Cihar)
3471       and no parameters
3472     * compile time warnings in atgen about comparison between signed and
3473       unsigned removed
3474     * -autolen in send/savesms fixed
3475   * better allocating memory in MBUS2 driver                     (John Fremlin)
3476   * docs synchronized with source
3478 NOTE: currently development will be connected with such things:
3479       1. OBEX & SyncML (after getting some hardware ?)
3480       2. full compatibility with various PIM managers
3481       3. Symbian support (after getting some hardware ?)
3482       4. DKU-5 support (after getting some hardware ?)
3483       5. other ;-)
3485 20030616 - 0.78
3486 * new functionality:
3487   * support for calendar is changed for new phones. Currently:
3488     * supports phones with 5 types of notes (like N5100)
3489     * tries to find automatically ID for calendar notes for DCT4
3490     * replace not existing types of notes with existing
3491     * support for Location in meetings
3492     NOTE: No problems with exchanging notes among N3310, N3510, N6110,
3493           N6210, N6310, N5100, N5210 and compatible (there is support for
3494           about 7 families now). if Nokia will use longer current formats,
3495           automatic calendar support in the future can be problematic
3496   * new connections:
3497     * AT commands over Bluetooth with MicroSoft stack ("blueat" connection)
3498     * AT commands over socket infrared (new "irdaat" connection working
3499       in Windows for now)
3500   * added searching in phonebook memories for specified words    (Michal Cihar)
3501     or sentences
3502   * support for enabling 2 new features in DCT4:
3503     * disabling selected WAP profile name instead of Home in Services menu
3504     * confirming SAT actions
3505   * getting active MMS/WAP set number for DCT4
3507 * fixes and improvements:
3508   * WAP settings work with DCT4 without MMS
3509   * MMS set support is available also for 3510
3510   * filesystem in DCT4:
3511     * improved support for some JAD files
3512     * parsing JAD files allows to avoid some errors before uploading applets
3513       to phone
3514     * fix for getting bigger files over irda
3515   * in win32 console texts are written using console locale, all other using
3516     windows locale
3517   * can restore phonebook on DCT4 without voice tags (like N5100)
3518   * entries in backup files are numbered from 1
3520 NOTE: created archive of mailing list:
3521       http://news.gmane.org/thread.php?group=gmane.linux.drivers.gammu
3523 20030608 - 0.77
3524 * new functionality:
3525   * * new UnicodeLength instead of strlen(DecodeUnicodeString))  (Michal Cihar)
3526     * new function GSM_PhonebookGetEntryName to get Entry name. Returns
3527       either Name (if set) or "LastName, FirstName" (or just part that is set)
3528     * GetToDoStatus implemented for both Alcatel and 6510
3529     * added --deletetodo (works with Alcatel only)
3530     * in ToDo reading show Category name and Contact name
3531     * automatically searching for RPM directory                 (David Peterac)
3532   * scripts, which really allow to connect to Internet over AT phone
3533     (using GPRS or HSCSD or "normal" 9600 data). You don't have to know
3534     AT commands, just call script with operator settings
3535   * setting Picture Images in DCT4 using --setbitmap PICTURE
3536     (NOTE: for now or at all it's not possible to replace default
3537            templates)
3538   * getting GPRS access points (new --getgprspoint)
3539   * new --savefile can extract VCARD and VCALENDAR from backup   (Bharat Varma)
3540     files. Later such files can be send to phone.
3541     Example: gammu --savefile VCARD21 backupfile d:\ala.vcf ME 1
3542              irftp d:\ala.vcf
3543     (irftp is part of Windows XP) will create VCARD file and send it to phone
3544   * full support for wbmp files (reading, creating, correctly adding
3545     to DCT4 filesystem)
3546   * support for GPRS and DATA bearer over SMS is now complete
3547     (it includes MMS settings over SMS)
3549     NOTE: NOKIA PHONES SEEMS TO IGNORE GPRS ONLINE SETTING. YOU HAVE TO
3550           SET IT MANUALLY
3552   * during uploading midlets Gammu displays info about uploaded midlet
3553   * Gammu GUI 0.0.34                                            (Luca Cassioli)
3554   * support for enabling/disabling LED, enabling/disabling light
3555     and enabling/disabling vibra supported by Imelody and EMS. Just use
3556     zD/zd/zL/zl/zV/zv commands in RTTL file.
3558 * fixes and improvements:
3559   * many functions in service/* now gets pointer to structure    (Michal Cihar)
3560     instead whole structure (this should reduce memory usage)
3561   * by default new DCT4 use new calendar frames again
3562   * smaller buffer during adding files to DCT4                   (Jorge Bardok)
3563   * improved getting values from JAD files                       (Lim Swee Tat)
3565 20030525 - 0.76
3566 * new functionality:
3567   * auto model for Nokia doesn't report unknown frames
3568   * sms backup files have info about Gammu
3569   * full support for SMS with MMS indicator
3570   * file system in DCT4:
3571     * new formats for --getfilesystem (one flat, one flat with file size and
3572       file date and one tree)
3573     * adding file to DCT4 can be done in parts
3574     * full support for JPG, PNG, BMP, GIF, MIDI, JAD files ID   (Ray Molenkamp)
3575     * added setting colour wallpaper for DCT4                   (Ray Molenkamp)
3576     * during adding something to phone Gammu checks, if file/folder
3577       with specified name already exist. If yes, there is error returned
3578   * added getting and setting activated bearer for WAP settings
3579   * ID for N6800                                                   (Tom Nelson)
3580   * full support for MMS settings in DCT4
3582 * fixes and improvements:
3583   * file system in DCT4 & different folder             (Lim Swee Tat and other)
3584     names for new models
3585   * sms backup files are NOT saved in Unicode                    (Bharat Varma)
3586   * improved infrared error codes
3587   * improved allocation memory in AT protocol module             (Michal Cihar)
3589 20030518 - 0.75
3590 * new functionality:
3591   * setting files in DCT4 (adding to Gallery, Tones, MMS folders
3592     and other), adding folders, deleting files
3594     Note1: if You saved incorrectly file and phone reboots after enabling,
3595            use --getfilesystem to get file ID and use --deletefile BEFORE
3596            entering PIN to delete this file
3597     Note2: support for file formats depends on phone firmware. For example
3598            3510 supports GIF in 16 colors and 96x65 size. Some other can
3599            be not shown in this phone in menu, although stay in memory
3600            (use --getfilesystem to find such files & --deletefiles to delete).
3601            New phones happily generally show incorrect files in menus and allow
3602            to delete them from phone menu.
3603     Note3: tested on 3510, 3510i and 6310i. With other will need sniffs
3604            (because of different bytes in header or folder names) for making
3605            support
3607   * setting colour operator logo and colour startup logo
3608   * Gammu GUI 0.0.30                                            (Luca Cassioli)
3610 * fixes and improvements:
3611   * * workaround for 6610 and calendar                             (Tom Nelson)
3612     * improved FM stations support for DCT4
3613   * irda compilation fix                                       (Roar Pettersen)
3614   * * write support for Alcatel (currently phonebook)            (Michal Cihar)
3615     * added Email2 phonebook field
3616     * added getting of category name to --getmemory  
3617   * 6210/7110 identify in some situations improved               (Bharat Varma)
3619 NOTE: for 5100, 6100, 6610, 7210, 7250 I need testing FM & ToDo (and probably
3620       sniffs). Please additionaly check calendar support and report all other
3621       incompatibilities. Without reports I CAN'T DO ANYTHING.
3623 20030511 - 0.74
3624 * new functionality:
3625   * getting files from filesystem in DCT4 phones (--getfiles)
3626   * added 3650, 7250 ID
3627   * FULL support for Bluetooth
3628     * in WinXP using Microsoft stack    : FBUS (DCT4)
3629       (NOTE  : MSVC must be used for compiling)
3630       (NOTE2 : it will be included in SP2, for now available here and there
3631                in Net)
3632     * in Linux using Bluez              : full AT mode and FBUS (6210 and DCT4)
3633     * using stacks with legacy serial ports (for example for win32 use
3634       BTSoftware from www.d-link.com)   : full AT mode and FBUS (6210 and DCT4)
3635   * Gammu GUI 0.0.26                                            (Luca Cassioli)
3636   * can make backup and restore using new Unicode format of backup files.
3637     No more duplicated (once in ASCII and once in coded Unicode) strings in
3638     backup files with this format and no problems with national chars.
3640 * fixes and improvements:
3641   * new "206 20" network                                            (Jo Tytgat)
3642   * memory in protocol drivers is allocated dynamically - no more
3643     size limits for frames
3644   * 6610 ID, compilation fix, few info                    (Vladimir Kondratiev)
3645   * PPM char is correctly get from DCT4
3646   * some things disabled for 8910                                  (Liviu Daia)
3647   * ToDo and FM things disabled for new models. NEED SNIFFS.
3649 20030427 - 0.73
3650 * new functionality:
3651   * added --nokiadisplayoutput for old DCT3 phones (Nokia 51xx/61xx)
3652   * support for new EMS features:
3653     * SonyEricsson short form of IMelody (-toneSE switch)
3654     * linked melodies (-toneSElong, -tone10long, -tone12long switches) saved
3655       with User Prompt Indicator
3656     * linked bitmaps (-variablebitmaplong) saved with UPI
3657     * protection for bitmaps and ringtones saved using Object Distribution
3658       Indicator (-protected)
3659   * Gammu GUI written in wxBasic (wxbasic.sourceforge.net)      (Luca Cassioli)
3660     See http://www.geocities.com/lcassioli/gammugui/ for it,
3661     source is also included in source tarball
3662   * rewritten function for changing phone features for DCT4. Now includes
3663     also 3510i, 5100, 6100, 6610/7210.
3664     NOTE: 3510i DOESN'T HAVE GPRS ALWAYS ONLINE SETTING
3666 * fixes and improvements:
3667   * too small buffer during setting SMSC for DCT4 increased  (Fotis D. Zagoras)
3668   * increased GSM_BACKUP_MAX_RINGTONES                          (Igor Savokich)
3669   * increased buffers for phone numbers for SMS                      (jomin yu)
3670   * fix for loading RTTL files
3671   * improvements for packing EMS
3672   * frames from method 3 for calendar for DCT4 phones are used     (Liviu Daia)
3673     only, when phone is marked as compatible or when is
3674     used configure option --enable-newcalendar.
3675     Please check compatibility with Your phone and report it
3676   * updated Italian readme                                      (Luca Cassioli)
3677   * * fix for building with bluetooth support                    (Michal Cihar)
3678     * allows to pass CFLAGS to configure as is usual
3679     * fix docs installing
3680   * getting file list for DCT4 phones rewritten and moved to
3681     common. First step for making OBEX support done.
3683 20030417 - 0.72
3684 * new functionality:
3685   * German translation                                        (Stefan Beermann)
3686   * initial support for internal system available in new DCT4 phones
3687     used for saving Java applications, (Gallery or Pictures) images,
3688     ringtones and other (depends on phone model): can get files info using
3689     --nokiagetfilesystem
3690   * new -unicodefiletext switch for EMS sequences
3691   * added makefiles for MS Visual Studio 7.0 (.NET)
3692   * new method of accesing calendar in Nokia phones. It's used for DCT4
3693     and can handle all calendar features. Getting and setting. With this method
3694     it's possible to assign any icon to any note type !
3695   * getting simlock info for DCT4. Experimantal.
3696   * * Alcatel:                                                   (Michal Cihar)
3697       * initial support for OT 715 and support for one additional Pbk entry
3698     * AT module
3699       * support for storing pbk to Location = 0 (it gets first empty location
3700         from phone and stores it there)
3701     * questions for setting date and time are asked in gammu only,
3702       when it wasn't set on the start of connection
3703   * Siemens:                                                            (Walek)
3704     * getting and setting bitmaps
3705     * support for netmonitor
3707 * fixes and improvements:
3708   * when compile with CB source, no more errors                  (Ari Ryynanen)
3709   * fix in smfprintf
3710   * closing connection made sometimes problems    (Luca Cassioli, Sulung Chang)
3711   * correct ID for 8390                                           (Nick Mossie)
3712   * improved packing EMS sequences
3713   * StartInfo in gammurc by default set to "no"
3714   * Siemens: rewritten support for calendar                             (Walek)
3715   * * Alcatel:                                                   (Michal Cihar)
3716       * more detailed info on failures when reading Alcatel phonebook
3717       * cleared Alcatel error states return values
3718     * AT module
3719       * fixed reading of SMSC number, for some phones in UCS2 mode
3720       * fixed reading UCS2 phonebook entries
3721       * fixed saving of phonebook entries in GSM alphabet
3722       * avoided some possible buffer overflows
3723   * old methods of accesing Nokia calendar (in the future also some other)
3724     moved to nfuncold.*. Thye're available only with DEBUG (maybe will be
3725     usefull in the future)
3726   * removed some problems with 3510 4.24 and higher (restarting after
3727     adding new WAP bookmarks and changing WAP settings)
3728   * new empty line with --getsms and displaying sms          (Fredrik Wanglund)
3729   * improvement for T68i and getting sms                    (Soeren Sonnenburg)
3731 20030321 - 0.71
3732 * new functionality:
3733   * INSTEAD OF OBJECT DELPHI EXAMPLE THERE IS AVAILABLE FULL SMS GATEWAY
3734   * DCT4:
3735     * full caller logo support                                          (Walek)
3736     * full MIDI (polyphonic ringtones) support. Limit for one
3737       MIDI file is 30000 bytes now.
3739       Please note, that Gammu only upload MIDI file "as is". Ringtone
3740       inside is played (or not) correctly according to phone firmware
3741       limitations.
3743     * full support for assigning ringtones to phonebook entries (N35xx)
3744     * full dealer welcome note support
3745     * setting startup note text
3746     * getting Picture Images using --getbitmap
3747     * clearing user ringtones using --clearall and during restore process
3748     * getting Java free/used memory and Bluetooth device address in --identify
3749   * 6210: full dealer welcome note support
3750   * new parameter in gammurc. You can now decide, if phone should show
3751     something during starting connection (for now for 51xx/61xx message
3752     "Accessory connected", DCT4 will blink with their lights)
3753   * during backup you can decide, if backup file should       (Marek Wagrodzki)
3754     have Unicode strings inside
3755   * started example of GUI for Win32 written using RapidQ       (Luca Cassioli)
3756     (www.basicguru.com/rapidq)
3757   * new options in MakeFile for converting Unix end line chars   (Michal Cihar)
3758     to Windows and vice verse
3760 * fixes and improvements:
3761   * few releases ago during changing SMS API to EMS needs I forgotten   (Nicke, 
3762     to change one thing in SMSD. It didn't sent any SMS. Fixed.   yit-chun lai,
3763                                                                   Ari Ryynanen)
3764   * rewritten support for caller logos. Easier and better.
3765   * clearing FM stations moved to --clearall
3766   * deleted --setfmstation
3767   * ToDo are working for 6510, fix for priority                   (Karel Polak)
3768   * no more questions for making backup of caller logos for 35xx
3769   * no more segfaults during locking device in some situations   (Michal Cihar)
3770   * RTTL files can have "." before note                                (ReGGiD)
3771   * when use --setringtone, can add ringtone name
3773 * other
3774   * default Nokia images and sound moved to separate file on my www.
3775     See Download subpage. File contains things from 3510i, 6100, 6610, 7210
3776   * when enter http://www.mwiacek.com/english/zips in your www browser,
3777     you can see directory listing. You have older Gammu packages there.
3779 NOTE: I had MANY hardware problems. I hope, that everything will be OK now.
3781       It's time for filling some missed things and adding new features.
3782       Gammu is prepared to have full support for Java, colour images and
3783       polyphonic ringtones and OTHER...
3785       This is release, which will be quite fast (not after month ;-)) replaced
3786       with 0.72. Please let me know, when it makes ANY problems.
3787       I haven't seen ANY compiler from longer time (7 last days) ;-)
3789 20030223 - 0.70
3790 * new functionality:
3791   * full OpenBSD compatibility                                  (Ian McWilliam)
3792   * support for FM stations is complete (added restoring from backup)   (Walek)
3793   * call API gives more info about calls
3795 * fixes and improvements:
3796   * some compilers don't allow to break line with "\" in strings, when
3797     file contains Windows line breaks. Because of it gammu.c
3798     and coding.c return to Unix line breaks.
3799   * "rpmbuild -ba" replaced with old "rpm -ba". Searching for universal
3800     command in progress
3801   * entries in DC, MC and RC memory are enumerated in n6110.c    (Martin Horak)
3802     from 0
3803   * missed calls can be get correctly for 6210 and DCT4       (Marek Wagrodzki)
3804   * getting calendar notes using method 2 doesn't return more than 50   (Walek)
3805     first chars in note texts. Now this method is used only for N35xx.
3806     No workaround known.
3807   * reading long lines from cfg files is OK now. It doesn't use fgets, which
3808     cuts lines. Now works OK such things like setting calendar notes
3809     with long texts.
3810   * improved getting bithdays with Birthday year equal 0
3811   * win32 dll uses my_sleep                                    (Alexander Arlt)
3812   * win32 dll uses now finally correct method of terminating
3813     phone thread
3815 20030216 - 0.69
3816 * new functionality:
3817   * * for atgen GetModel and GetManufacturer return real model   (Michal Cihar)
3818       and manufactorer as reported by phone (when it's unknown
3819       for Gammu)
3820     * Gammu can try to find localisation file according to OS
3821       locale
3822     * new options for ./configure and localisation and docs
3823     * AT+CPBR tries to find number of really used locations. It doesn't work
3824       always excellent (N6310i), but...
3825     * VIM can automagically indent edited files, when they contains info
3826       for them. Added for all *.c and all *.h files (execute "vim" and type
3827       ":help modeline" to see more about this feature)
3828   * all single #10 replaced with #13#10
3829   * added ID for N6610/7210,5100,6100, (Christian Ostheimer && Marcel J.E. Mol)
3830     3510i/3530
3831   * SendDTMF works for 6210 family and DCT4
3832   * EMS: support for variable bitmaps saved in one SMS
3833   * FM stations from DCT4 can be cleaned, set and backuped              (Walek)
3834   * updated Credits: Ondrej Rybin, Tomasz Motylewski, Walek, etc., etc.
3836 * fixes and improvements:
3837   * * in phone modules used smprintf where possible              (Michal Cihar)
3838     * removed pointers to phone identification from StateMachine.Phone.Data
3839       and moved there real strings from StateMachine
3840     * changed getting of IMEI and manufacturer to work same as GetModel
3841     * introduced StateMachine.Phone.Data.ModelInfo which contains pointer
3842       to current OnePhoneModel
3843     * things in atgen that were determined by model are now detemined by
3844       features
3845     * fixed installation permissions
3846     * fixed some compile warnings produced by gcc 3.3
3847     * manufacturer name is not in Unicode
3848   * "rpm -ba" replaced by "rpmbuild -ba"                                (Chiew)
3849   * Win32 DLL: improved closing phone threads
3850   * ATGEN:
3851     * support for AT+CPIN? in Falcom A2D style
3852     * support for waiting for phone prompt (used with sending and saving
3853       SMS)
3854     * improved reading SMS from different memories
3855   * EMS:
3856     * sound10 & sound12 changed to tone10 & tone12                (Jozef Uhler)
3857     * -fixedbitmap documented. Fixed bitmaps sent as FIXED bitmaps
3858   * incoming things are again OK for 6210 family
3859   * mili_sleep doesn't use in some OS miliseconds. Renamed    (Joergen Thomsen)
3861 20030206 - 0.68
3862 * new functionality:
3863   * added 8390 ID, new network name                             (Michael Smith)
3864   * added new Indonesian network names                           (Sulung Chang)
3865   * * AT connection works with each serial speed                 (Michal Cihar)
3866     * support for Alcatel BE5 for ToDo and Calendar and getting categories
3867     * more info about battery and network signal level
3868   * started hard work on full support for EMS. Currently can send some EMS
3869     sequences with text, ringtone/animation ID, ringtone, 8x8 or
3870     16x16 or 32x32 bitmap, 8x8 or 16x16 animation. Source is still
3871     experimental and THERE CAN BE SOME PROBLEMS WITH SOME SEQUENCES. PLEASE
3872     REPORT IT. In the future there will be added support for formating
3873     text, ODI, UPI and variable images (I will try to code it although I
3874     don't have supporting it phone)
3875   * added getting FM stations info. Someone should check it with N5510  (Walek)
3876     - maybe will work.
3877   * full info about USSD replies
3878   * when restore calendar notes, Gammu ask, if notes from the past should
3879     be restored too
3881 * fixes and improvements:
3882   * win32 dll better works, when two phones use one serial port
3883   * improved creating convert tables for SMS  (Karel Polak & Tomasz Motylewski)
3884     and in result compiling for Borland tools again possible
3885   * improved reading calendar notes from new Nokia          (Tomasz Motylewski)
3886     (method 1), increased number of notes to 200, compilation
3887     fixes
3888   * improvements for Alcatel BE5 and AT mode                     (Michal Cihar)
3889   * many small improvements in some functions and SMS
3890   * docs synchronized with source
3891   * call API more usefull, improved handling for all incoming things
3892     (SMS, calls info, etc.)
3893   * date in backup files is saved using VCalendar format
3894   * ToDo disabled for phone, which don't support them
3896   NOTE: todo for today is full call API, MySQL support, ending EMS and support
3897         for such things like uploading Java things or MIDI tones to Nokia
3898         phones.
3900 20030126 - 0.67
3901 * new functionality:
3902   * added --clearall (cleaning pbk, calendar, wap bookmarks
3903     and todo from phone)
3904   * added --addnew (adding new calendar, wap bookmarks      (Tomasz Motylewski)
3905     and todo from backup file without deleting existing)
3906   * added support for Siemens MIDI ringtones                            (Walek)
3907   * added support for empty SMS names for 6210
3908 * fixes and improvements:
3909   * fixed reading SMS for AT mode and Nokia phones
3910   * removed incorrect reference to man dir (it made problems during
3911     installing)
3912   * win32 dll is more stable in many situations
3913   * added info about used phone module to logs
3914   * rewritten getting SMS folder names for DCT4 (compatible with 3510
3915     3.37)
3916   * setting WAP things and getting profiles disabled for 3510 4.24 now.
3917     Phone restarts very often after using it. Reason unknown.
3918   * maximal length of SMS name is 40 chars
3919   * rewritten calendar structures to more portable
3920   * made very deep look into calendar in N62xx/71xx and DCT4 phones.
3921     There are two ways to access it. Gammu can support them both. However
3922     they make sometimes problems:
3924     * with method 1 can't get/set some calendar notes in 3510 3.37
3925     * with method 2 can't get some notes from 6210 (probably firmware here
3926       uses some a little different coding)
3928     I decided, that for setting will be used always method 2, for getting
3929     method 1 (for 62xx/71xx) or method 2 (for DCT4).
3931     Please note, that both method 1 and method 2 have problems in DCT4 with
3932     such notes like (tested on 6310i 5.10 and 3510 3.37):
3934     * Birthday with alarm. When set in phone, it always set it (time) to
3935       23:59.
3936     * Reminders with alarm. Can't get/set alarm time
3937     * notes other than Birthday with alarm. Can't get/set alarm type (silent
3938       or with tone)
3939     * notes with different start date/time than end date/time. Don't have
3940       info in frames about end date/time
3942     and this is not Gammu fault !
3944 20030105 - 0.66
3945 * new functionality:
3946   * some (started) functions for Siemens like support for VCalendar     (Walek)
3947     and MIDI ringtones
3948   * new name for 204-12 GSM operator                           (Bertrik Sikken)
3949   * added few new functions to win32 dll
3950   * * added many functions for Alcatel BE5 binary mode           (Michal Cihar)
3951     * added prelease version of script for configuring gammurc
3952     * if empty location in phonebook, returned is GE_EMPTY
3953     * unix.c
3954       * try to open device exclusively (if supported on compile time)
3955       * use cfsetispeed instead of system dependant code
3956     * atgen.c
3957       * +CME ERROR: is now recognized
3958       * +CMS ERROR: now recognizes which error occured and reports this
3959       * everything is not static
3960       * IMSI number is parsed from "<IMSI>:number"
3961       * CONNECT is accepted as end of AT response
3962       * improved atgen initialisation to handle some phones that take
3963         a very long time to react on first AT
3964     * special error for locked device, it gives much more reasonable
3965       error message
3966     * dprintf flushes written texts
3967     * added Debian packaging
3969 * fixes and improvements:
3970   * removed some new FreeBSD incompatibilites. Will it work  (Kirill Bezzubets)
3971     OK in all version now ? It should...
3972   * SMS Daemon should be bug free now                    (me + Joergen Thomsen)
3973   * extensions to GSM Default Alphabet are not Nokia specific,     (Timo Teras)
3974     but from GSM 03.38
3975   * EMS functions should be bug free now                         (Ondrej Rybin)
3976   * removed few possibilites of memory problems from win32 dll
3977   * * removed possible memory problems in many places            (Michal Cihar)
3978     * removed some segfaults possibilities from debug system
3979     * configuration scripts
3980       * hide %c warning in newer gcc (at least for 3.0 and 3.2, but
3981         surely not for 2.95)
3982       * use "$@" instead of $* in configure, it works correctly for
3983         args with spaces
3985 NOTE: Summary for 2002
3986       -----------------
3987       Current version works without bigger problems with Nokia DCT3/DCT4,
3988       AT (with various Siemens extensions) and Alcatel phones. User can
3989       exchange various formats of logos and ringtones (send them in EMS or
3990       Nokia format over SMS), WAP settings and bookmarks (send over SMS in
3991       Nokia format), etc. There is ready command line version with manual
3992       and SMS daemon.
3994       Things for 2003
3995       ---------------
3996       1.There are still few general topics TODO
3997         * uploading some things over WAP
3998         * MMS
3999         * ending win32 dll
4000         * writing really usefull GUI
4001         * giving support for more formats (like Ericsson WAP settings over SMS)
4003           Note: I have in my library specs for many models (example: Morotola,
4004                 Sagen, Siemens xx45) and it's only required to code few 
4005                 functions into current source to have support for them...
4007         * AT modem emulator
4008         * other :-)
4010       2.Topics for the nearest future
4011         * ending full access to calendar in N3510(i)
4012         * adding (only) new calendar & pbk notes from file without deleting
4013           existing
4014         * adding only new sms to file
4015         * API for call
4016         * MySQL support for SMSD
4018 20021223 - 0.65
4019 * new functionality:
4020   * added first version of developer documentation made by   (Christian Becker)
4021     somebody not connected with Gammu developer(s). It allows
4022     to show the best weak sides and describe the most important
4023     things
4024   * added ringtones (polyphonic too) + Picture Images from 3510
4025   * SMSD has support for delivery reports, ability to display (Joergen Thomsen)
4026     full date/time in debug (3 new debug levels), added handling
4027     errors during deleting SMS for DCT3, added handling for errors
4028     in some situations existing when phone is off and connected
4029     to the charger
4030   * checking for iswspace and towlower in ./configure
4031   * more compatibility with Panasonic GD 96                 (Pawel Golaszewski)
4032   * full compatibility with Falcom A2D
4034 * fixes and improvements:
4035   * SL45 phonebook                                                 (Timo Teras)
4036   * fixed setting SMSC and Todo for DCT4 for some data,                 (Vadim)
4037     rewritten getting voice records from 6310(i)
4038   * fix for init in win32 dll in some situations                (Vishal Grover)
4039   * changes in internal structures in win32 dll - it's more stable
4040     and works better with phones not supporting Security Codes functions
4041   * SMSD works for phones not supporting Security Codes functions,
4042     few fixes connected with decoding unicode strings
4043   * few compilation improvements                                      (Hu Gang)
4044   * bigger buffer in --send/savesms                            (Mariusz Gorski)
4045   * new separate error code for unknown file formats
4047   NOTE: Althoug this is temporary release, some important things
4048         are changed. Because of it it's always possible, that some
4049         small problems can happen. Please report such situations.
4050         Real changes in functionality (new functions, etc.) will be
4051         visible soon (fast, when my flu will end). 
4053 20021202 - 0.64
4054 * new functionality:
4055   * SMSD and FILES finally end                                (Joergen Thomsen)
4056   * decoding Siemens xx45 entended phonebook                       (Timo Teras)
4057   * many improvemnts in configure build system
4059 * fixes and improvements:
4060   * autoconf build system is now really working for older Linuxes
4061   * comparing Unicode and normal strings with and without regard to case
4062     much improved
4063   * fixes, info about bug in encoding and decoding GSM        (Joergen Thomsen)
4064     Default alphabet in SMS
4065   * better FreeBSD compatibility                             (Kirill Bezzubets)
4066   * default style for read RTTL files is Natural, not Continuous
4067   * improved alghoritm of reading RTTL files
4068   * no garbage chars in datetime in backup files in Linux
4069   * fixed offsets for setting SMSC for DCT4
4070   * all CFGDevice removed from source                             (Chris Drake)
4071   * localisation strings can contains \n
4072   * when make restore, backup info (IMEI, date, etc.) is showed again
4073   * fixed "make makelib" and "make makerpm" on some OS
4075 20021124 - 0.63
4076 * new functionality:
4077   * Delphi project updated to version 7
4078   * when start connection with win32dll function, have to give pointers with 
4079     addresses to callback functions, not addresses to functions. Later can
4080     change value of pointers and DLL will use new values.
4081   * added very easy example, which show, how to use win32 dll in classes
4082     (call backs from C DLL can't forget about 4 bytes pointer before
4083     arguments). Classes things resolved in 50%
4084   * added possibility of entering text into --setbitmap PICTURE
4085   * command line parameters and not Unicode config files are not case sensitive
4086   * full compatibility with DCT3 from "old" series with Picture Images
4087     with text saved in Unicode. Example: 3315 5.79. Had also 3410 for a moment
4088     and now it's also compatible with getting/setting Picture Images.
4089   * improved internal structures connected with config files
4090   * changed makefile. Now there is better control on making process
4091     and changing paths
4092   * can specify SMS validity from command line                 (Niels Andersen)
4093   * FILES module for smsd can send sms (now in win32)
4095 * fixes and improvements:
4096   * written own implementation for wcscmp. Seems, that Mandrake 9.0 has
4097     it broken. Now unicode ini files features and localisation system work OK
4098     also in Linux
4099   * improved getting voice tags (names) from DCT4
4100   * removed some problems with FILES module for smsd
4101   * fix for EMS ringtones                                    (Christian Becker)
4103 20021112 - 0.62
4104 * new functionality:
4105   * simple API for informing user application about calls. Is more required ?
4106   * added -autolen to send/savesms TEXT. It allows Gammu to decide about
4107     SMS coding (GSM Default Alphabet/Unicode) according to input text.
4108   * SMS deaemon (--smsd option) with such features like:
4109     * recovering phone connection (for example after phone restart)
4110     * entering PIN code, when required
4111     * possibility of writing plugins for various databases or purposes
4112     * lists of include/exclude phone numbers
4113   * added plugin for --smsd with similiar functionality to --receivesms
4114     from MyGnokii1. It can handle receiving SMS and direct them to text/binary
4115     files.
4116   * full featureable localization system:
4117     * each language file is recreated during making distribution and contains
4118       only actual localisation strings
4119     * all localisation strings are found automatically in source
4120     * localisation files are in Unicode
4121   * started work on localisation for Polish language
4122   * cfg files module can handle Unicode
4123   * all topnet.pl changed to mwiacek.com (mwiacek.com will work during few
4124     days)
4125   * all date/time info in user application is written in format set in OS
4126   * SIM/Phone phonebook entries in text backup file can be not sorted now
4127   * BCC main makefile converted to 6.x version (still can use command line 5.x)
4128   * added --listnetworks for displaying codes/names as they're known for
4129     Gammu
4131 * fixes and improvements:
4132   * win32 dll is now finally tested and used to my normal work instead of
4133     old MyGnokii1
4134   * n9110.* renamed to n9210.*
4135   * 6190 ID fix, updated list of GSM networks                   (Benjamin Judd)
4136   * Alcatel ID fix                                                (Thomas Vill)
4137   * Binary->RTTL converter for ringtones works better        (Christian Becker)
4139 NOTE: These days were very hard for me:
4140       1. FKN.PL (also my homepage/Gammu homepage/Gammu list) was down
4141          during few days. Reason: hardware faults. Sorry for it
4142       2. my phone was in service
4143       3. I had to reinstall my Linux
4144       4. I had to reinstall majority of my win32 environment
4145       5. Because of action of Netia company TopNet.PL domain sometimes work,
4146          sometimes not, sometimes work partialy (www works, email not). Many
4147          lost nerves for me and work connected with registering own domain
4148          mwiacek.com and changing everywhere topnet.pl addresses to mwiacek.com
4149       6. Family problems :-(
4151       Because of it there was so long timeout after 0.61 and some things are
4152       still not implemented. Sorry for it.
4154 20021020 - 0.61
4155 * new functionality:
4156   * getting voice records from such DCT4 like 6310 or 6310i (new
4157     --nokiagetvoicerecord) (EXPERIMENTAL)
4158     NOTE: created WAV files requires GSM 6.10 codec. In the future
4159           codec will be probably added to Gammu.
4160   * full compatiblity with EMS IMelody 1.2 (earlier          (Christian Becker)
4161     was 1.0), saving ime/imy files
4162   * docs contains examples for editing backup text files       (Kolesar Andras)
4163     in TextPad, backup files are now more user friendly
4164     for editing - for example, when delete one pbk entry,
4165     all after it are interpreted
4166   * added possibility of using standard Unix configure
4167     script for automatic configuring all options    
4169     NOTE: this is first version of Autoconf build system.
4170           Probably many things inside will be changed to better.
4171           All ideas very welcome.
4173   * dialvoice for DCT4
4175     NOTE: it should be possible to make data calls using FBUS with DCT4,
4176           probably also with 62xx/7110
4178 * fixes and improvements:
4179   * atblue works OK                                           (Marcel Holtmann)
4180   * some MyGnokii2 names changed to Gammu, display status can   (Krishna Dagli)
4181     be incoming frame for n6110.c
4182   * compatibility fixes for 9210 and AT mode
4183   * many small fixes for win32 dll
4184   * setting WAP settings for DCT4 works better for some data
4186 20021012 - 0.60
4187 * new functionality:
4188   * FBUS works 100% over BlueTooth with 6210                  (Marcel Holtmann)
4189   * hardware drivers return OS error codes and error info
4191 * fixes and improvements:
4192   * with win32 dll and some StateMachine strings             (Ing.Jiri Jurecek)
4193   * setting PBK memory in AT module,                             (Michal Cihar)
4194     fix for Alcatel and getting memory status
4195   * changes in Unix serial driver - earlier wasn't compatible      (few people)
4196     with all Linux kernel versions and some distributions
4197   * improvements in compiling after enabling CB                   (Karel Polak)
4198   * improvements in debug system
4199   * --identify works OK for DCT4 without SIM card
4201 20021005 - 0.59
4202 CHANGED PROJECT NAME FROM MYGNOKII2 TO GAMMU
4203 (Gammu All Mobile Management Utilities).
4205 (Too) many people wrote to me, that MyGnokii2 name shows, that project
4206 is connected with Gnokii and supports Nokia phones only. Currently it's
4207 not truth - there were tested Alcatel, Nokia, Siemens and WaveCom devices
4208 and I hope to test more :-). Also Gammu doesn't have too much shared with
4209 Gnokii source and developing methods
4211 PLEASE NOTE, THAT ALSO gnokiirc CONFIG FILE IS NOW NAMED gammurc !!!!!
4213 If you installed older version into your OS, please uninstall it first
4214 (for example using "make uninstall").
4216 * new functionality:
4217   * AT module:
4218     * Alcatel OT 5xx, 7xx: added full identify, changed last     (Michal Cihar)
4219       dialled memory ID, better cancel call compatibility
4220   * added "make tags" for makefile, full compiler info,          (Michal Cihar)
4221     gcc 3.2 warning removed, rewritten debug system...
4222   * key pressing works for all DCT3                                (Asif Hamza)
4223   * big progress in coding functions (full Japanese/Chinese           (Hu Gang)
4224     support)
4225   * cleanups in coding.c                                       (Kolesar Andras)
4226   * rewritten RPM build system
4227   * added man file, Gammu is in PLD (Polish Linux           (Krzysztof Drewicz)
4228     Distribution)
4229   * Borland C++ makefile works OK with given for free
4230     Borland C++ Builder 6 Personal
4232 * fixes and improvements:
4233   * AT module:
4234     * Alcatel OT 5xx, 7xx: setting ME memory for SMS             (Michal Cihar)
4235     * setting pbk memory with GSM alphabet                       (Michal Cihar)
4236     * getting pbk memory doesn't return GE_EMPTY                (Cvetan Ivanov)
4237   * fix for locking device file                                  (Michal Cihar)
4238   * improvements in user interface (backupsms), restore for     (Cvetan Ivanov)
4239     SMS templates and 7110
4241 20020926 - 0.58
4242 * new functionality:
4243   * Siemens M20 has problems with alphanumeric numbers in SMS. Added at least
4244     partialy workaround for it (during reading).
4245   * getting SIM card IMSI number
4246   * saving ringtones into WAV files (EXPERIMENTAL)
4247   * synchronized win32 and Unix serial port driver - now port settings
4248     should be the same and all differences gone. Many parts of unnecessary
4249     source removed. More errors checking.
4250   * added tables for converting chars in GSM Default Alphabet in SMS similiary
4251     to these in phones - all (?) national chars not available in GSM Default
4252     Alphabet are converted to "plain" Latin chars. Added additionaly
4253     -replacefile option to make private conversions.           (Kolesar Andras)
4254   * dll for win32 and sms_serv finally end according to my current needs.
4255     They're written using 100% win32 standards. No hacks.
4256   * AT module
4257     * with "auto" model first send commands to escape editing
4258       functions and enabling phone echo
4259     * saving SMS works to ME memory too
4260     * full compatilibity with Siemens MC35
4261     * confirmed compatibility with WAVECOM modems
4262   * backup/restore for sms contains support for all features included few
4263     releases ago.
4264   * docs synchronized with source                                (Allan Ortega)
4266 * fixes and improvements:
4267   * can correctly restore SMS_Submit sms
4268   * AT module:
4269     * SMS locations in ME memory are numerated from 1 in GetNextSMSMessage
4270     * fix for SMS folder info and getting SMS
4271   * bigger buffer in GetLineString
4272   * compilation improvements, better support for "unknown" model (Ganesh Lohia)
4273   * fix for 7110 and operator logos                             (Cvetan Ivanov)
4274   * improvements for DCT4 SMS locations
4275   * rechecked GSM Default Alphabet in SMS. Few fixes.
4277 Summary: software is more and more stable, tested and working 100% OK
4278          in each situation. All problems connected with baby age start
4279          to be after it.
4281 20020921 - 0.57
4282 * new functionality:
4283   * new --geteachsms (get all sms from phone and connect them, when possible)
4284   * 7110 family: getting sms names, better sms status, support for call info,
4285     setting profiles (excluding names and caller groups), getting speed dials
4286   * 7110/9110: full incoming sms support (with Delivery Reports)
4287   * DCT3: full support for WAP settings. Can of course exchange them
4288     (over backups) with DCT4 WAP settings
4289   * getting/setting op logos for 9110 family (tested on 9210)
4290   * improvements in user interface functions, some info about     (Ivo Panacek)
4291     voice tags in DCT4 - now 100% works
4292   * readme.txt described how to avoid voice tag problems available
4293     in DCT3 and DCT4 and sms problems available in DCT4 (6310i 4.80)
4294   * added IPAQ model and many functions supported by it, some other   (Hu Gang)
4295     improvements in AT module, started full call info functionality,
4296     compilation improvements
4297   * added spec file for making RPM. First experimental version    (R.P.Herrold)
4298   * added new makefile option --makerpm for making RPM binary/src file.
4299     First experimental version
4300   * Bluetooth changes (NOT YET FULL FUNCTIONAL !)             (Marcel Holtmann)
4301   * added ID for 7650 (will probably work with 6510 module)
4303 * fixes and improvements:
4304   * many small improvements for getting/setting SMS (UDH headers)
4305   * 7110 family: getting profiles
4306   * many cleanups and improvements in source
4308 20020913(Friday!) - 0.56
4309 * new functionality:
4310   * getting alarm state, phone tests (only making - now without
4311     getting results), setting binary ringtones, deleting all user
4312     ringtones for DCT4
4313   * new --nokiasetvibralevel. Can set vibra "power" for DCT4
4314   * converter Nokia Binary Format (DCT3) -> RTTL. First version, which can
4315     handle only part of ringtones. Do note expect miracles here :-(
4316   * resetting security code for part of DCT4 phones
4317   * support for TPPID in SMS (full for AT, DCT3 and DCT4).
4318     --rejectduplicates changed to --replacemessages (now can replace
4319     SMS saved on recipients' SIM)
4320   * more beeps                                                          (Walek)
4321   * source prepared for Bluetooth support (it's during testing
4322     and writing)
4323   * writing phonebook for AT phones
4324   * better restoring WAP settings for DCT4
4326 * fixes and improvements:
4327   * GPRS Always Online can be activated for 6510 & 3510 too
4328   * rewritten playing tones for DCT4 - sometimes it's better, but still
4329     need investigation. In last versions of original Nokia software removed
4330     at all.
4331   * improvements during converting among various ringtones types
4332   * no more compilation problems after disabling 6110 module
4333   * changed TPMR and RejectDuplicates support in SMS
4334   * Delivery Reports again alive for DCT4
4335   * setting pbk for 6110
4336   * no more asking about restoring wap settings in phones without WAP
4337   * SMS folders in AT module renumerated -> now should be able to
4338     save SMS to SIM/phone memory
4339   * can get Dialled Calls with AT module and Nokia phone
4340   * better user friendly interface during asking user for something
4342 20020904 - 0.55
4343 * new functionality:
4344   * CallInfo, incoming SMS and Delivery Reports, setting operator logo
4345     for DCT4
4346   * support for TPMR in SMS Submit (sending/saving/getting for DCT3 & AT,
4347     getting for DCT4)
4348     For more info read mygnokii.txt and description for --send(save)sms
4349     option and --rejectduplicates parameter
4351     !!! If works according to info in mygnokii.txt with your SMSC, !!!
4352                        !!! please tell me !!!
4354   * more possibilities with sms_serv
4355   * it's IMPOSSIBLE, but HAPPEN. Nokia disables in many phones GPRS Always
4356     Online. This and many other things are enabled using --nokiasetphonemenus
4358 * fixes and improvements:
4359   * some things moved inside "common" files and structures
4360   * getting operator logo, deleting sms for DCT4
4361   * incoming sms are parsed only, when DEBUG or enabled using API
4362     (source is more safe because of it)
4364 20020830 - 0.54
4365 * new functionality:
4366   * Default Alphabet extension in SMS can handle new chars (now 9 sequences)
4367   * Euro Char and subset 2 for 33xx reminders
4368   * protection during saving sms/setting smsc for DCT4 (saving SMS
4369     again alive)
4370   * restoring WAP settings for DCT4
4371   * setting profiles for 6110 module                               (Walek & me)
4372   * in config.h new option, which enables beeping after making some
4373     things (like in Logo Manager)
4374   * reset for DCT4 disabled for DLR3 cable - no way to make it (?)
4376 * fixes and improvements:
4377   * some unnecessary Unicode <-> normal char conversions removed   (Walek & me)
4378   * improvements for (especially) linked SMS with Default Alphabet
4379     and special sequences
4380   * improved playing tones for DCT4
4381   * setting ringtone for DCT4 (with preview) works with authentication
4383 Summary: in progress restoring WAP settings for DCT3, ending restoring
4384          all profiles features and full support for speed dials
4386 20020826 - 0.53
4387 * new functionality:
4388   * getting DSP ROM for DCT3
4389   * AT module filled in many places and tested with Siemens cell modems:
4390        * network info               * sms info
4391        * security state/codes       * phone info
4392        * deleting sms
4393        * SMS memory in phone (phone Inbox/Outbox in 6210, 63xx, etc.)
4394        * SMS status reports in Siemens style
4395        etc. 
4396   * backup to phone profiles, restore for DCT4 (EXPERIMENTAL)
4397   * sms_serv working with AT devices
4398   * --nokiasetphonemenus enables netmon for DCT3
4399   * support for big (78x21) operator logos over SMS
4401 * fixes and improvements:
4402   * small changes in MBUS module
4403   * DCT3 phone tests are more usable for more damaged phones
4404   * rewritten phone profiles stuff - smaller, easier,...
4405   * better support for linked (contacenated and SM 3.0) SMS             (zx zx)
4406   * fix for -len in --send/savesms                                      (zx zx)
4407   * in 6110 module for sms (bug was available in 0.51 and 0.52)         (zx zx)
4408   * better handling for default DCT4 caller logos
4409   * source cleanups
4411 20020817 - 0.52
4412 * new functionality:
4413   * support for more special Nokia sequences used with GSM Default
4414     Alphabet in SMS
4416 * fixes & improvements:
4417   * workaround for some incoming unicode SMS for 6310i 4.80
4419 NOTE: this is security update. In some situations saving SMS for DCT4
4420       can make big problems with phone. Now commented.
4422 20020816 - 0.51
4423 * new functionality:
4424   * rewritten makefile. New "make makelib", "make uninstall",
4425     "make installlib"
4426   * improved getting profiles (both for DCT3 and DCT4)
4427   * --nokiasetphonemenus can enable WellMate menu for 6150
4428     and ALS for DCT4
4429   * new --deleteallsms (deleting all sms from specified folder),
4430     --senddtmf, --getdisplaystatus
4431   * resetting phone settings for DCT3, support for animated logo        (Walek)
4432     for 3210
4433   * --getcalendarnote displays better output
4434   * improved callbacks
4435   * updates for sms_serv
4436   * added getting firmware date
4437   * getting speed dials works for DCT4 too
4438   * improvements in getting caller logos, profiles from DCT4
4440 * fixes:
4441   * sending SMS, getting WAP settings for DCT4.
4442   * better checking errors with --copyringtone                 (Kresimir Hodak)
4443   * 6110 module in some situations reported "Inbox" SMS as "Outbox"
4444     and incorrectly showed SMS state
4445   * more situations handled by --getsms                           (Markus Bela)
4446   * updated config for 8250, improvements for calendar       (Georg Hofstetter)
4447     (second will improve 5210 calendar too)
4448   * changed format number of backup files to 1.01                       (Walek)
4450 * other:
4451   * security code reading moved to dct3.c (it's specific for DCT3)
4452   * source cleanups
4454 20020809 - 0.50
4455 * sms_serv can much more things...
4456 * updated operator list                                           (Karel Polak)
4457 * getting profiles works for DCT3 too
4458 * workaround for some 6210 and locations for calendar notes (Kai-Holger Seidel)
4459   and some other problems fixed
4460 * cleanups, small extensions (like in SMS/network status)
4461 * can make authentication for 51xx/61xx (displays "Accessory connected").
4462   Special option in config.h for it.
4463 * started work for speed dial support
4464 * reset phone settings for DTC3 (experimental, works after uncommenting (Walek)
4465   in ndct3.c)
4466 * added setting operator logo for 9110 module (for testing)
4467 * updated docs (Italian translation)                            (Luca Cassioli)
4468 * added "make install"
4470 Summary: in this moment only full support for wap settings, speed dials
4471          and profiles in progress. Other things more and more tested
4472          and stable.
4474 20020806 - 0.49
4475 * increased size for calendar notes
4476 * updated config for 8290 & network info more concrete
4477 * MSID again OK, other things for --identify                            (Walek)
4478 * after enabling all options in config.h some things were         (Karel Polak)
4479   not OK. Fixed
4480 * added missed makefile for command line BCC                      (Karel Polak)
4481 * DefaultNumber for SMSC and DCT3 improved                      (Cvetan Ivanov)
4483 Summary: test version. Many fixes. WAP settings not work for DCT4
4484          (my phone went to service and didn't stand up after flashing)
4485          & can not work with DCT3 - source is changed, not good tested.
4487 20020802 - 0.48
4488 * changed some general behaviour. Now all CFGxxx from StateMachine are not
4489   modified. Additional when use Irda connection with specified model, each
4490   known phone can be switched to module connected with this model.
4491 * deleted "fresh" "dlr3clasic" ;-). Generally, DLR3 problems should gone
4492   away now with "dlr3"...
4493 * added security status and entering security codes
4494 * Italian translation file                                      (Luca Cassioli)
4495 * started writing support for phone profiles
4496 * sms_serv 100% usefull now
4497 * source cleanups (DCT3/DCT4 has one function for getting WAP
4498   bookmarks, etc...)
4499 * DCT3: * MSID now commented (need investigation)
4500         * 7110/62xx operator logo has variable size, improved   (Cvetan Ivanov)
4501           getting WAP bookmarks
4502         * fixes for --nokiasetoperatorname                              (Walek)
4503         * 6210 family: saving sms name should be OK now (TODO: test it)
4504 * DCT4: getting alarm (without checking enabling !), saving sms, started
4505   work on full ringtones support (binary format a little different than in
4506   DCT3) - can get all (user + default) ringtones, setting alarm/datetime,
4507   setting smsc, playing ringtones over phone buzzer, more info with
4508   --identify
4509 * option for getting ringtones names
4510 * --getsms displays "Empty" for empty SMS location
4512 20020726 - 0.47
4513 * DCT4 - can press Up key, getting original IMEI, date/time, sms status,
4514          full support for todo, full support for wap bookmarks, sending
4515          sms, (can contains errors !) getting WAP settings almost functional
4516 * better error codes
4517 * improvements in setting WAP bookmarks
4518 * source cleanups
4519 * added ID for 7190 (for 7110 module)
4520 * extended SMS status
4521 * new connection type "dlr3clasic" (no AT commands). When use "dlr3", "old"
4522   init is used (after some improvements).
4523 * number of replies moved to StateMachine
4524 * started NEW project in mygnokii2: sms_serv. The main task for it is to
4525   create very easy to use API for getting incoming sms (saved on SIM/phone
4526   memory) and sending sms. Project shows, how to easy use threads and
4527   many phones in one time from one application. Very early test version.
4529 20020719 - 0.46
4530 * DCT4 - * full support for phonebook, network/battery/phone info, startup  (I)
4531            logo, ringtones (as Nokia provides - only preview mode now),
4532            reset
4533          * getting WAP bookmarks, startup note, getting/clearing operator
4534            logo, getting todo
4535          * BIG improvements in getting SMS, SMSC
4536 * 8210 - default Picture Images                             (Krzysztof Drewicz)
4537 * 6110 family - key pressing/releasing                                      (I)
4538 * DCT3 - displaying MSID                                            (Walek & I)
4539 * no more displaying SMS name for received sms                              (I)
4541 20020710 - 0.45
4542 * fixes for 6110.c and Pict.Images/binary ringtones (getting)    (I and Franco)
4543 * binary dumps contains mygnokii2 version                                   (I)
4544 * improved sniffing functions                                               (I)
4545 * 6110.c and setting binary ringtones (tested with 3210)                    (I)
4546 * fix for note ringtones and tempo                                          (I)
4547 * --composer finally moved                                                  (I)
4548 * new -scale for send/savesms RINGTONE ... and --setringtone                (I)
4549 * updated docs                                                              (I)
4550 * support for blinking Unicode SMS texts, ringtone names                    (I)
4551   in older Nokia DCT3 phones (use single ~ char to encode blinking)
4552 * when phone contains default name for caller group, it's NOT saved to      (I)
4553   backup file and not replaced by default English name (from mygnokii2)
4554   during restore
4555 * DCT4: getting sms and some other (initial && experimental)                (I)
4556 * default picture images from 6310i                                         (I)
4558 20020704 - 0.44
4559 * at module: cleanups, fixes (SMS and N9000)             (I and Jan Kratochvil)
4560 * ringtones: RTTL rewritten, cleaned, extended to EMS and improved
4561   (example: there are much shorter saved RTTL files)                        (I)
4562 * coded EMS bitmaps and ringtones, not tested with "real" EMS phone         (I)
4563 * reseting test 36 in DCT3                                        (I and Walek)
4564 * full support for multiframe NLM files                                     (I)
4565 * updated (protocol) docs                                                   (I)
4567 20020627 - 0.43
4568 * at module: full support for sms in PDU and text mode (in text mode with
4569   additional Nokia extensions to delivery reports and 8 bit/Unicode sms),
4570   date/alarm things, smsc things, battery/network level things, getting pbk...
4571 * fix for SMS and validity
4572 * question for playing ringtone is asked only, when has sence
4573 * can read input Unicode files with 0xff 0xfe/0xfe 0xff on start for sms
4574 * Euro char is coded in SMS saved using Default Alphabet in Nokia standard
4575 * fix for --send/savesms for input buffer and Unicode SMS
4577 20020623 - 0.42
4578 * changed numeration of releases
4579 * cleanups in source - misc.c and gsmcomon.c
4580 * fix in source for Borland C++ Builder in gsmstate.c
4581 * full sms state support: read/unread (6210 uses SIM then), sent/unsent
4582 * dlr3 doesn't show problems on debug during 1'st init
4583 * at module: getting sms in PDU mode, identify (+req.updates in "main" source)
4584 * fixes for alphanumeric SMS numbers
4585 * no problems, when disabled AT module in config.h
4587 20020619 - 0.0.41
4588 * more options for send/savesms
4589 * getting Picture Image from 62xx cleaned and fixed(+fix in PHONE_DecodeBitmap)
4590 * 6210 family: SMS status shows Templates folder too
4591 * binary ringtones: fix for backup/restore
4592 * RTTL ringtones: tested getting from 3310
4593 * started AT development
4594 * --nokiaget(set)operatorname & --nokiasetphonemenus 100% usefull
4596 20020616 - 0.0.40
4597 * fixed backup/restore bitmaps moving bug
4598 * updated docs
4599 * lmb files support
4600 * more ringtones files formats supported
4601 * can compile with Borland C++ Builder GUI and command line compiler
4602   (second is given by Borland for free)
4603 * backup/restore for binary ringtones
4604 * fix for debug in mbus2
4605 * 9210 module can set startup logo/text, show incoming cb/sms
4606 * new --copyringtone
4608 20020610 - 0.0.39
4609 DCT3 support seems to be close to be ready.
4611 ........
4613 20020512 - 0.0.19
4614 Milestone. all important things in 6210 family done. Started DCT4.
4616 ........
4618 20020428 - 0.0.14
4619 Simply "real" functionality provided.
4621 ........
4623 20020414 - 0.0.1 officialy released
4625 Works identification and phone tests, MBUS2,
4626 FBUS2 and serial port stuff for win32/Linux.
4628 20020404
4629 I finally end supporting gnokii. Started creating structures.
4631 ----------------------
4632 YYYYMMDD - description
4634 # vim: et ts=4 sw=4 sts=4 tw=72 spell spelllang=en_us
4635 # vim: ft=changelog fenc=utf-8
4636 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'^\\d'?'>1'\:1&&v\:lnum>22&&getline(v\:lnum)!~'^#'
4637 # vim: fdn=1 fdm=expr