[vlc-commits] NEWS: --http-host expects URL-style bracket-enclosed IPv6 addresses
Pierre Ynard
git at videolan.org
Sun Jan 1 17:40:43 CET 2012
vlc/vlc-1.2 | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Sun Jan 1 16:56:01 2012 +0100| [3d4f924e6d9c4e197161854ef10d12b8a1d50530] | committer: Pierre Ynard
NEWS: --http-host expects URL-style bracket-enclosed IPv6 addresses
Unfortunately there is not much we can do until we ditch the legacy
<host>:<port> syntax for good
(cherry picked from commit f4ef5cd57b7086b2d2bd32f831ce63f8273c6d57)
Signed-off-by: Pierre Ynard <linkfanel at yahoo.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=3d4f924e6d9c4e197161854ef10d12b8a1d50530
---
NEWS | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 4b229a1..88c321d 100644
--- a/NEWS
+++ b/NEWS
@@ -14,8 +14,8 @@ Important notes:
- --disc-caching specifies caching for local optical media.
All values are expressed in milliseconds as in previous versions.
* HTTP server IP address, port, and TLS configuration is now centralized:
- - The --http-host option sets the address, e.g. "--http-host=2001:db8::1".
- By default, both :: and 0.0.0.0 are used.
+ - The --http-host option sets the address, e.g. "--http-host=[2001:db8::1]".
+ By default, both [::] and 0.0.0.0 are used.
- The --http-port and --https-port options set the port numbers.
By default, 8080 is used for HTTP, and 8443 for HTTPS.
- The TLS credentials are configured with --http-cert (public certificate),
More information about the vlc-commits
mailing list