Change to version 1.3.7
This commit is contained in:
parent
cddad5f0ee
commit
2f86e5f2aa
3 changed files with 8 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
4d225bb0f4845c2c2bed890c1f7536d1 zanata-python-client-1.3.6.tar.gz
|
||||
6f08ef809b614e23cf4ca104c6a3522c zanata-python-client-1.3.7.tar.gz
|
||||
|
|
|
|||
|
|
@ -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@redhat.com> - 1.3.6-1
|
||||
* Wed Jun 13 2012 James Ni <jni@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@redhat.com> - 1.3.5-1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue