diff --git a/.gitignore b/.gitignore index f2813aa..0478515 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /libbytesize-0.3.tar.gz /libbytesize-0.4.tar.gz /libbytesize-0.5.tar.gz +/libbytesize-0.6.tar.gz diff --git a/libbytesize.spec b/libbytesize.spec index 9ecee24..6d97c80 100644 --- a/libbytesize.spec +++ b/libbytesize.spec @@ -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 - 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 - 0.5-1 - Create both libbytesize-$version and $version tags (vpodzime) - Update the .pot file with the new version (vpodzime) diff --git a/sources b/sources index b769ee2..33dab23 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dd2cc89516da35662d2001b657cf252c libbytesize-0.5.tar.gz +ab058cec162d2d621b65f163889973e0 libbytesize-0.6.tar.gz