2011-09-18 [colin] 3.7.10cvs17
[claws.git] / ChangeLog
index d315837249cfb6f75bf5e8592b3500a954909738..871c61d235ddd8a59ca84287b2f78122b6f157ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,105 @@
+2011-09-18 [colin]     3.7.10cvs17
+
+       * src/news.c
+               Fix segfault when connection fails
+
+2011-09-03 [colin]     3.7.10cvs16
+
+       * src/common/ssl.c
+               Use NORMAL instead of EXPORT priorities.
+
+2011-09-02 [colin]     3.7.10cvs15
+
+       * configure.ac
+       * src/common/ssl.c
+               Linking against gcrypt explicitely in order to call
+               gcry_control() for mutex setup isn't necessary anymore
+               starting from gnuTLS 2.11.
+
+2011-08-31 [colin]     3.7.10cvs14
+
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+               Fix bug #2431, "Major memory leak in PGP message handling".
+
+2011-08-31 [colin]     3.7.10cvs13
+
+       * AUTHORS
+       * src/gtk/authors.h
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/gtk/authors.h
+               Apply Steve Rader's patch from bug #2388, "Add 
+               message view scrolling menu items"
+
+2011-08-30 [colin]     3.7.10cvs12
+
+       * src/gtk/prefswindow.c
+               Fix layout issues (i.e. on SSL page if changing account
+               type prior to visiting it).
+
+2011-08-30 [colin]     3.7.10cvs11
+
+       * configure.ac
+       * src/common/ssl.c
+               Don't use deprecated functions for GnuTLS priorities.
+               Require GnuTLS 2.2 that is the first version with the
+               new function.
+
+2011-08-30 [colin]     3.7.10cvs10
+
+       * src/common/socket.c
+       * src/common/ssl.c
+               Long-term fix for bug #2402, "GnuTLS change breaks socket
+               communication", as per http://savannah.gnu.org/support/?107660
+
+2011-08-30 [colin]     3.7.10cvs9
+
+       * src/etpan/imap-thread.c
+       * src/etpan/nntp-thread.c
+               Remove dead openSSL code
+
+2011-08-30 [colin]     3.7.10cvs8
+
+       * src/ssl_manager.c
+       * src/common/ssl.c
+       * src/common/ssl_certificate.c
+       * src/common/ssl_certificate.h
+       * src/etpan/imap-thread.c
+       * src/etpan/nntp-thread.c
+               Fix bug #2127, "SSL cert check uses canonical name instead of
+               specified name"
+
+2011-08-29 [colin]     3.7.10cvs7
+
+       * src/prefs_account.c
+               Fix X-Mailer option not appearing on IMAP
+
+2011-08-29 [colin]     3.7.10cvs6
+
+       * src/plugins/pgpcore/Makefile.am
+       * src/plugins/pgpinline/Makefile.am
+       * src/plugins/pgpmime/Makefile.am
+       * src/plugins/smime/Makefile.am
+               Windows build fix:
+               libtool: link: require no space between `-L' and `.'
+
+2011-08-29 [colin]     3.7.10cvs5
+
+       * src/account.c
+       * src/compose.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+               Revert cvs4 which is rather illogical and instead
+               use Fabian's patch from bug #2471
+
+2011-08-29 [colin]     3.7.10cvs4
+
+       * src/compose.c
+               Don't insert custom headers that have empty values.
+               Allows not inserting X-Mailer if it's set to nothing.
+               Fixes bug #2471, "Make setting an X-Mailer header optional".
+
 2011-08-29 [colin]     3.7.10cvs3
 
        * src/image_viewer.c