-
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.
Merge pull request #34 from salcock/develop
Prepare for 4.2.0 release
- Loading branch information
Showing
6 changed files
with
27 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
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.1.2],[[email protected]],[wandio]) | ||
AC_INIT([wandio],[4.2.0],[[email protected]],[wandio]) | ||
|
||
WANDIO_MAJOR=4 | ||
WANDIO_MID=1 | ||
WANDIO_MINOR=2 | ||
WANDIO_MID=2 | ||
WANDIO_MINOR=0 | ||
|
||
# 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,13 @@ | ||
libwandio1 (4.2.0-1) unstable; urgency=medium | ||
|
||
* Include wandio version number in the HTTP user-agent | ||
* Improved error detection and handling when reading HTTP | ||
* Replaced 'off_t' parameters and return values with 'int64_t' in | ||
recently added API functions. | ||
* Fixed potential uninitialised memory error when closing a wandio writer. | ||
|
||
-- Shane Alcock <[email protected]> Fri, 10 May 2019 13:31:49 +1200 | ||
|
||
libwandio1 (4.1.2-1) unstable; urgency=medium | ||
|
||
* Fix swift buffer overflow bug | ||
|
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,6 +1,6 @@ | ||
Name: libwandio1 | ||
Version: 4.1.2 | ||
Release: 2%{?dist} | ||
Version: 4.2.0 | ||
Release: 1%{?dist} | ||
Summary: C Multi-Threaded File Compression and Decompression Library | ||
|
||
License: LGPLv3 | ||
|
@@ -73,8 +73,8 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' | |
%{_bindir}/wandiocat | ||
|
||
%changelog | ||
* Thu May 09 2019 Shane Alcock <[email protected]> - 4.1.2-2 | ||
- Re-built packages for new repository layout | ||
* Fri May 10 2019 Shane Alcock <[email protected]> - 4.2.0-1 | ||
- New upstream release (4.2.0) | ||
|
||
* Thu Feb 21 2019 Shane Alcock <[email protected]> - 4.1.0-1 | ||
- First libwandio package | ||
|