* Version 2.11.6v2.11.6
commitc5bb25b1320af6cda4cc62ea9e15fbb03ee92026
authorEduardo Chappa <chappa@washington.edu>
Sun, 22 Sep 2013 00:45:27 +0000 (21 18:45 -0600)
committerEduardo Chappa <chappa@washington.edu>
Sun, 22 Sep 2013 00:45:27 +0000 (21 18:45 -0600)
tree7edbf4ad7c92cac182112201293da92dff56d7bf
parent48e1f5018f9d324c1ebce3ea627db50fe03a2134
  * Version 2.11.6

  * Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a
    server to use different ways to connect using ssl, for example
    {server.com/tls1} will attempt to connect to server.com at the ssl
    imap port (port 993) and establish a connection using TLSv1. These
    flags can be used in conjunction with the /ssl flag, the ssl flag is
    redundant. Conversely, however, the /ssl flag does not imply any of
    these flags; the /ssl flag means SSLv3 or, if not available, SSLv2 in
    the SSL port.

  * WebAlpine: add _GNU_SOURCE to make pubcookie build.

  * On my way to make 'make dist' and 'make distcheck' actually work.
30 files changed:
Makefile.am
Makefile.in
VERSION
autom4te.cache/output.0
autom4te.cache/output.2
autom4te.cache/requests
autom4te.cache/traces.0
autom4te.cache/traces.2
configure
configure.ac
imap/src/c-client/imap4r1.c
imap/src/c-client/mail.c
imap/src/c-client/mail.h
imap/src/c-client/nntp.c
imap/src/c-client/pop3.c
imap/src/c-client/smtp.c
m4/Makefile.am
m4/Makefile.in
pith/pine.hlp
po/Makevars
po/POTFILES.in
po/alpine.pot
regex/Makefile.in
web/src/cgi.tcl-1.10/cgi.tcl [new file with mode: 0644]
web/src/cgi.tcl-1.10/version [new file with mode: 0644]
web/src/pubcookie/wp_gssapi_proxy [new file with mode: 0755]
web/src/pubcookie/wp_tclsh [new file with mode: 0755]
web/src/pubcookie/wp_uidmapper [new file with mode: 0755]
web/src/pubcookie/wp_uidmapper.c
web/src/pubcookie/wp_umc [new file with mode: 0755]