[Pkg-mpd-commits] [python-mpd] 141/262: Increment version number to 0.4.3

Simon McVittie smcv at debian.org
Sun May 22 18:16:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch upstream
in repository python-mpd.

commit d29f7b0ec07bb4e9442324557bff807d485d9bde
Author: Jörg Thalheim <jthalheim at gmail.com>
Date:   Thu Jul 19 17:42:46 2012 +0200

    Increment version number to 0.4.3
---
 CHANGES.txt | 7 +++++++
 README.md   | 9 ++++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 2244ecb..33e92cd 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,13 @@
 python-mpd2 Changes List
 ========================
 
+Changes in 0.4.3
+----------------
+
+* add searchadd and searchaddpl command
+* fix commands without a callback function
+* transform MPDClient to new style class
+
 Changes in 0.4.2
 ----------------
 
diff --git a/README.md b/README.md
index 12b2dae..360f9e1 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,8 @@ Current features list:
 
  - python3 support (python2.6 is minimum python version required)
  - support for the upcoming client-to-client protocol
- - adding new commands of mpd v0.17 (seekcur, prio, prioid, config)
+ - adding new commands of mpd v0.17 (seekcur, prio, prioid, config, searchadd,
+   searchaddpl)
  - remove of deprecated commands (volume)
  - declare mpd commands explicit as method, so they are shown in ipython
  - add unit tests
@@ -183,6 +184,12 @@ self.client.add_command("get_cover", fetch_cover)
 self.client.remove_command("get_cover")
 ```
 
+Known Issues
+------------
+
+Currently python-mpd is **NOT** thread-safe. If you need to access the library from multiple threads, you have to either use [locks](http://docs.python.org/library/threading.html#lock-objects) or use one mpd client per thread.
+
+
 Contacting the author
 ---------------------
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git



More information about the Pkg-mpd-commits mailing list