summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-02 09:48:35 +0200
committerwm4 <wm4@nowhere>2016-09-02 09:48:35 +0200
commit907bf832970412a81cc3813ab07a634b116995c3 (patch)
treec66a26446acc7f34c2d4bd6f7adc374f62984fec /DOCS
parent3659f9e41646b95dc812640a49bb0b8cb879e441 (diff)
downloadmpv-907bf832970412a81cc3813ab07a634b116995c3.tar.bz2
mpv-907bf832970412a81cc3813ab07a634b116995c3.tar.xz
manpage: mention the client API/interface change logs
Also, I'm seeing that we still have mplayer-changes.rst - add a warning that it's outdated.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/changes.rst7
-rw-r--r--DOCS/mplayer-changes.rst4
2 files changed, 8 insertions, 3 deletions
diff --git a/DOCS/man/changes.rst b/DOCS/man/changes.rst
index 92ec3444af..d1daa32bd7 100644
--- a/DOCS/man/changes.rst
+++ b/DOCS/man/changes.rst
@@ -8,6 +8,11 @@ There is no real changelog, but you can look at the following things:
https://github.com/mpv-player/mpv/releases
* The git log, which is the "real" changelog
+* The files ``client-api-changes.rst`` and ``interface-changes.rst`` in the
+ ``DOCS`` sub directoryon the git repository, which document API and user
+ interface changes (the latter usually documents breaking changes only, rather
+ than additions).
* The file ``mplayer-changes.rst`` in the ``DOCS`` sub directory on the git
repository, which used to be in place of this section. It documents some
- changes that happened since mplayer2 forked off MPlayer.
+ changes that happened since mplayer2 forked off MPlayer. (Not updated
+ anymore.)
diff --git a/DOCS/mplayer-changes.rst b/DOCS/mplayer-changes.rst
index 0eb523660d..6e9e5f20e3 100644
--- a/DOCS/mplayer-changes.rst
+++ b/DOCS/mplayer-changes.rst
@@ -7,8 +7,8 @@ large part of which is incompatible or completely changes how the player
behaves. Although there are still many similarities to its ancestors, **mpv**
should generally be treated as a completely different program.
-.. note::
- These lists are incomplete.
+.. admonition:: Warning
+ This document is not updated anymore, and is incomplete and outdated.
General Changes from MPlayer to mpv
-----------------------------------