]> git.sesse.net Git - vlc/commitdiff
Document --*-caching change
authorRémi Denis-Courmont <remi@remlab.net>
Fri, 7 Oct 2011 17:57:31 +0000 (20:57 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Fri, 7 Oct 2011 20:16:33 +0000 (23:16 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 970794106ed2239ecb11b6d568a9b50673a46e08..08c7c28bc807585928b46817117d72ead19ebdd7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,12 @@ Important notes:
    conflicts with some URLs and file names. For instance, this plays a DVD
    from the 2nd chapter of the 1st title up to the 4th chapter of the 3rd
    title:  vlc dvd://#1:2-3:4
+ * The 40+ --*-caching options were simplified and dumbed down to 4 options:
+   - --file-caching specifies caching for local files,
+   - --network-caching specifies caching for network resources,
+   - --live-caching specifies caching for capture devices and
+   - --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.