1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
2006-08-15 Daniel Gollub <dgollub@suse.de>
* modified hash functions (update leads to different hash results!)
* fixed serveral memory leaks
* replaced privacy function with TRACE_SENSITIVE
2006-05-26 Daniel Gollub <dgollub@suse.de>
* added configure parameters
--disable-event
--disable-contact
2006-05-20 Daniel Gollub <dgollub@suse.de>
* gnokii_contact_utils.c
gnokii_contact_utils.h
- helper funcitons for gnokii-format contact
* contact fixes
- categories in gnokii-format contact
- clean telephone numbers (only +*#pw[0-9] allowed)
- evo2-sync workaround for name
2006-05-19 Daniel Gollub <dgollub@suse.de>
* updated README / INSTALL
* gnokii-sync contact support is actived by default!!!
- EXPERIMENTAL. Don't forget your backup!
2006-05-01 Daniel Gollub <dgollub@suse.de>
* gnokii_format.c
- stores gnokii-format information
* gnokii_contact.c
gnokii_contact.h
- write/modify/delete/hash contact notes
- commit contact changes
- get contact changes
* gnokii_contact_format.c
gnokii_contact_format.h
- format gnokii-contact
* extended sync/disconnect/get_changeinfo/get_data/commit/read
timeout to 10000. (Thanks to mmeyer!)
2006-03-12 Daniel Gollub <dgollub@suse.de>
* fixed several memory leaks
* fixed alarm/reminder of all day events
* src/gnokii_calendar_format.c
- fixed alarm time of all day events in gnokii event format
* configure.in
- added --enable-privacy which let disappear the sensitive data
in the trace log files
* src/Makefile.am
- avoid linking problems with -lopensync-xml for gnokii-format
* added destroy function for event format (calendar)
2006-02-27 Daniel Gollub <dgollub@suse.de>
* Initial version of gnokii-sync
* gnokii_calendar.c
gnokii_calendar.h
- write event notes
- delete event notes
- modify event notes
- hash event notes
- ...
* gnokii_calendar_utils.c
gnokii_calendar_utils.h
- helper functions for object type event
- time converting
- ...
* gnokii_calendar_format.c
- format gnokii-event
- converts xml to gnokii-event
- converts gnokii-event to xml
* gnokii_comm.c
gnokii_comm.h
- handles connection to the cell phone
- connect/disconnect
* gnokii_config.c
gnokii_config.h
- config parser
* gnokii_sync.c
gnokii_sync.h
- main code of gnokii-sync plugin
* gnokii-sync
- config file template for gnokii-sync plugin
|