diff options
author | Chris Toshok <toshok@ximian.com> | 2001-10-17 15:37:39 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-10-17 15:37:39 +0800 |
commit | 9a5d75225e839204cd41865520731d6f06008a14 (patch) | |
tree | 57f19cad734d016f075cc9a57b11091b0c58941b /addressbook/ChangeLog | |
parent | 3866230dd6a414d4b38106476c33c96f9ec15030 (diff) | |
download | gsoc2013-evolution-9a5d75225e839204cd41865520731d6f06008a14.tar gsoc2013-evolution-9a5d75225e839204cd41865520731d6f06008a14.tar.gz gsoc2013-evolution-9a5d75225e839204cd41865520731d6f06008a14.tar.bz2 gsoc2013-evolution-9a5d75225e839204cd41865520731d6f06008a14.tar.lz gsoc2013-evolution-9a5d75225e839204cd41865520731d6f06008a14.tar.xz gsoc2013-evolution-9a5d75225e839204cd41865520731d6f06008a14.tar.zst gsoc2013-evolution-9a5d75225e839204cd41865520731d6f06008a14.zip |
add upgrade from 0.1 to 0.2, where we make sure id dbt's match vcard id's,
2001-10-17 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-file.c (pas_backend_file_upgrade_db):
add upgrade from 0.1 to 0.2, where we make sure id dbt's match
vcard id's, fixes longstanding bug (#7406) where cards were not
modifiable or removable after having been created during a 1-2
week long window in early betas.
(PAS_BACKEND_FILE_VERSION): change to 0.2
(PAS_ID_PREFIX): #define this here.
(pas_backend_file_create_unique_id): use PAS_ID_PREFIX instead of
the string.
svn path=/trunk/; revision=13720
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 67016e47a7..5f8c547b12 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,15 @@ +2001-10-17 Chris Toshok <toshok@ximian.com> + + * backend/pas/pas-backend-file.c (pas_backend_file_upgrade_db): + add upgrade from 0.1 to 0.2, where we make sure id dbt's match + vcard id's, fixes longstanding bug (#7406) where cards were not + modifiable or removable after having been created during a 1-2 + week long window in early betas. + (PAS_BACKEND_FILE_VERSION): change to 0.2 + (PAS_ID_PREFIX): #define this here. + (pas_backend_file_create_unique_id): use PAS_ID_PREFIX instead of + the string. + 2001-10-16 Iain Holmes <iain@ximian.com> * backend/ebook/evolution-ldif-importer.c (support_format_fn): Return |