Sebastian Lackner
0d616d719e
Rebase against 705c52691a4e8c6224cda5080fb88f257de5fd77.
2016-12-06 21:58:08 +01:00
Sebastian Lackner
5403b21e6a
Release 1.9.23.
2016-11-16 06:25:59 +01:00
Sebastian Lackner
e3182b014c
Rebase against f7187ecbd62f778649e055af61cd2c6786ead7f1.
2016-11-13 20:36:59 +01:00
Sebastian Lackner
8682bdd67a
Release 1.9.22.
2016-11-01 21:34:22 +01:00
Sebastian Lackner
292017c466
Rebase against ddfc5275af0081cba6e834bf9d9e35dcaa17d256.
2016-10-18 08:48:01 +02:00
Sebastian Lackner
a78a108cbd
Release 1.9.21.
2016-10-16 18:33:26 +02:00
Sebastian Lackner
d33a3327ea
Rebase against 6372cd8e49a662942a80d2decd1f7eae3541c45b.
2016-10-08 21:10:41 +02:00
Sebastian Lackner
7397ac1394
Release 1.9.20.
2016-10-02 20:41:04 +02:00
Sebastian Lackner
ee44570fb0
Rebase against 5a9f7ef06df15e26acf46b0210dd7697356da7ac.
2016-09-20 21:33:38 +02:00
Sebastian Lackner
3b127e5f51
Release 1.9.19.
2016-09-19 01:30:09 +02:00
Sebastian Lackner
b3a71a8918
Rebase against f53c320f04114253955b509da294ef454864679d.
2016-09-07 17:58:48 +02:00
Sebastian Lackner
82a0709ef2
Release 1.9.18.
2016-09-05 16:09:42 +02:00
Sebastian Lackner
d86ab36369
Rebase against 90173ce448e5afe55627c2cbece28fb4f6bae99d.
...
[ntdll-ThreadpoolCleanupGroup]
Removed patches to fix multiple bugs related to threadpool cleanup groups and
cancel callbacks (accepted upstream).
2016-08-24 09:29:31 +02:00
Sebastian Lackner
034992d90e
Release 1.9.17.
2016-08-22 00:17:29 +02:00
Sebastian Lackner
e875860886
patchinstall.sh: Add support for eapply backend and mark epatch as deprecated (thanks NP-Hardass).
2016-08-11 06:07:13 +02:00
Sebastian Lackner
929a758ef4
Rebase against 84b3218ed6ad5975f537481edf2f61fb26bedb8b.
2016-08-08 21:43:18 +02:00
Sebastian Lackner
1b0da6367b
Release 1.9.16.
2016-08-06 23:43:07 +02:00
Sebastian Lackner
104c5b24f1
Rebase against b54a8dda844a1a43d1dff22eff0ea206be5c630c.
...
[d3dx9_36-D3DXDisassembleShader]
Removed patch to implement d3dx9_36.D3DXCreateTextureShader with stub interface
(accepted upstream).
[ntdll-NtQuerySection]
Partially removed patches to implement NtQuerySection (fixed upstream).
2016-07-31 01:20:04 +02:00
Sebastian Lackner
e7778c5622
Release 1.9.15.
2016-07-23 22:40:22 +02:00
Sebastian Lackner
7307a7ea4f
patchupdate.py: Add list of authors to autogenerated patches.
2016-07-23 17:27:59 +02:00
Sebastian Lackner
4d1dd4c62a
patchutils.py: Create smaller #ifdef ranges.
2016-07-22 18:49:06 +02:00
Sebastian Lackner
2b1f2e8578
patchutils.py: Fix a bug when parsing certain hunk headers.
2016-07-22 18:44:44 +02:00
Sebastian Lackner
4b1b7f77bc
patchutils.py: Invert logic for applying #ifdef patches.
2016-07-22 17:33:27 +02:00
Sebastian Lackner
bd3563bdf1
Rebase against 0a3700e051f3e9473c5daa40a5cdd951b1310b8c.
...
[gdi32-PtInRegion]
Removed patch to add back the extents test (accepted upstream).
2016-07-10 22:20:23 +02:00
Sebastian Lackner
372c0be9d9
Release 1.9.14.
2016-07-10 19:52:08 +02:00
Sebastian Lackner
09e1b75334
patchinstall.sh: Escape $ at the end of a string.
2016-07-01 19:50:22 +02:00
Sebastian Lackner
004c3abe40
patchutils.py: Generate diff in git format.
2016-07-01 01:28:38 +02:00
Sebastian Lackner
270b4f702b
precommit-hook.sh: Automatically adjust version number after a release.
2016-07-01 01:13:40 +02:00
Sebastian Lackner
7df2eaa22d
Release 1.9.13.
2016-06-25 17:18:29 +02:00
Sebastian Lackner
73d2e2a9e8
Rebase against 849163b1ed5e2586ee9f391e7a8b03f054bb620f.
2016-06-15 20:57:20 +02:00
Sebastian Lackner
7391ecfaa0
Release 1.9.12.
2016-06-13 19:02:12 +02:00
Sebastian Lackner
5c3c83fef5
Added patch to check if menu text is a valid string in MENU_DrawMenuItem.
2016-05-30 15:40:30 +02:00
Sebastian Lackner
8c43c80df2
Release 1.9.11.
2016-05-29 20:16:54 +02:00
Sebastian Lackner
8a2c526e13
Rebase against aa475ce23fa295a8f5d0fa120d7b3dac1a5a41b5.
...
[wininet-InternetReadFile]
Removed patch to return synchronously from InternetReadFile if there is no
more data to read (accepted upstream).
2016-05-19 13:18:45 +02:00
Sebastian Lackner
334b3cb393
Release 1.9.10.
2016-05-18 00:00:26 +02:00
Sebastian Lackner
8e5acbdae3
Rebase against bd2999db92e63f3aa8b48945503c616c28726842.
...
[dwmapi-DwmSetWindowAttribute]
Removed patch to fake success in dwmapi.DwmSetWindowAttribute function
(accepted upstream).
[ntdll-NtSetLdtEntries]
Partially removed patch to implement ntdll.NtSetLdtEntries (accepted upstream).
[shell32-UNIXFS_get_unix_path]
Removed patch to check IsWoW64Process before calling Wow64 functions in
UNIXFS_get_unix_path (fixed upstream).
2016-05-02 20:35:09 +02:00
Sebastian Lackner
07d872e2bc
Release 1.9.9.
2016-05-01 23:35:08 +02:00
Sebastian Lackner
6d48c2e282
Rebase against 3dbd46716299883761be9c4c4173a5f0402b2f7c.
...
[wbemdisp-ASSOCIATORS]
Removed patch with initial tests for ASSOCIATORS query (accepted upstream).
2016-04-22 08:21:19 +02:00
Sebastian Lackner
1f2899cb9f
Release 1.9.8.
2016-04-17 17:09:14 +02:00
Sebastian Lackner
6914bab984
patchutils.py: Use a common helper function for parsing patch hunks.
2016-04-04 04:43:05 +02:00
Sebastian Lackner
3ad772bb1f
patchutils.py: Add tests for multiple patches in a single file.
2016-04-04 00:58:34 +02:00
Sebastian Lackner
a3bc186a20
patchutils.py: Move external test resources to a separate directory.
2016-04-04 00:56:14 +02:00
Sebastian Lackner
d21860deb6
patchutils.py: Get rid of 'expected' array in tests.
2016-04-04 00:24:26 +02:00
Sebastian Lackner
9e9b2716c4
patchutils.py: Avoid side-effects in asserts.
2016-04-03 23:47:43 +02:00
Sebastian Lackner
c4a321904d
patchutils.py: Allow to pass io object to read_patch and _FileReader class.
2016-04-03 23:44:10 +02:00
Sebastian Lackner
9aba381edd
Release 1.9.7.
2016-04-03 00:39:55 +02:00
Sebastian Lackner
f21f134546
patchutils.py: Remove is_binary() function.
2016-04-02 23:13:01 +02:00
Sebastian Lackner
bc7dbd89e0
patchutils.py: Remaining improvements for Python 3 compatibility.
2016-04-02 22:21:04 +02:00
Sebastian Lackner
74d16be256
patchutils.py: Explicitly open temporary files in non-binary mode for Python 3 compatibility.
2016-04-02 22:19:49 +02:00
Sebastian Lackner
8571c8b533
patchutils.py: Fix compatibility of StringIO with Python 3.
2016-04-02 22:16:59 +02:00