From 7af67608ec070b952e1284fa8bbac9d91a94aefa Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Sun, 14 Jun 2015 09:17:37 +0200 Subject: [PATCH] wininet-Cache_Long_URLs: Add reference to upstream bug report. --- README.md | 2 +- debian/changelog | 4 ++++ patches/patchinstall.sh | 5 ++++- patches/wininet-Cache_Long_URLs/definition | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 63637d9a..f83d1452 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/debian/changelog b/debian/changelog index 4e390f8e..08dce630 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,7 @@ +wine-staging (1.7.46) UNRELEASED; urgency=low + * Add reference to upstream bug report for various patchsets. + -- Sebastian Lackner 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 diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 4900794c..6d8a621f 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -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 # | diff --git a/patches/wininet-Cache_Long_URLs/definition b/patches/wininet-Cache_Long_URLs/definition index e7be91b0..d68c7d8d 100644 --- a/patches/wininet-Cache_Long_URLs/definition +++ b/patches/wininet-Cache_Long_URLs/definition @@ -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