Skip to content

Commit

Permalink
Update patches (#125, #251)
Browse files Browse the repository at this point in the history
  • Loading branch information
cztomczak committed May 22, 2018
1 parent c4b3923 commit f87422b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 374 deletions.
366 changes: 0 additions & 366 deletions patches/issue251.patch

This file was deleted.

11 changes: 3 additions & 8 deletions patches/patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
# noinspection PyUnresolvedReferences
patches.extend([
{
# Fixes HTTPS cache problems with private certificates
'name': 'issue125',
'path': '../net/http/'
# (Disabled) Fixes HTTPS cache problems with private certificates
# 'name': 'issue125',
# 'path': '../net/http/'
},
])

Expand All @@ -28,9 +28,4 @@
'name': 'issue231',
'path': './'
},
{
# Adds drag-image representation during drag & drop in OSR mode.
'name': 'issue251',
'path': './'
},
])

0 comments on commit f87422b

Please sign in to comment.