[zanata-python-client] Change to version 1.3.5

james ni jamesni at fedoraproject.org
Thu Apr 26 08:02:30 UTC 2012


commit 2b71bc0e4719199ab63243cf9e876cb85cae2c33
Author: James Ni <kent.neo at gmail.com>
Date:   Thu Apr 26 16:02:13 2012 +0800

    Change to version 1.3.5

 .gitignore                |    1 +
 sources                   |    2 +-
 zanata-python-client.spec |   15 ++++++++++++++-
 3 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dae907f..520ac34 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /zanata-python-client-1.3.2.tar.gz
 /zanata-python-client-1.3.3.tar.gz
 /zanata-python-client-1.3.4.tar.gz
+/zanata-python-client-1.3.5.tar.gz
diff --git a/sources b/sources
index d522d8a..2478e27 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9bca7a1e46266a7b45f9ae226edc10ac  zanata-python-client-1.3.4.tar.gz
+1de3ce441e6e3f27ed56744e18802b36  zanata-python-client-1.3.5.tar.gz
diff --git a/zanata-python-client.spec b/zanata-python-client.spec
index 789ffcb..74d1d02 100644
--- a/zanata-python-client.spec
+++ b/zanata-python-client.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name: zanata-python-client
-Version: 1.3.4
+Version: 1.3.5
 Release: 1%{?dist}
 Summary: Python Client for Zanata Server
 
@@ -48,6 +48,19 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/*
 
 %changelog
+* Thu Apr 26 2012 James Ni <jni at redhat.com> - 1.3.5-1
+- Fixed rhbz#814593, "TypeError: 'unicode' object does not support item assignment" when pulling translation from server
+- Part of rhbz#736898, implement push-trans-only option in python client so that user can do offline translation
+- Fixed rhbz#814503, backtrace for zanata glossary push without "zanata.xml"
+- Fixed rhbz#798084, Python client does not show helpful error when missing project id for 'project info' command
+- Fixed rhbz#796039, Python client not recognizing source directories with pot files only in sub-directories.
+- Fixed rhbz#795643, Python client pushes extracted comments instead of translator comments
+- Fixed rhbz#744277, output more informative error message for unescaped quote
+- Add msgid_plural and msgstr_plural support in python client (for server >=1.6)
+- Add skeletons query parameter support in pull command
+- Replace the address of FSF in license
+- Add status code to error message
+
 * Tue Feb 21 2012 James Ni <jni at redhat.com> - 1.3.4-1
 - Fixed rhbz#795237: zanata python client still display depreciate help on "version create"
 - Fixed rhbz#727386: zanata po push does not assume working directory


More information about the scm-commits mailing list