Automatically enable fallback method to apply patches when running from inside of a git subdirectory.

This commit is contained in:
Sebastian Lackner
2015-01-15 06:51:54 +01:00
parent d50c673144
commit 603ba80d41
3 changed files with 93 additions and 22 deletions

1
debian/changelog vendored
View File

@@ -1,6 +1,7 @@
wine-staging (1.7.35) UNRELEASED; urgency=low
* Add support for patchinstall.sh parameters '--no-patchlist' and '--no-autoconf'.
* Add support for Gentoo epatch backend to patchinstall.sh.
* Automatically enable fallback method to apply patches when running from inside of a git subdirectory.
* Synchronize CSMT patchset with https://github.com/stefand/wine.
* Several improvements to make nvcuvid (CUDA video decoding) better compatible with x86_64.
* Added patch to implement support for DDS file format in D3DXSaveTextureToFileInMemory.