wininet-Cache_Long_URLs: Add reference to upstream bug report.

This commit is contained in:
Sebastian Lackner
2015-06-14 09:17:37 +02:00
parent 7c0b90ad19
commit 7af67608ec
4 changed files with 10 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ usage()
# Show version information
version()
{
echo "Wine Staging 1.7.45"
echo "Wine Staging 1.7.46 (unreleased)"
echo "Copyright (C) 2014-2015 the Wine Staging project authors."
echo ""
echo "Patchset to be applied on upstream Wine:"
@@ -5808,6 +5808,9 @@ fi
# Patchset wininet-Cache_Long_URLs
# |
# | This patchset fixes the following Wine bugs:
# | * [#34021] Use random names when caching very long urls in wininet
# |
# | Modified files:
# | * dlls/wininet/urlcache.c
# |

View File

@@ -1 +1 @@
Fixes: Use random names when caching very long urls in wininet
Fixes: [34021] Use random names when caching very long urls in wininet