Update Changelogs + 2019
This commit is contained in:
parent
30a89be85e
commit
08e955de40
|
@ -1,4 +1,10 @@
|
|||
$Id: Changelog.txt,v 1.49 2018/02/23 13:01:23 nanard Exp $
|
||||
$Id: Changelog.txt,v 1.50 2019/02/10 13:45:24 nanard Exp $
|
||||
|
||||
2018/12/18:
|
||||
updateDevice() remove element from the list when realloc fails
|
||||
|
||||
2018/05/08:
|
||||
fix test shell scripts for *BSD
|
||||
|
||||
2018/02/23:
|
||||
Fix build with IPv6 disabled and SSDP_LISTEN_ON_SPECIFIC_ADDR enabled
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
# $Id: $
|
||||
# (c) 2016 Thomas Bernard
|
||||
# $Id: testminissdpdnotif.sh,v 1.4 2019/02/10 13:39:18 nanard Exp $
|
||||
# (c) 2019 Thomas Bernard
|
||||
|
||||
OS=`uname -s`
|
||||
|
||||
|
|
|
@ -1,9 +1,20 @@
|
|||
$Id: Changelog.txt,v 1.235 2018/05/07 11:05:16 nanard Exp $
|
||||
$Id: Changelog.txt,v 1.236 2019/02/10 13:27:24 nanard Exp $
|
||||
miniUPnP client Changelog.
|
||||
|
||||
2019/01/23:
|
||||
set timeout for select() in connecthostport()
|
||||
|
||||
2018/10/31:
|
||||
miniupnpcmodule.c: check return of WSAStartup()
|
||||
|
||||
2018/07/14:
|
||||
Fix and improve MSVC project :
|
||||
Add Dll configurations
|
||||
improve genminiupnpcstrings.vbs
|
||||
|
||||
2018/06/18:
|
||||
Fixes for windows 64-bits.
|
||||
|
||||
VERSION 2.1 : released 2018/05/07
|
||||
|
||||
2018/05/07:
|
||||
|
|
|
@ -2,7 +2,7 @@ Project: miniupnp
|
|||
Project web page: http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
|
||||
github: https://github.com/miniupnp/miniupnp
|
||||
Author: Thomas Bernard
|
||||
Copyright (c) 2005-2018 Thomas Bernard
|
||||
Copyright (c) 2005-2019 Thomas Bernard
|
||||
This software is subject to the conditions detailed in the
|
||||
LICENSE file provided within this distribution.
|
||||
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
$Id: Changelog.txt,v 1.441 2018/05/08 21:34:18 nanard Exp $
|
||||
$Id: Changelog.txt,v 1.443 2019/02/10 12:04:52 nanard Exp $
|
||||
|
||||
2019/02/03:
|
||||
netfilter: fix build with linux kernel 5.0
|
||||
|
||||
2018/12/18:
|
||||
upnp_redirect(): accept NULL desc argument (avoid DOS in AddPortMapping)
|
||||
upnp_event_prepare(): check the return value of snprintf()
|
||||
|
||||
2018/09/07:
|
||||
Fix PCP Public address announcement
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
MiniUPnP project.
|
||||
(c) 2006-2018 Thomas Bernard
|
||||
(c) 2006-2019 Thomas Bernard
|
||||
Homepage : http://miniupnp.free.fr/
|
||||
Mirror: https://miniupnp.tuxfamily.org/
|
||||
github: https://github.com/miniupnp/miniupnp
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $Id: Makefile.linux,v 1.95 2017/12/12 11:40:14 nanard Exp $
|
||||
# MiniUPnP project
|
||||
# (c) 2006-2017 Thomas Bernard
|
||||
# (c) 2006-2019 Thomas Bernard
|
||||
# http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
|
||||
# Author : Thomas Bernard
|
||||
# for use with GNU Make
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
MiniUPnP project
|
||||
(c) 2006-2018 Thomas Bernard
|
||||
(c) 2006-2019 Thomas Bernard
|
||||
webpage: http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
|
||||
github: https://github.com/miniupnp/miniupnp
|
||||
freecode: http://freecode.com/projects/miniupnp
|
||||
|
|
Loading…
Reference in New Issue