Skip to content

Commit 96aba1e

Browse files
committed
New version - 2.3.
1 parent 8f73a44 commit 96aba1e

File tree

5 files changed

+37
-7
lines changed

5 files changed

+37
-7
lines changed

NEWS.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
Libbytesize 2.3
2+
---------------
3+
4+
Jean-Baptiste (1):
5+
- add translation platform widget
6+
7+
Oğuz Ersen (1):
8+
- Translated using Weblate (Turkish)
9+
10+
Vojtech Trefny (5):
11+
- Sync spec with downstream
12+
- Add PO files to git
13+
- Remove Zanata from our build and release processes
14+
- Do not regenerate POT file during 'make release'
15+
- Fix memory leak in bs_size_new_from_str
16+
17+
Weblate (1):
18+
- Update translation files
19+
20+
121
Libbytesize 2.2
222
---------------
323

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# configure.ac for libbytesize
22

3-
AC_INIT([libbytesize], [2.2], [[email protected]])
3+
AC_INIT([libbytesize], [2.3], [[email protected]])
44

55
# Disable building static libraries.
66
# This needs to be set before initializing automake

dist/libbytesize.spec.in

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
%define configure_opts %{?python3_opts} %{?tools_opts}
1717

1818
Name: libbytesize
19-
Version: 2.2
19+
Version: 2.3
2020
Release: 1%{?dist}
2121
Summary: A library for working with sizes in bytes
2222
License: LGPLv2+
@@ -114,6 +114,16 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
114114
%endif
115115

116116
%changelog
117+
* Thu May 21 2020 Vojtech Trefny <[email protected]> - 2.3-1
118+
- Fix memory leak in bs_size_new_from_str (vtrefny)
119+
- Translated using Weblate (Turkish) (oguzersen)
120+
- add translation platform widget (jean-baptiste)
121+
- Update translation files (noreply)
122+
- Do not regenerate POT file during 'make release' (vtrefny)
123+
- Remove Zanata from our build and release processes (vtrefny)
124+
- Add PO files to git (vtrefny)
125+
- Sync spec with downstream (vtrefny)
126+
117127
* Thu Jan 30 2020 Vojtech Trefny <[email protected]> - 2.2-1
118128
- Require the same version of python3-bytesize in libbytesize-tools (v.podzimek)
119129
- src/gettext: fix warning if gettext is already present (giulio.benetti)

po/libbytesize.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: libbytesize 2.2\n"
9+
"Project-Id-Version: libbytesize 2.3\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2020-01-30 14:55+0100\n"
11+
"POT-Creation-Date: 2020-05-21 09:15+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

tools/bscalc.man

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
2-
.TH BSCALC "1" "January 2020" "bscalc 2.2" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.14.
2+
.TH BSCALC "1" "May 2020" "bscalc 2.3" "User Commands"
33
.SH NAME
4-
bscalc \- manual page for bscalc 2.2
4+
bscalc \- manual page for bscalc 2.3
55
.SH DESCRIPTION
66
usage: bscalc [\-h] [\-\-version]
77
.IP

0 commit comments

Comments
 (0)