X-Git-Url: http://git.treefish.org/fex.git/blobdiff_plain/7fa382617fbaccc0ce522b2b3adbbee9db5ad227..e60096926213ce02293a261254ff065cae44c1c8:/doc/Changes diff --git a/doc/Changes b/doc/Changes index 6074da1..daf60e8 100644 --- a/doc/Changes +++ b/doc/Changes @@ -1,3 +1,38 @@ +2015-06-10 fexsrv: fixed warning with https and SIGCHLD +2015-05-16 fexsrv/dop: added active and passive redirect support +2015-05-12 fuc: fixed bug undefined subroutine end_html +2015-04-30 fex_cleanup: fixed bug runtime error with mtime (symlinks) +2015-04-24 fixed bug wrong quota calculation for uploads +2015-04-23 fex_cleanup: follow symbolic links if they contain a / +2015-04-22 fexsend: 60 s timeout for file transfer socket (sys)write +2015-04-22 fup: fixed bug fexsend hangs with SKEY or GKEY recipient URL +2015-04-02 fixed several severe bugs in install script +2015-04-01 group name may only contain (some) ASCII characters +2015-03-29 fop: fixed bug no more download from same (recipient) ip +2015-03-18 added local URL redirect service +2015-03-08 fup: fixed bug uninitialized value $address if alias address is + used twice +2015-03-07 disallow email addresses starting with "-" + fex_cleanup: do not terminate on sendmail error +2015-03-01 no file name in email subject if notification is encrypted +2015-02-28 fexsrv: restrict HTTP header to 64 kB ($bs) and POST (not fup) to + 128 MB +2015-02-27 no more usage of CGI.pm at all +2015-02-25 fup: added $auth_hook +2015-02-24 fac(CGI): no more usage of CGI.pm +2015-02-18 fuc: fixed bug no gpg usage help +2015-02-17 fexsend: check SSLeay version and adjust SSL_verify_mode +2015-02-16 fup: save upload URL in spool + in notification+reminder emails use same protocol for download URL + like in upload +2015-02-08 rup: fixed various bugs (not working at all) +2015-02-05 fup: fixed bug cannot send to groups +2015-01-27 fup: set autodelete=no if sender == recipient + (use case: provide download link for mailing lists) + new fex.ph config variable $fex_yourself (default yes) +2015-01-25 fexsend: fixed bug cannot forward a file name with "&" +2015-01-21 main user is always first member of a new group + substituted CGI::Carp with web error handler via PERLINIT environment 2015-01-17 new fex.ph config variable $mail_authid (default yes) 2015-01-16 fixed bug no notfication for still existing file (overwrite) 2015-01-15 fixed bug no locale reminder notfication @@ -198,7 +233,7 @@ 2012-11-07 fixed security bug restricted user can redirect files 2012-11-06 fup: show download-URL after upload if sender = recipient fup,fop,fac: added user up/download IP restriction by admin -2012-11-05 added HTTP Strict Transport Security if $force_https is enabled +2012-11-05 added HTTP Strict Transport Security (HSTS) if $force_https is set fixed bug afex accessible via xkey from everywhere 2012-11-02 fup: fixed bug one time upload URL gives "no recipient specified" error @@ -802,4 +837,5 @@ fex.pp: umask 077 2008-03-23 fup: fixed bug in using multiple recipients 2008-03-22 first public release +2007-01-27 first file fexed via fex.rus.uni-stuttgart.de 2006-11-?? first code