New version.
- Output binary data correctly as hexa strings (#986515) (vpodzime) - Add newline before dumping callbacks' outputs (vpodzime)
This commit is contained in:
parent
c8ed471ec6
commit
a2fb72ddfc
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@ python-meh-0.13.tar.gz
|
||||
/python-meh-0.23.tar.gz
|
||||
/python-meh-0.24.tar.gz
|
||||
/python-meh-0.25.tar.gz
|
||||
/python-meh-0.26.tar.gz
|
||||
|
@ -5,7 +5,7 @@
|
||||
Summary: A python library for handling exceptions
|
||||
Name: python-meh
|
||||
Url: http://git.fedorahosted.org/git/?p=python-meh.git
|
||||
Version: 0.25
|
||||
Version: 0.26
|
||||
Release: 1%{?dist}
|
||||
# This is a Red Hat maintained package which is specific to
|
||||
# our distribution. Thus the source is only available from
|
||||
@ -53,6 +53,10 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/python-meh
|
||||
|
||||
%changelog
|
||||
* Tue Jul 23 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.26-1
|
||||
- Output binary data correctly as hexa strings (#986515) (vpodzime)
|
||||
- Add newline before dumping callbacks' outputs (vpodzime)
|
||||
|
||||
* Tue Jun 18 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.25-1
|
||||
- Add and use the safe_string module and the SafeStr class (vpodzime)
|
||||
- Give translators hint about the cryptic strings (vpodzime)
|
||||
|
Loading…
Reference in New Issue
Block a user