-
Notifications
You must be signed in to change notification settings - Fork 3
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
7 changed files
with
24 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
AC_PREREQ([2.60]) | ||
|
||
AC_INIT([libnpupnp],[5.0.2],[[email protected]]) | ||
AC_INIT([libnpupnp],[5.0.3],[[email protected]]) | ||
|
||
# - Start with version information of ‘0:0:0’ for each libtool library. | ||
# - Update the version information only immediately before a public release | ||
|
@@ -13,7 +13,7 @@ AC_INIT([libnpupnp],[5.0.2],[[email protected]]) | |
# - If any interfaces have been removed or changed since the last public | ||
# release, then set age to 0. Change package name if it is needed to have | ||
# several installed versions of the lib. | ||
AC_SUBST([LT_VERSION_NPUPNP], [10:0:1]) | ||
AC_SUBST([LT_VERSION_NPUPNP], [11:0:2]) | ||
|
||
AC_CONFIG_AUX_DIR([build-aux]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
|
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,16 @@ | ||
libnpupnp2 (5.0.3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low | ||
|
||
* Control: add milliseconds timeout option to SoapSendAction(). This is mostly intended to enable | ||
polling a device health, and implemented by checking the the responseData previously | ||
output-only, now input/output argument for additional parameters given as (nm, value) string | ||
pairs. The only parameter checked at the moment is ("timeoutms", "value"). This change is source | ||
and ABI compatible except in the quite unlikely case where the existing code called the function | ||
with a non-empty output array containing a pair with a "timeoutms" first element. In | ||
consequence, and given that upplay/libupnpp is the only know user of the lib, I did not change | ||
the package name or shared lib major version. Even upplay will work with the old lib. | ||
|
||
-- Jean-Francois Dockes <[email protected]> Wed, 11 Oct 2023 09:33:00 +0200 | ||
|
||
libnpupnp2 (5.0.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low | ||
|
||
* Minuscule internal changes. Sync with Windows version. | ||
|
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