mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
wininet-Cache_Long_URLs: Add reference to upstream bug report.
This commit is contained in:
parent
7c0b90ad19
commit
7af67608ec
@ -284,7 +284,7 @@ for more details.*
|
||||
* Use POSIX implementation to enumerate directory content on FreeBSD ([Wine Bug #35397](https://bugs.winehq.org/show_bug.cgi?id=35397))
|
||||
* Use actual program name if available to describe PulseAudio streams
|
||||
* Use manual relay for RunDLL_CallEntry16 in shell32 ([Wine Bug #23033](https://bugs.winehq.org/show_bug.cgi?id=23033))
|
||||
* Use random names when caching very long urls in wininet
|
||||
* Use random names when caching very long urls in wininet ([Wine Bug #34021](https://bugs.winehq.org/show_bug.cgi?id=34021))
|
||||
* Voobly expects correct handling of WRITECOPY memory protection ([Wine Bug #29384](https://bugs.winehq.org/show_bug.cgi?id=29384))
|
||||
* Wine ignores IDF_CHECKFIRST flag in SetupPromptForDisk ([Wine Bug #20465](https://bugs.winehq.org/show_bug.cgi?id=20465))
|
||||
* Workaround for shlwapi URLs with relative paths
|
||||
|
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,3 +1,7 @@
|
||||
wine-staging (1.7.46) UNRELEASED; urgency=low
|
||||
* Add reference to upstream bug report for various patchsets.
|
||||
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 14 Jun 2015 09:15:50 +0200
|
||||
|
||||
wine-staging (1.7.45) unstable; urgency=low
|
||||
* Add reference to upstream bug report for various patchsets.
|
||||
* Updated server-Key_State patchset to fix a test failure in
|
||||
|
@ -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
|
||||
# |
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user