diff options
| author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-09-06 15:16:06 -0300 | 
|---|---|---|
| committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-09-06 15:16:06 -0300 | 
| commit | f25e9af5a9f5689fdc4b3ff009d20736ea5517d3 (patch) | |
| tree | 502b2f7636736633b8e3dad901bb137922ec415b | |
| parent | f68f4085bd723749d6d4a99d3ea4ef05bd8ac109 (diff) | |
| parent | 23b96758a217f5a7b6f1ea7c99294c68b53fae65 (diff) | |
Merge branch 'release-0.3.2' into develop
| -rw-r--r-- | CHANGELOG | 4 | ||||
| -rw-r--r-- | changes/bug-fix-exception | 1 | ||||
| -rw-r--r-- | changes/feature-3574_use-dirspec-instead-of-plain-xdg | 1 | 
3 files changed, 4 insertions, 2 deletions
| @@ -1,3 +1,7 @@ +0.3.2 Sep 06: +  o Use dirspec instead of plain xdg. Closes #3574. +  o Correct use of CallbackAlreadyRegistered exception. +  0.3.1 Aug 23:    o Add libssl-dev requirement for pyOpenSSL.    o Make the server ping call be async inside events' diff --git a/changes/bug-fix-exception b/changes/bug-fix-exception deleted file mode 100644 index 866c39a..0000000 --- a/changes/bug-fix-exception +++ /dev/null @@ -1 +0,0 @@ -  o Correct use of CallbackAlreadyRegistered exception diff --git a/changes/feature-3574_use-dirspec-instead-of-plain-xdg b/changes/feature-3574_use-dirspec-instead-of-plain-xdg deleted file mode 100644 index 9bdc507..0000000 --- a/changes/feature-3574_use-dirspec-instead-of-plain-xdg +++ /dev/null @@ -1 +0,0 @@ -  o Use dirspec instead of plain xdg. Closes #3574. | 
