2008-10-24 [paul] 3.6.1cvs10
[claws.git] / ChangeLog
index f84cf8fd80051ff55fc32e38d9400b572613201d..d92d1df8c053d9b8281c004247cd8b564d67c0ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,181 @@
+2008-10-24 [paul]      3.6.1cvs10
+
+       * tools/kdeservicemenu/README
+       * tools/kdeservicemenu/install.sh
+               add support for kde4 in addition to kde3.
+               a rework involving checking for kde4-config, then
+               kde-config, finally prompting the user for the
+               location of either if they cannot be found
+               
+
+2008-10-18 [paul]      3.6.1cvs9
+
+       * tools/claws.i18n.status.pl
+               updated with latest translator info.
+               only print for languages defined in %langname
+
+2008-10-17 [paul]      3.6.1cvs8
+
+       * src/plugins/pgpcore/sgpgme.c
+               when listing the uid's, show the uid validity
+
+2008-10-16 [paul]      3.6.1cvs7
+
+       * INSTALL
+               updated
+
+2008-10-13 [wwp]       3.6.1cvs6
+
+       * po/fr.po
+               Updated French translation.
+
+2008-10-11 [colin]     3.6.1cvs5
+
+       * src/gtk/authors.h
+               Fix bug 1756, "Outdated translators list in About 
+               dialogue". Patch by Aleksei Miheev.
+
+2008-10-11 [colin]     3.6.1cvs4
+
+       * src/account.c
+       * src/imap.c
+       * src/inc.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/news.c
+       * src/pop.c
+       * src/pop.h
+       * src/prefs_account.c
+       * 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/defs.h
+       * 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
+               Remove OpenSSL code
+
+2008-10-11 [colin]     3.6.1cvs3
+
+       * src/common/ssl_certificate.c
+               Make local function static
+
+2008-10-10 [colin]     3.6.1cvs2
+
+       * src/common/ssl.h
+       * src/common/ssl_certificate.c
+       * src/gtk/sslcertwindow.c
+               Add offline certificate verification,
+               thanks to Nikos Mavrogiannopoulos for the
+               hints
+
+2008-10-10 [colin]     3.6.1cvs1
+
+       * src/common/ssl_certificate.c
+       * src/gtk/sslcertwindow.c
+               Fix warnings
+
+2008-10-10 [paul]      3.6.1
+
+       * m4/spamassassin.m4
+               remove openssl dross
+
+       * NEWS
+       * README
+       * RELEASE_NOTES 
+               3.6.1 released!
+
+2008-10-10 [colin]     3.6.0cvs25
+
+       * src/common/ssl.c
+               Tell libetpan it doesn't need to init
+               GnuTLS
+
+2008-10-10 [colin]     3.6.0cvs24
+
+       * claws-mail.pc.in
+               Remove references to openssl
+
+2008-10-09 [colin]     3.6.0cvs23
+
+       * configure.ac
+               Fix message
+
+2008-10-09 [colin]     3.6.0cvs22
+
+       * configure.ac
+               Error out when building against openssl
+
+2008-10-09 [colin]     3.6.0cvs21
+
+       * configure.ac
+       * COPYING
+       * src/crash.c
+       * src/main.c
+       * src/gtk/about.c
+               Disable OpenSSL due to requirement of
+               OpenSSL exception. Code not removed yet,
+               just in case, but disabled.
+
+2008-10-09 [colin]     3.6.0cvs20
+
+       * configure.ac
+       * src/Makefile.am
+       * src/crash.c
+       * src/gedit-print.c
+       * src/gedit-print.h
+       * src/main.c
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/prefs_ext_prog.c
+       * src/prefs_fonts.c
+       * src/prefs_image_viewer.c
+       * src/printing.c
+       * src/printing.h
+       * src/summaryview.c
+       * src/gtk/Makefile.am
+       * src/gtk/about.c
+       * src/gtk/gtksourceprintjob.c
+       * src/gtk/gtksourceprintjob.h
+               Revert previous patch. It'd be better to remove
+               OpenSSL instead, as GnuTLS works as well.
+
+2008-10-09 [colin]     3.6.0cvs19
+
+       * configure.ac
+       * src/Makefile.am
+       * src/crash.c
+       * src/gedit-print.c
+       * src/gedit-print.h
+       * src/main.c
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/prefs_ext_prog.c
+       * src/prefs_fonts.c
+       * src/prefs_image_viewer.c
+       * src/printing.c
+       * src/printing.h
+       * src/summaryview.c
+       * src/gtk/Makefile.am
+       * src/gtk/about.c
+       * src/gtk/gtksourceprintjob.c
+       * src/gtk/gtksourceprintjob.h
+               Remove the libgnomeprint interface (deprecated,
+               and fixes Debian's #501570, 'Copyright confusion')
+
 2008-10-09 [colin]     3.6.0cvs18
 
        * configure.ac