Change to version 1.3.3

This commit is contained in:
James Ni 2011-12-01 13:58:39 +08:00
commit 88dac09376
3 changed files with 8 additions and 1 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

@ -47,6 +47,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