]> git.sesse.net Git - vlc/commitdiff
NEWS: --http-host expects URL-style bracket-enclosed IPv6 addresses
authorPierre Ynard <linkfanel@yahoo.fr>
Sun, 1 Jan 2012 15:56:01 +0000 (16:56 +0100)
committerPierre Ynard <linkfanel@yahoo.fr>
Sun, 1 Jan 2012 15:56:01 +0000 (16:56 +0100)
Unfortunately there is not much we can do until we ditch the legacy
<host>:<port> syntax for good

NEWS

diff --git a/NEWS b/NEWS
index fd1a92e03eb1b7dca44fb86d2beffba8dbbf8293..8ba8688aa2cd397e5ed3f938cd4ce7d632b25369 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -19,8 +19,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),