/usr/share/devhelp/books/python-mpd2/changes.html is in python-mpd-doc 1.0.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>python-mpd2 Changes List</title>
<link rel="stylesheet" href="_static/classic.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
</head>
<body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="nav-item nav-item-0"><a href="index.html">python-mpd2 1.0.0 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="body" role="main">
<div class="section" id="python-mpd2-changes-list">
<h1>python-mpd2 Changes List</h1>
<div class="section" id="changes-in-v1-0-0">
<h2>Changes in v1.0.0</h2>
<ul class="simple">
<li>Add support for twisted</li>
<li>Add support for asyncio</li>
<li>Use @property and @property.setter for MPDClient.timeout</li>
<li>Deprecate send_* and fetch_* variants of MPD commands: Consider using asyncio/twisted instead</li>
<li>Port argument is optional when connecting via unix sockets.</li>
<li>python-mpd will now raise mpd.ConnectionError instead of socket.error, when connection is lost</li>
<li>Add command outputvolume for forked-daapd</li>
</ul>
</div>
<div class="section" id="changes-in-v0-5-5">
<h2>Changes in v0.5.5</h2>
<ul class="simple">
<li>fix sended newlines on windows systems</li>
<li>include tests in source distribution</li>
</ul>
</div>
<div class="section" id="changes-in-v0-5-4">
<h2>Changes in v0.5.4</h2>
<ul class="simple">
<li>support for listfiles, rangeid, addtagid, cleartagid, mount, umount,
listmounts, listneighbors</li>
</ul>
</div>
<div class="section" id="changes-in-v0-5-3">
<h2>Changes in v0.5.3</h2>
<ul class="simple">
<li>noidle command does returns pending changes now</li>
</ul>
</div>
<div class="section" id="changes-in-v0-5-2">
<h2>Changes in v0.5.2</h2>
<ul class="simple">
<li>add support for readcomments and toggleoutput</li>
</ul>
</div>
<div class="section" id="changes-in-v0-5-1">
<h2>Changes in v0.5.1</h2>
<ul class="simple">
<li>add support for ranges</li>
</ul>
</div>
<div class="section" id="changes-in-0-5-0">
<h2>Changes in 0.5.0</h2>
<ul class="simple">
<li>improved support for sticker</li>
</ul>
</div>
<div class="section" id="changes-in-0-4-6">
<h2>Changes in 0.4.6</h2>
<ul class="simple">
<li>enforce utf8 for encoding/decoding in python3</li>
</ul>
</div>
<div class="section" id="changes-in-0-4-5">
<h2>Changes in 0.4.5</h2>
<ul class="simple">
<li>support for logging</li>
</ul>
</div>
<div class="section" id="changes-in-0-4-4">
<h2>Changes in 0.4.4</h2>
<ul class="simple">
<li>fix cleanup after broken connection</li>
<li>deprecate timeout parameter added in v0.4.2</li>
<li>add timeout and idletimeout property</li>
</ul>
</div>
<div class="section" id="changes-in-0-4-3">
<h2>Changes in 0.4.3</h2>
<ul class="simple">
<li>add searchadd and searchaddpl command</li>
<li>fix commands without a callback function</li>
<li>transform MPDClient to new style class</li>
</ul>
</div>
<div class="section" id="changes-in-0-4-2">
<h2>Changes in 0.4.2</h2>
<ul class="simple">
<li>backward compatible unicode handling</li>
<li>added optional socket timeout parameter</li>
</ul>
</div>
<div class="section" id="changes-in-0-4-1">
<h2>Changes in 0.4.1</h2>
<ul class="simple">
<li>prio and prioid was spelled wrong</li>
<li>added config command</li>
<li>remove deprecated volume command</li>
</ul>
</div>
<div class="section" id="changes-in-0-4-0">
<h2>Changes in 0.4.0</h2>
<ul class="simple">
<li>python3 support (python2.6 is minimum python version required)</li>
<li>support for the upcoming client-to-client protocol</li>
<li>added new commands of mpd (seekcur, prior, priorid)</li>
<li>methods are explicit declared now, so they are shown in ipython</li>
<li>added unit tests</li>
<li>documented API to add new commands (see Future Compatible)</li>
</ul>
</div>
<div class="section" id="changes-in-0-3-0">
<h2>Changes in 0.3.0</h2>
<ul class="simple">
<li>added replay_gain_mode and replay_gain_status commands</li>
<li>added mixrampdb and mixrampdelay commands</li>
<li>added findadd and rescan commands</li>
<li>added decoders command</li>
<li>changed license to LGPL</li>
<li>added sticker commands</li>
<li>correctly handle errors in command lists (fixes a longstanding bug)</li>
<li>raise IteratingError instead of breaking horribly when called wrong</li>
<li>added fileno() to export socket FD (for polling with select et al.)</li>
<li>asynchronous API (use send_<cmd> to queue, fetch_<cmd> to retrieve)</li>
<li>support for connecting to unix domain sockets</li>
<li>added consume and single commands</li>
<li>added idle and noidle commands</li>
<li>added listplaylists command</li>
</ul>
</div>
<div class="section" id="changes-in-0-2-1">
<h2>Changes in 0.2.1</h2>
<ul class="simple">
<li>connect() no longer broken on Windows</li>
</ul>
</div>
<div class="section" id="changes-in-0-2-0">
<h2>Changes in 0.2.0</h2>
<ul class="simple">
<li>support for IPv6 and multi-homed hostnames</li>
<li>connect() will fail if already connected</li>
<li>commands may now raise ConnectionError</li>
<li>addid and update may now return None</li>
</ul>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="nav-item nav-item-0"><a href="index.html">python-mpd2 1.0.0 documentation</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2018, Jörg Thalheim.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.7.
</div>
</body>
</html>
|