From f843ae9983b62f81d0aa79a333e594855fe4ccf3 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 21 Nov 2016 20:17:41 +0100 Subject: Fix some future release version numbers Since the recent release was named 0.22.0 instead of 0.21.1, bump all mentions of 0.22.0 to 0.23.0. These were planned removals of deprecated versions, which obviously didn't happen in 0.22.0. --- DOCS/client-api-changes.rst | 2 +- DOCS/interface-changes.rst | 10 +++++----- DOCS/man/vo.rst | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'DOCS') diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst index 94b39bd58d..1dacbb2c32 100644 --- a/DOCS/client-api-changes.rst +++ b/DOCS/client-api-changes.rst @@ -38,7 +38,7 @@ API changes - do not override the SIGPIPE signal handler anymore. This was done as workaround for the FFmpeg TLS code, which has been fixed long ago. - deprecate mpv_suspend() and mpv_resume(). They will be stubbed out - in mpv 0.22.0. + in mpv 0.23.0. - make mpv_set_property() work to some degree before mpv_initialize(). It can now be used instead of mpv_set_option(). - semi-deprecate mpv_set_option()/mpv_set_option_string(). You should diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst index 7868f0a8e2..ec4c6b8da0 100644 --- a/DOCS/interface-changes.rst +++ b/DOCS/interface-changes.rst @@ -67,7 +67,7 @@ Interface changes - "fps" -> "container-fps" - "idle" -> "idle-active" - "cache" -> "cache-percent" - the old names are deprecated and will change behavior in mpv 0.22.0. + the old names are deprecated and will change behavior in mpv 0.23.0. - remove deprecated "hwdec-active" and "hwdec-detected" properties - deprecate the ao and vo auto-profiles (they never made any sense) - deprecate "--vo=direct3d_shaders" - use "--vo=direct3d" instead. @@ -81,17 +81,17 @@ Interface changes now always sets the device, not the span or speed to be played. No separating extra "/" is needed. The hidden --cdda-device options is also deleted (it was redundant with the documented --cdrom-device). - - deprecate --vo=rpi. It will be removed in mpv 0.22.0. Its functionality + - deprecate --vo=rpi. It will be removed in mpv 0.23.0. Its functionality was folded into --vo=opengl, which now uses RPI hardware decoding by treating it as a hardware overlay (without applying GL filtering). Also - to be changed in 0.22.0: the --fs flag will be reset to "no" by default + to be changed in 0.23.0: the --fs flag will be reset to "no" by default (like on the other platforms). - deprecate --mute=auto (informally has been since 0.18.1) - deprecate "resume" and "suspend" IPC commands. They will be completely - removed in 0.22.0. + removed in 0.23.0. - deprecate mp.suspend(), mp.resume(), mp.resume_all() Lua scripting commands, as well as setting mp.use_suspend. They will be completely - removed in 0.22.0. + removed in 0.23.0. - the "seek" command's absolute seek mode will now interpret negative seek times as relative from the end of the file (and clamps seeks that still go before 0) diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index 593dc9a1ba..f695ba0f6f 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -483,9 +483,9 @@ Available video output drivers are: This is deprecated. Use ``--vo=opengl`` instead, which is the default and provides the same functionality. The ``rpi`` VO will be removed in - mpv 0.22.0. Its functionality was folded into --vo=opengl, which now uses + mpv 0.23.0. Its functionality was folded into --vo=opengl, which now uses RPI hardware decoding by treating it as a hardware overlay (without applying - GL filtering). Also to be changed in 0.22.0: the --fs flag will be reset to + GL filtering). Also to be changed in 0.23.0: the --fs flag will be reset to "no" by default (like on the other platforms). The following deprecated global options are supported by this video output: -- cgit v1.2.3