Homekeeping to match the stable branch release.

This commit is contained in:
Marcelo Roberto Jimenez 2012-04-03 09:50:39 -03:00
parent 3d46251c4e
commit 99ef28b091
2 changed files with 32 additions and 0 deletions

View File

@ -328,6 +328,11 @@ Version 1.8.0
* Rewrote Peter Hartley's patch to include a new extra header field in * Rewrote Peter Hartley's patch to include a new extra header field in
FileInfo. FileInfo.
*******************************************************************************
Version 1.6.18
*******************************************************************************
******************************************************************************* *******************************************************************************
Version 1.6.17 Version 1.6.17
******************************************************************************* *******************************************************************************
@ -1081,6 +1086,20 @@ Version 1.6.16
This fixes the an issue introduced by the previous fix. This fixes the an issue introduced by the previous fix.
2012-02-23 Marcelo Roberto Jimenez <mroberto(at)users.sourceforge.net>
SF Bug Tracker id 3489990 - some files are missing in tarball
Submitted: Yoichi NAKAYAMA ( yoichi ) - 2012-02-21 06:52:57 PST
Released tarball (e.g. libupnp-1.6.15.tar.bz2) does not contain
some files under upnp/{inc,src} used by the project files for
windows (build/vc8/libupnp. vcproj and build/vc9/libupnp.vcproj).
This breaks build on Windows from tarball released after following changes
http://pupnp.git.sourceforge.net/git/gitweb.cgi?p=pupnp/pupnp;a=commitdiff;h=0eba550da039be01211b56fea0d02d03f0a12343
http://pupnp.git.sourceforge.net/git/gitweb.cgi?p=pupnp/pupnp;a=commitdiff;h=7a796b264ec7d5de5876fd6a2001c2d329709e02
2012-02-23 Marcelo Roberto Jimenez <mroberto(at)users.sourceforge.net> 2012-02-23 Marcelo Roberto Jimenez <mroberto(at)users.sourceforge.net>
SF Bug Tracker id 3489999 - UpnpString leaks in genaSubscribe() SF Bug Tracker id 3489999 - UpnpString leaks in genaSubscribe()

View File

@ -303,6 +303,19 @@ dnl ############################################################################
dnl # Release 1.6.17: dnl # Release 1.6.17:
dnl # "current:revision:age" dnl # "current:revision:age"
dnl # dnl #
dnl # - Code has changed in threadutil
dnl # revision: 1 -> 2
dnl # - Code has changed in upnp
dnl # revision: 0 -> 1
dnl #
dnl #AC_SUBST([LT_VERSION_IXML], [2:7:0])
dnl #AC_SUBST([LT_VERSION_THREADUTIL], [6:2:0])
dnl #AC_SUBST([LT_VERSION_UPNP], [9:1:3])
dnl #
dnl ############################################################################
dnl # Release 1.6.18:
dnl # "current:revision:age"
dnl #
dnl # - dnl # -
dnl # dnl #
dnl #AC_SUBST([LT_VERSION_IXML], [::]) dnl #AC_SUBST([LT_VERSION_IXML], [::])