Change to version 1.3.5
This commit is contained in:
parent
d49a7abe7a
commit
2b71bc0e47
3 changed files with 16 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
9bca7a1e46266a7b45f9ae226edc10ac zanata-python-client-1.3.4.tar.gz
|
||||
1de3ce441e6e3f27ed56744e18802b36 zanata-python-client-1.3.5.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.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@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@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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue