Merge branch 'master' into el5

This commit is contained in:
James Ni 2011-12-01 16:07:30 +08:00
commit 0623f655bb
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View file

@ -6,3 +6,4 @@
/zanata-python-client-1.3.0.tar.gz
/zanata-python-client-1.3.1.tar.gz
/zanata-python-client-1.3.2.tar.gz
/zanata-python-client-1.3.3.tar.gz

View file

@ -1 +1 @@
950dd4c79270ee525b64109e93e41408 zanata-python-client-1.3.2.tar.gz
550cd0621b6c2bf2047811cffdb951ce zanata-python-client-1.3.3.tar.gz

View file

@ -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.2
Version: 1.3.3
Release: 1%{?dist}
Summary: Python Client for Zanata Server
@ -48,6 +48,12 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/*
%changelog
* Thu Dec 01 2011 James Ni <jni@redhat.com> - 1.3.3-1
- Fixed rhbz#751648: Error reading path names with dots
- Fixed rhbz#754869: The python client is pulling some files with a wrong path
- Fixed rhbz#756617: python client process file name not correctly for file name contain more than one dot
- Fixed rhbz#753719: Python client explodes on F16
* Thu Nov 03 2011 James Ni <jni@redhat.com> - 1.3.2-1
- csv format glossary file support
- support msgctxt when pushing po file to server and pull it back