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 - 1.3.6-1 +* Wed Jun 13 2012 James Ni - 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 - 1.3.5-1