You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* bundled libUseful dir now named libUseful-bundled to prevent confusion with any installed libUseful
3
+
* Upgrade to libUseful-5, this should fix issues with rotating logfiles
4
+
5
+
v4.5 (2022-04-04)
6
+
* Use locale timezone.
7
+
* Added -pfs and PerfectForwardSecrecy options to command-line and config file
8
+
* add Settings.Timezone
9
+
* fix XML returned on PROPFIND 404
10
+
11
+
v4.4 (2020-11-30)
12
+
* Fix for uninitialized pidfile path error
13
+
* Add -P command-line option and PidFile= config file option
14
+
* Fix for bug introduced by 'unshare' feature that disables 'ChHome' feature
15
+
16
+
v4.1 (2020-10-09)
17
+
* fastopen now only enabled in https by default. added TCPFastOpen and ListenQueue config options
18
+
19
+
v4.0 (2020-10-09)
20
+
* added REUSEPORT and namespaces
21
+
* added namespaces support
22
+
* handle chroot better when server not running as root
23
+
* Fix for pipes being held open by other processes that shouldn't even have them
24
+
25
+
v3.2 (2020-04-24)
26
+
* fix for vpath directory traversals
27
+
28
+
v3.1 (2020-04-23)
29
+
* Handle being used through a proxy or frontend that is encrypting for us.
30
+
* Added 'Upload' events support.
31
+
* Don't display 'move selected' and 'delete selected' if interactive mode not enabled.
32
+
33
+
v3.0 (2020-04-12)
34
+
* Support HTTPS/HTTP on same port.
35
+
* Added SOCKS service support.
36
+
* Fix CGI bug for slow .cgi scripts.
37
+
* Add proxy allow/deny config.
38
+
39
+
v2.3 (2019-10-29)
40
+
* Fix for silly 'missing return' issue that leaves directory listing broken on some systems, while miraculously working on others
41
+
42
+
v2.2 (2019-10-18)
43
+
* fix for autoconf check for xattr. Only use this feature if asked
44
+
* Fix for SIGPIPE issues.
45
+
* Added 'local' vpath type (for use with let's encrypt).
46
+
47
+
v2.1 (2016-04-06)
48
+
* Fixed slow cgi scripts.
49
+
* Fixed 'UTC only' in cgi scripts
50
+
* bugfix: fix crash when permission denied on reading a media file into an m3u listing
51
+
52
+
v2.0 (2016-03-25)
53
+
* Added -sslv command-line option.
54
+
* Fixing some problems with KeepAlive/Session Reuse
55
+
* Added 'password' option to VPaths
56
+
* bugfixes for PROXY VPaths
57
+
* multiple bugfixes, including one relating to authentication
58
+
* fix for cookie-header problem.
59
+
* Fixes for POST to cgi programs
60
+
* Session Cookie Authentication added.
61
+
* Connection: Keep-Alive is now on by default
62
+
* Bigger default memory resources due to experience with php.
63
+
* VPaths can now take 'user=' and 'group=' arguments to specify which user to switch to when accessing a vpath
64
+
* read resolution of image files. So far only works for BMP!
65
+
* cache-age can now be set against a VPath. Better handling of child processes and the sockets they talk on. The 'send directory as tar' option can now support a selection of files, and user-defined package types using external programs like tar, rar or zip.
66
+
* pam-account checking added
67
+
* Initial Websockets work
68
+
* added REMOTE_MAC support
69
+
* log to file (event logfile) now works
70
+
* Better handling of POST requests
71
+
* upgraded libUseful. Fixed handling of form data containing HTTP entites.
72
+
* MkDir now works with folders that have a spaces within the name.
73
+
* Access tokens can now be generated on a file's Edit/Details page. General fixes for compiler warnings.
74
+
* Only supply access tokens in .m3u files if access token authentication is enabled
75
+
* Authentication cleanups, Fix for 'deny' mode not working if pam not enabled
76
+
* Fix for paths containing single-quotes
77
+
* MaxLogSize setting can now take k,M,G suffixes
78
+
* Fixed stray \r bug for cgi scripts (added 'StripTrailingWhitespace'),
79
+
* Added Resource Limits
80
+
* Events framework extended to work with response codes, even from within chroot.
81
+
* Changes to ensure exit if SSL negotation fails
82
+
* Anti-shellshock changes with the 'SetEnvironmentVariable' function that cleans occurances of '()' out of CGI envornment variables.
83
+
* changes to prevent 'endless loop' when reading ID3 tags
84
+
* More changes to access tokens to allow their use in less trusted environments, and removal of insistance on HTTP Method, so an access token now grants permission to HEAD, GET, OPTIONS, but never PUT or POST
85
+
* Added X-Media headers
86
+
* added timezone setting
87
+
* File properties stored in .prop file or xattr.
88
+
* Added secret key for access token authentication
89
+
* Safari has issues with http keep-alive, so that feature can now be turned on or off as required
90
+
* Run Event scripts as a non-root user
91
+
92
+
v1.3
93
+
* Support for client certificates.
94
+
* Support for Perfect Forward Secrecy.
95
+
96
+
v1.2
97
+
* IPv6 support added.
98
+
* Capabilities support added: most capabilities dropped at startup.
99
+
100
+
v1.1
101
+
* Proxy support working again.
102
+
* 'UserAgentSettings' added.
103
+
* Digest Authentication added (READ THE 'README'!).
104
+
* Ability to log out of HTTP session by going to a fake url.
105
+
106
+
v1.0.4
107
+
* Support for custom headers to be added from config-file.
# The default lists apply if the user does not specify any file.
@@ -488,7 +488,7 @@ if $ac_cs_silent; then
488
488
fi
489
489
490
490
if$ac_cs_recheck;then
491
-
set X /bin/bash './configure''--disable-option-checking''--prefix=/usr/local''--enable-ssl''--without-libuseful''--cache-file=/dev/null''--srcdir=.'$ac_configure_extra_args --no-create --no-recursion
491
+
set X /bin/bash './configure''--disable-option-checking''--prefix=/usr/local''--enable-ssl''--cache-file=/dev/null''--srcdir=.'$ac_configure_extra_args --no-create --no-recursion
0 commit comments