-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
28 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ | |
# Now you only need to update the version number in two places - below, | ||
# and in the README | ||
|
||
AC_INIT([wandio],[4.2.4],[[email protected]],[wandio]) | ||
AC_INIT([wandio],[4.2.5],[[email protected]],[wandio]) | ||
|
||
WANDIO_MAJOR=4 | ||
WANDIO_MID=2 | ||
WANDIO_MINOR=4 | ||
WANDIO_MINOR=5 | ||
|
||
# OpenSolaris hides libraries like libncurses in /usr/gnu/lib, which is not | ||
# searched by default - add it to LDFLAGS so we at least have a chance of | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
libwandio1 (4.2.5-1) unstable; urgency=medium | ||
|
||
* HTTP: disconnect the reader from server and return an error | ||
if (next to) no data is received for a minute. | ||
|
||
-- Shane Alcock <[email protected]> Tue, 13 Jun 2023 16:19:40 +1300 | ||
|
||
libwandio1 (4.2.4-1) unstable; urgency=medium | ||
|
||
* writing: fix bugs with compression method detection based on file | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: libwandio1 | ||
Version: 4.2.4 | ||
Version: 4.2.5 | ||
Release: 1%{?dist} | ||
Summary: C Multi-Threaded File Compression and Decompression Library | ||
|
||
|
@@ -73,6 +73,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' | |
%{_bindir}/wandiocat | ||
|
||
%changelog | ||
* Tue Jun 13 2023 Shane Alcock <[email protected]> - 4.2.5-1 | ||
- New upstream release (4.2.5) | ||
|
||
* Fri Oct 21 2022 Shane Alcock <[email protected]> - 4.2.4-1 | ||
- New upstream release (4.2.4) | ||
|
||
|