[zanata-python-client/f17] Change to version 1.3.7

james ni jamesni at fedoraproject.org
Wed Jun 13 03:01:57 UTC 2012


commit 2f86e5f2aa784094512bf2152af70c98a9b240df
Author: James Ni <kent.neo at gmail.com>
Date:   Wed Jun 13 11:01:43 2012 +0800

    Change to version 1.3.7

 .gitignore                |    1 +
 sources                   |    2 +-
 zanata-python-client.spec |    8 ++++++--
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index caa7245..7a59946 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /zanata-python-client-1.3.4.tar.gz
 /zanata-python-client-1.3.5.tar.gz
 /zanata-python-client-1.3.6.tar.gz
+/zanata-python-client-1.3.7.tar.gz
diff --git a/sources b/sources
index c270a5a..13c07f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4d225bb0f4845c2c2bed890c1f7536d1  zanata-python-client-1.3.6.tar.gz
+6f08ef809b614e23cf4ca104c6a3522c  zanata-python-client-1.3.7.tar.gz
diff --git a/zanata-python-client.spec b/zanata-python-client.spec
index 7eb1720..27911a4 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.6
+Version: 1.3.7
 Release: 1%{?dist}
 Summary: Python Client for Zanata Server
 
@@ -48,14 +48,18 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/*
 
 %changelog
-* Mon May 28 2012 James Ni <jni at redhat.com> - 1.3.6-1
+* Wed Jun 13 2012 James Ni <jni at redhat.com> - 1.3.7-1
+- Fixed rhbz#827316, failed to push pot with msgid_plural against 1.6 server
+- Fixed rhbz#826798, zanata pull fail to pull
 - Fixed rhbz#814593, "TypeError: 'unicode' object does not support item assignment" when pulling translation from server
 - Fixed rhbz#820046, Python client generates empty msgctxt "" when pushing
 - Fixed rhbz#795643, Python client pushes extracted comments instead of translator comments
+- Fix the query param of skeletons
 - Add option --disable-ssl-cert to python client 
 - Add help message for noskeletons option in pull, change content of Error 403
 - Fixed the query param of skeletons
 - Implment --push-type option, omit --push-trans when specify --push-type option
+- Implement glossary delete command
 - Refactoring code and remove duplicate code
 
 * Thu Apr 26 2012 James Ni <jni at redhat.com> - 1.3.5-1


More information about the scm-commits mailing list