~ubuntu-branches/ubuntu/wily/fex/wily

« back to all changes in this revision

Viewing changes to doc/Changes

  • Committer: Package Import Robot
  • Author(s): Kilian Krause
  • Date: 2015-08-19 20:35:46 UTC
  • mfrom: (13.1.29 sid)
  • Revision ID: package-import@ubuntu.com-20150819203546-x0wj264xhgxs0jpd
Tags: 20150729-1
* New upstream release: 20150729
 - moved to new distribution site fex.belwue.de
 - autodelete=no if sender == recipient
 - no file name in email subject if notification is encrypted
 - added active and passive redirect support for standard HTTP documents
 - fixed various bugs
 - removed vhost support
* Fix debian/watch
* Refresh patches
* Remove 03_fexget_search_ca.patch - is now upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2015-07-29 install: fixed various bugs
 
2
2015-07-15 dop: symbolic links generate a HTTP 302 (temporarily redirection) 
 
3
                instead of a HTTP 301 (permanently redirection) response
 
4
2015-06-16 fexsend: fixed bug hangs with https
 
5
           new fex.ph config variable @mailing_lists
 
6
2015-06-15 fup: always display fur link, if @local_domains is defined
 
7
2015-06-10 fexsrv: fixed warning with https and SIGCHLD
 
8
2015-05-16 fexsrv/dop: added active and passive redirect support
 
9
2015-05-12 fuc: fixed bug undefined subroutine end_html
 
10
2015-04-30 fex_cleanup: fixed bug runtime error with mtime (symlinks)
 
11
2015-04-24 fixed bug wrong quota calculation for uploads
 
12
2015-04-23 fex_cleanup: follow symbolic links if they contain a /
 
13
2015-04-22 fexsend: 60 s timeout for file transfer socket (sys)write
 
14
2015-04-22 fup: fixed bug fexsend hangs with SKEY or GKEY recipient URL
 
15
2015-04-02 fixed several severe bugs in install script
 
16
2015-04-01 group name may only contain (some) ASCII characters
 
17
2015-03-29 fop: fixed bug no more download from same (recipient) ip
 
18
2015-03-18 added local URL redirect service
 
19
2015-03-08 fup: fixed bug uninitialized value $address if alias address is 
 
20
                used twice
 
21
2015-03-07 disallow email addresses starting with "-"
 
22
           fex_cleanup: do not terminate on sendmail error
 
23
2015-03-01 no file name in email subject if notification is encrypted
 
24
2015-02-28 fexsrv: restrict HTTP header to 64 kB ($bs) and POST (not fup) to 
 
25
                   128 MB
 
26
2015-02-27 no more usage of CGI.pm at all
 
27
2015-02-25 fup: added $auth_hook
 
28
2015-02-24 fac(CGI): no more usage of CGI.pm
 
29
2015-02-18 fuc: fixed bug no gpg usage help
 
30
2015-02-17 fexsend: check SSLeay version and adjust SSL_verify_mode
 
31
2015-02-16 fup: save upload URL in spool
 
32
           in notification+reminder emails use same protocol for download URL
 
33
           like in upload
 
34
2015-02-08 rup: fixed various bugs (not working at all)
 
35
2015-02-05 fup: fixed bug cannot send to groups 
 
36
2015-01-27 fup: set autodelete=no if sender == recipient
 
37
                (use case: provide download link for mailing lists)
 
38
           new fex.ph config variable $fex_yourself (default yes)
 
39
2015-01-25 fexsend: fixed bug cannot forward a file name with "&"
 
40
2015-01-21 main user is always first member of a new group
 
41
           substituted CGI::Carp with web error handler via PERLINIT environment
1
42
2015-01-17 new fex.ph config variable $mail_authid (default yes)
2
43
2015-01-16 fixed bug no notfication for still existing file (overwrite)
3
44
2015-01-15 fixed bug no locale reminder notfication
198
239
2012-11-07 fixed security bug restricted user can redirect files
199
240
2012-11-06 fup: show download-URL after upload if sender = recipient
200
241
           fup,fop,fac: added user up/download IP restriction by admin
201
 
2012-11-05 added HTTP Strict Transport Security if $force_https is enabled
 
242
2012-11-05 added HTTP Strict Transport Security (HSTS) if $force_https is set
202
243
           fixed bug afex accessible via xkey from everywhere
203
244
2012-11-02 fup: fixed bug one time upload URL gives "no recipient specified" 
204
245
                error
802
843
           fex.pp: umask 077
803
844
2008-03-23 fup: fixed bug in using multiple recipients
804
845
2008-03-22 first public release
 
846
2007-01-27 first file fexed via fex.rus.uni-stuttgart.de
805
847
2006-11-?? first code