2007-08-23 [colin] 2.10.0cvs156
[claws.git] / ChangeLog
index 7db4f89741a1d0b20d98f13b968869769d09ea69..ae5f43d58f6c29106bcc5712b1781223d2af1642 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,105 @@
+2007-08-23 [colin]     2.10.0cvs156
+
+       * src/imap.c
+               Check scan_required on dest folder when copying
+
+2007-08-23 [colin]     2.10.0cvs155
+
+       * src/imap.c
+               Fix scanning when folder was empty
+
+2007-08-22 [colin]     2.10.0cvs154
+
+       * src/msgcache.c
+               Don't g_warning when g_try_malloc fails(), or it makes
+               things worse as g_log() allocates. Fixes bug 1290,
+               'Claws Mail crashes if too little memory when 
+               rebuilding folder tree'
+
+2007-08-22 [colin]     2.10.0cvs153
+
+       * src/inc.c
+               Fix format string vulnerability, thanks to
+               Ulf Harnhammar, Secunia Research
+
+2007-08-22 [colin]     2.10.0cvs152
+
+       * src/ldapserver.c
+               Set tv_usec too
+
+2007-08-22 [wwp]       2.10.0cvs151
+
+       * src/ldapquery.c
+               Few better null-ptr checks.
+
+2007-08-22 [colin]     2.10.0cvs150
+
+       * src/editldap.c
+       * src/editldap_basedn.c
+       * src/ldapquery.c
+       * src/ldapserver.c
+       * src/ldapserver.h
+       * src/ldapupdate.c
+       * src/ldaputil.c
+       * src/ldaputil.h
+               Fix ldap timeouts
+
+2007-08-22 [colin]     2.10.0cvs149
+
+       * src/ldapquery.c
+               Finish previous fix
+
+2007-08-22 [colin]     2.10.0cvs148
+
+       * src/ldapquery.c
+               Fix wrong assertions
+
+2007-08-22 [colin]     2.10.0cvs147
+
+       * src/ldaputil.c
+               Fix test (set ldap v3 if bindDN is set or TLS is set)
+
+2007-08-22 [colin]     2.10.0cvs146
+
+       * src/editldap.c
+       * src/ldaputil.c
+               Fix wrong "Connected successfully to server". Connection only succeeds if
+               we can get the base DN.
+
+2007-08-21 [wwp]       2.10.0cvs145
+
+       * src/browseldap.c
+       * src/editldap.c
+       * src/ldapctrl.c
+       * src/ldapquery.c
+       * src/ldapserver.c
+       * src/ldapupdate.c
+       * src/ldaputil.c
+               More sanity checks in ldap functions.
+
+2007-08-21 [wwp]       2.10.0cvs144
+
+       * src/prefs_account.c
+               Don't return a value in a void function().
+
+2007-08-21 [paul]      2.10.0cvs143
+
+       * src/messageview.c
+               add check for ftp: to messageview_list_urls()
+
+2007-08-21 [colin]     2.10.0cvs142
+
+       * src/editldap.c
+       * src/ldapctrl.c
+       * src/ldapctrl.h
+       * src/ldapquery.c
+       * src/ldapupdate.c
+               Fix bug 1293, 'LDAP address book not working'
+               Search only on specified fields, but fetch 
+               every field possible. People will have to 
+               reset the searched Attributes in their LDAP
+               servers properties.
+
 2007-08-21 [wwp]       2.10.0cvs141
 
        * src/addr_compl.c