ChangeLog for Gammu+ project (more on www.gammu.org)

Currently there were no sponsors (see readme.txt) :-(
-----------------------------------------------------
20070403 - 0.23.00
* core:
  * a litle extended Nokia support for pbk (doesn't read name with last/first
    name)
  * backup text files (Gammu format):
    * added checksums. Please note, that this is DISABLED for text files in
      non-Unicode version, because (like in Gammu) can show wrong results.
  * added phonetblue connection and support for serial ports higher than com9:

* GUI:
  * added getting firmware version from NSU
  * on startup you can get online info and synchronize phone clock

GUI won't be upgraded to wxDev-C++ 6.10.2 and wxWidgets 2.8.2 now (because of
errors there).

20070326 - 0.22.00
* core
  * fixed bug with empty ini files
  * DCT4:
    * added full support for more types of pbk entries (Address, street,
      Country, UserID, etc.)
    * better restoring Name, Last name, first name entries:
      * on phone with last/first name: restore last/first name, if not found,
        then restore name
      * on other phone: restore last/first name (joined in Gammu+), if not
        found, then restore name    
    * improved getting series 40 3.0 SMS
    * core cut off some pbk subentries, when there is too many (in inform user
      about it)
    * fixed bug with reading SMS on Series 40 3.0 (from cache)
  * improved packing SMS

* GUI
  * added displaying Java midlets in phone and uploading games/applications
    (in this version after uploading you have to reload data in FileSystem
     sheet and Java sheet)
  * rewritten SMS editor
  * sending SMS sequences is correct now
  * added enabling log in configuration dialog
  * during restore there is displayed info, what from pbk wasn't restored

20070318 - 0.21.00
* core:
  * added partial support for ToDo/Notes
  * there are updated functions for INI files (and saving config file
    doesn't break comments). They aren't very effective, but work OK
  * big updates in backup files support
  * getting product code

* GUI:
  * added partial support for ToDo/Notes (backup/view)
  * bluephonet is working correctly now (updated makefile)
  * various interface improvements
  * added getting info from gammu.org phone db

20070226 - 0.20.00
* core:
  * fixed coding alphanumeric numbers
  * added creating backup files
  * improved restoring first/last name
  * adding calendar notes work OK now
  * contains internal cache for folders listings (it's visible outside and
    used by GUI now)
  * added MMS folders support for much more supported Nokias

* GUI:
  * added backup/restore for pbk (majority of features, but excluding caller 
    groups) and calendar (all features)
  * added asking for overwriting files and other similiar improvements

20070218 - 0.19.00
* core:
  * end MMS decoding (full decoding subfiles headers)
  * added saving cfg file (currently it simple overwrite previous file)
* GUI:
  * more shared source
  * much better displaying MMS files (support for UTF8 and more...)
  * added uploading files (currently it doesn't check, if there is
    already file with specified name in filesystem)

20070215 - 0.18.00
* core:
  * BT connection correctly closed on win32
  * backup files: support for info, last name, first name
  * series 40 3.0: improved SMS & MMS handling
  * fixed SMS coding
* GUI:
  * improved configuration dialog
  * MMS viewer sizable
  * viewing backup files
  * case insensitive searching available for almost each sheet

20070210 - 0.17.00
* GUI:
  * rewritten (currently is using MDI)
  * phone connection:
    * you can select configuration in wizard (it's done partially - doesn't
      save config to disk)
    * added sending and forwarding sms
    * added preview for mms (you can save subfiles to hdd too)
  * mms files:
    * added full preview (you can save subfiles to hdd too)

20070110 - 0.16.00
* engine:
  * getting SMS and MMS info is joined
  * it's possible to get single SMS folders
  * no more separate phone/SIM pbk entries in backup
  * improved BCD and SMS numbers functions
  * improved SMS linking
  * multiple SMS numbers are saved like in Gammu - one SMSEntry can have
    many numbers
  * decoding MMS
* GUI:
  * cache for SMS, phonebook  
  * getting single SMS/MMS folders
  * displaying SMS/MMS

20061217 - 0.15.00
* updates in API and GUI
* removed Borland C++ Turbo example

20061206 - 0.14.00
* added (for one version) Borland C++ Turbo example
* started work on multiplatform GUI using WxWidgets (written with wxDev-C++)
  * filesystem folders browsing
  * getting files
  * getting phonebook memories (it includes call lists too)

20061127 - 0.12.00
* fixed --geteachsms
* --displayjava shows info about phone installed games and applications
* --addjavagame and --addjavaapp is able to find old version of midlet
  (by searching for it in JAD files) and replace it
* filesystem 2 support is able to set date of created files

20061121 - 0.11.00
* added uploading Java games (--addjavagame) and applications (--addjavaapp)
* added RSS checking (rsslevel option in config file)
* 0.09.00 and 0.10.00 didn't get correctly SMS from many phones. fixed
* --geteachsms sort SMS by date

20061111 - 0.10.00
* timing again changed and fixed
* Visual Studio 2003 seems to have compiling problem. it's possible
  that VC6 has them too. For now I deleted makefiles for them...
* getting folder content returns after getting next entry info (it's used
  for example during getting all sms from filesystem folder)
* when you get SMS from Series 40 3.0 phone and there is returned
  only part of folder, you have info...
* part of SMS parameters moved from GSM_SMSList to GSM_SMSEntry. Currently
  you can save in SMSList SMS from various locations, but it's forced almost
  in 100%, that they must be from the same SMS folder
* changes in files order (in meaning: some things moved from files to files,
  some files renamed, some joined)

20061023 - 0.09.00
* no more folder\location pairs for giving SMS locations (you have ID now)
  new API was tested for dct4 and later devices
* changed encoding/decoding SMS numbers. Need deep testing
* 6510:
  * support for SMS in Series 40 3.0 (excluding multiple numbers)
  * more complete filesystem support
* fixes for phonet

20061010 - 0.08.00
* GSM_Error replaced with structure
* no more case sensitive command line & backup/ini files
* more complete filesystem support for Nokia
* timing is done on system clock

20060919 - 0.07.00
* changed version numeration style (it's the same to Gammu now)
* added bluerfphonet connection
* added initial support for filesystem for Nokia Series 40
  * it doesn't have many memory limits like in Gammu
  * when you forget to close filesystem2 file, it's done on exit
  * much easier with better API (comparing to Gammu)
  * some functions are not available yet: folders adding/deleting, deleting
    files, adding files to filesystem1
* many updates, fixes
* win32 directory not updated yet in 100%

Dropped for 0.08.0:
* Series 40 3.0 SMS
* upgrading pkb, calendar structures to let user know, which features
  were restored and which not
...

20060517 - 0.0.6
* added setting, sending sms for dct4 & dct4/tiku (6110 need testing)

Current release contains support for:
* main phonebook & sms
* all calendar
features in Nokia DCT3, DCT4, TIKU phones

20060312 - 0.0.5
* added getting sms from dct3 & dct4

20051011 - 0.0.4
New features:
* calendar method 1,2 and 3 for dct4
* getting date & time from dct4

20050708 - 0.0.3
New features:
* setting pbk
* irda for linux
* cfg files
* other

20050510 - 0.0.2 (MileStone 2)
Available:

* dll for win32
* all main features in core
* bt/irda/serial for win32
* identification for 6110/7110/6510 models
* getting pbk status and entries
* new license
* setting own frame handlers

20040203
Released officialy first draft version

20031016
Started some work - testing some ideas, etc. etc.
