Change to version 1.3.4

This commit is contained in:
James Ni 2012-02-21 10:38:18 +08:00
commit b80d007ba1
3 changed files with 12 additions and 2 deletions

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.3
Version: 1.3.4
Release: 1%{?dist}
Summary: Python Client for Zanata Server
@ -48,6 +48,15 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/*
%changelog
* 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
- Fixed rhbz#754869: The python client is pulling some files with a wrong path
- Fixed rhbz#768877: python client breaks PO file when no translation found
- Fixed rhbz#748727: US31 As a translator I want the appropriate character encoding for my language to be used so that
the content is saved in the correct encoding format
- Add warning for retired project/version
* 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