aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-08-17 07:09:27 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-08-17 07:09:27 +0000
commitf7027562c816a9e975991020588547dae50efc15 (patch)
tree3ee185d6bb37ebdd85f7f1003a8225304710730e /ChangeLog
parentf5a0e4f278175802371808947f67d6d8991bc381 (diff)
modified ldif parser. Fixed OE import on startup.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2672 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b18273f1..d8ffaf19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
-2010-08-12
+2010-08-17
- * version 3.1.0beta3
+ * src/importldif.[ch]: addressbook_imp_ldif_file(): new function to
+ import LDIF file automatically.
+ * src/ldif.[ch]: supported "nickname" tag. Ignore null-string
+ fld->userName. Skip duplicated "mail" tags. Fixed a memory leak.
+ * src/setup.c: setup_import_data(): don't create duplicate folders.
2010-08-10