New version

- Add support for the ROUND_HALF_UP rounding mode (vpodzime)
- Make sure we return the right radix char in human_readable() (vpodzime)
- Allocate enough memory for char->str replacements (vpodzime)
This commit is contained in:
Vratislav Podzimek 2016-05-03 09:55:05 +02:00
parent cf426618de
commit 804a401f20
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/libbytesize-0.3.tar.gz
/libbytesize-0.4.tar.gz
/libbytesize-0.5.tar.gz
/libbytesize-0.6.tar.gz

View File

@ -1,5 +1,5 @@
Name: libbytesize
Version: 0.5
Version: 0.6
Release: 1%{?dist}
Summary: A library for working with sizes in bytes
License: LGPLv2+
@ -87,6 +87,11 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%{python3_sitearch}/bytesize/__pycache__/*
%changelog
* Tue May 03 2016 Vratislav Podzimek <vpodzime@redhat.com> - 0.6-1
- Add support for the ROUND_HALF_UP rounding mode (vpodzime)
- Make sure we return the right radix char in human_readable() (vpodzime)
- Allocate enough memory for char->str replacements (vpodzime)
* Tue Apr 26 2016 Vratislav Podzimek <vpodzime@redhat.com> - 0.5-1
- Create both libbytesize-$version and $version tags (vpodzime)
- Update the .pot file with the new version (vpodzime)

View File

@ -1 +1 @@
dd2cc89516da35662d2001b657cf252c libbytesize-0.5.tar.gz
ab058cec162d2d621b65f163889973e0 libbytesize-0.6.tar.gz