diff --git a/.gitignore b/.gitignore index 5e50082..dae907f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /zanata-python-client-1.3.1.tar.gz /zanata-python-client-1.3.2.tar.gz /zanata-python-client-1.3.3.tar.gz +/zanata-python-client-1.3.4.tar.gz diff --git a/sources b/sources index c068979..d522d8a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -550cd0621b6c2bf2047811cffdb951ce zanata-python-client-1.3.3.tar.gz +9bca7a1e46266a7b45f9ae226edc10ac zanata-python-client-1.3.4.tar.gz diff --git a/zanata-python-client.spec b/zanata-python-client.spec index 6e3cc2b..db7e126 100644 --- a/zanata-python-client.spec +++ b/zanata-python-client.spec @@ -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 - 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 - 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