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