Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
vpodzime committed Sep 21, 2017
1 parent 8d7b3cb commit 553740d
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
29 changes: 29 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
Libbytesize 1.1
---------------

New minor release of the libbytesize library. There are only small changes in
this release and one important bug fix.

**Notable changes**

- Fixed parsing size strings with translated units (e.g. "10 Gio" in French).


**Full list of changes**

Vojtech Trefny (3):
- Use only one git tag for new releases
- Fix source and url in spec file
- Add NEWS.rst file

Vratislav Podzimek (4):
- Add two temporary test files to .gitignore
- Actually translate the units when expected
- Fix the shortlog target
- Sync spec with downstream

Thanks to all our contributors.

Vratislav Podzimek, 2017-09-21


Libbytesize 1.0
---------------

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# configure.ac for libbytesize

AC_INIT([libbytesize], [1.0], [[email protected]])
AC_INIT([libbytesize], [1.1], [[email protected]])

# Disable building static libraries.
# This needs to be set before initializing automake
Expand Down
9 changes: 8 additions & 1 deletion dist/libbytesize.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
%endif

Name: libbytesize
Version: 1.0
Version: 1.1
Release: 1%{?dist}
Summary: A library for working with sizes in bytes
License: LGPLv2+
Expand Down Expand Up @@ -110,6 +110,13 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%endif

%changelog
* Thu Sep 21 2017 Vratislav Podzimek <[email protected]> - 1.1-1
- Add NEWS.rst file (vtrefny)
- Fix source and url in spec file (vtrefny)
- Use only one git tag for new releases (vtrefny)
- Actually translate the units when expected (vpodzime)
- Add two temporary test files to .gitignore (vpodzime)

* Thu Sep 14 2017 Vratislav Podzimek <[email protected]> - 1.0-1
- Make more space for CI status image (vtrefny)
- Include limits.h to make sure ULONG_MAX is defined (vpodzime)
Expand Down

0 comments on commit 553740d

Please sign in to comment.