|
From: Armin B. <az...@us...> - 2004-11-30 13:16:55
|
Update of /cvsroot/multisync/multisync/plugins/evolution2_sync In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6398 Modified Files: Tag: branch_08X ChangeLog Log Message: - Fixed crash when unable to delete a entry. (Thanks to Ron) - Fixed handling of the returned uidret. Used strncpy since memory is allocated in the engine. Fixed bug with duplication and entries not being deleted (Thanks to Jonas Birme) Index: ChangeLog =================================================================== RCS file: /cvsroot/multisync/multisync/plugins/evolution2_sync/ChangeLog,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** ChangeLog 29 Nov 2004 17:57:02 -0000 1.1.2.1 --- ChangeLog 30 Nov 2004 13:16:44 -0000 1.1.2.2 *************** *** 1,4 **** --- 1,12 ---- CVS + - Fixed crash when unable to delete a entry. + (Thanks to Ron) + + - Fixed handling of the returned uidret. Used strncpy + since memory is allocated in the engine. Fixed bug with + duplication and entries not being deleted + (Thanks to Jonas Birme) + - Added check if uidretlen != NULL. Crashed otherwise if a entry was deleted |