diff --git a/NEWS.rst b/NEWS.rst index c223b751..1699b5cc 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,23 @@ +Libbytesize 2.3 +--------------- + +Jean-Baptiste (1): +- add translation platform widget + +Oğuz Ersen (1): +- Translated using Weblate (Turkish) + +Vojtech Trefny (5): +- Sync spec with downstream +- Add PO files to git +- Remove Zanata from our build and release processes +- Do not regenerate POT file during 'make release' +- Fix memory leak in bs_size_new_from_str + +Weblate (1): +- Update translation files + + Libbytesize 2.2 --------------- diff --git a/configure.ac b/configure.ac index 400a5539..2ec4062a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac for libbytesize -AC_INIT([libbytesize], [2.2], [vpodzime@redhat.com]) +AC_INIT([libbytesize], [2.3], [vpodzime@redhat.com]) # Disable building static libraries. # This needs to be set before initializing automake diff --git a/dist/libbytesize.spec.in b/dist/libbytesize.spec.in index 11173acc..e4f1e7a7 100644 --- a/dist/libbytesize.spec.in +++ b/dist/libbytesize.spec.in @@ -16,7 +16,7 @@ %define configure_opts %{?python3_opts} %{?tools_opts} Name: libbytesize -Version: 2.2 +Version: 2.3 Release: 1%{?dist} Summary: A library for working with sizes in bytes License: LGPLv2+ @@ -114,6 +114,16 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %endif %changelog +* Thu May 21 2020 Vojtech Trefny - 2.3-1 +- Fix memory leak in bs_size_new_from_str (vtrefny) +- Translated using Weblate (Turkish) (oguzersen) +- add translation platform widget (jean-baptiste) +- Update translation files (noreply) +- Do not regenerate POT file during 'make release' (vtrefny) +- Remove Zanata from our build and release processes (vtrefny) +- Add PO files to git (vtrefny) +- Sync spec with downstream (vtrefny) + * Thu Jan 30 2020 Vojtech Trefny - 2.2-1 - Require the same version of python3-bytesize in libbytesize-tools (v.podzimek) - src/gettext: fix warning if gettext is already present (giulio.benetti) diff --git a/po/libbytesize.pot b/po/libbytesize.pot index 8b4708e2..01529180 100644 --- a/po/libbytesize.pot +++ b/po/libbytesize.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libbytesize 2.2\n" +"Project-Id-Version: libbytesize 2.3\n" "Report-Msgid-Bugs-To: vtrefny@redhat.com\n" -"POT-Creation-Date: 2020-01-30 14:55+0100\n" +"POT-Creation-Date: 2020-05-21 09:15+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/tools/bscalc.man b/tools/bscalc.man index 05700d00..d36648fd 100644 --- a/tools/bscalc.man +++ b/tools/bscalc.man @@ -1,7 +1,7 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. -.TH BSCALC "1" "January 2020" "bscalc 2.2" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14. +.TH BSCALC "1" "May 2020" "bscalc 2.3" "User Commands" .SH NAME -bscalc \- manual page for bscalc 2.2 +bscalc \- manual page for bscalc 2.3 .SH DESCRIPTION usage: bscalc [\-h] [\-\-version] .IP