2007-10-18 [colin] 3.0.2cvs89
[claws.git] / ChangeLog
index 87f865ec2c92c90235ff5e244a2461ac68677921..f77d0e2544c7b1c52061e7b74e0b7fc39c10b96c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,99 @@
+2007-10-18 [colin]     3.0.2cvs89
+
+       * src/common/ssl_certificate.c
+               Fix missing initialisations
+
+2007-10-18 [wwp]       3.0.2cvs88
+
+       * src/Makefile.am
+               Fix linking against GNUTLS (matters if --enable-gnutls only).
+
+2007-10-18 [colin]     3.0.2cvs87
+
+       * po/POTFILES.in
+               Fix build
+
+2007-10-18 [mones]     3.0.2cvs86
+
+       * src/editbook.c
+       * src/import.c
+       * src/prefs_account.c
+       * src/prefs_receive.c
+       * src/gtk/about.c
+       * src/plugins/bogofilter/bogofilter_gtk.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               More capitalisation micro-fixes
+
+2007-10-18 [paul]      3.0.2cvs85
+
+       * configure.ac
+               add info about NNTP support via libetpan
+               change the configure output ending msg a little
+       * src/gtk/about.c
+               similar changes to above
+
+2007-10-18 [colin]     3.0.2cvs84
+
+       * src/procmime.c
+       * src/procmime.h
+               Fix missing symbol for S/MIME
+
+2007-10-18 [colin]     3.0.2cvs83
+
+       * src/prefs_filtering_action.c
+               Fix crash in tags (introduced in cvs78)
+
+2007-10-18 [colin]     3.0.2cvs82
+
+       * src/common/Makefile.am
+       * src/common/nntp.c
+       * src/common/nntp.h
+       * src/etpan/Makefile.am
+       * src/etpan/etpan-thread-manager-types.h
+       * src/etpan/etpan-thread-manager.c
+       * src/etpan/imap-thread.c
+       * src/etpan/nntp-thread.c
+       * src/etpan/nntp-thread.h
+       * src/news.c
+       * src/news.h
+               Rewrite the nntp implementation
+               to use libetpan. Non-blocking NNTP!
+       * src/account.c
+       * src/crash.c
+       * src/imap.c
+       * src/inc.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/pop.c
+       * src/pop.h
+       * src/prefs_account.c
+       * src/recv.c
+       * src/recv.h
+       * src/send_message.c
+       * src/send_message.h
+       * src/ssl_manager.c
+       * src/ssl_manager.h
+       * src/wizard.c
+       * src/common/claws.c
+       * src/common/session.c
+       * src/common/session.h
+       * src/common/smtp.c
+       * src/common/smtp.h
+       * src/common/socket.c
+       * src/common/socket.h
+       * src/common/ssl.c
+       * src/common/ssl.h
+       * src/common/ssl_certificate.c
+       * src/common/ssl_certificate.h
+       * src/gtk/about.c
+       * src/gtk/sslcertwindow.c
+       * src/gtk/sslcertwindow.h
+               Implement GnuTLS support. GnuTLS support
+               will be used if OpenSSL isn't available, or
+               specified explicitely. (the reason is that
+               GnuTLS cerficate checking is a bit less 
+               practical than OpenSSL's)
+
 2007-10-18 [paul]      3.0.2cvs81
 
        * src/gtk/inputdialog.c