1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-01-18 12:05:47 +00:00

update to wslbridge2 0.9 (to fix #302), drop patches;

update to mintty 3.6.1
This commit is contained in:
mintty 2022-10-30 00:00:00 +02:00
parent 87aa168b41
commit 449a310d90
3 changed files with 12 additions and 9 deletions

View File

@ -1,4 +1,4 @@
mintty is copyright 2008-13 Andy Koppe, 2015-22 Thomas Wolff. mintty is copyright 2008-22 Andy Koppe, 2015-22 Thomas Wolff.
Licensed under the terms of the GNU General Public License version 3 or later, Licensed under the terms of the GNU General Public License version 3 or later,
amended with the bundling clause to clarify ambiguous interpretation. amended with the bundling clause to clarify ambiguous interpretation.

View File

@ -1 +1 @@
3.6.0 3.6.1

View File

@ -10,16 +10,16 @@
# wsltty release # wsltty release
ver=3.6.0 ver=3.6.1
# wsltty appx release - must have 4 parts! # wsltty appx release - must have 4 parts!
verx=3.6.0.0 verx=3.6.1.0
############################## ##############################
# mintty release version # mintty release version
minttyver=3.6.0 minttyver=3.6.1
############################## ##############################
@ -27,7 +27,7 @@ minttyver=3.6.0
repo=Biswa96/wslbridge2 repo=Biswa96/wslbridge2
# wslbridge2 master release version # wslbridge2 master release version
wslbridgever=0.8 wslbridgever=0.9
# wslbridge2 latest version # wslbridge2 latest version
#archive=master #archive=master
@ -148,10 +148,13 @@ $(wslbridgedir).zip:
wslbridge-source: $(wslbridgedir).zip wslbridge-source: $(wslbridgedir).zip
unzip -o $(wslbridgedir).zip unzip -o $(wslbridgedir).zip
cp $(wslbridgedir)/LICENSE LICENSE.wslbridge2 cp $(wslbridgedir)/LICENSE LICENSE.wslbridge2
# patch # as a hotfix for #302, we assume the two patches are
cd $(wslbridgedir); patch -p1 < ../0001-notify-size-change-inband.patch # not needed anymore for wslbridge2 v0.9
# patch to fix #220
# test case in mintty: (sleep 0.1; echo -e "\e[31;80t") & wslbridge2
##cd $(wslbridgedir); patch -p1 < ../0001-notify-size-change-inband.patch
# patch to https://github.com/Biswa96/wslbridge2/commit/41575379b416703c49e2687e957440239a4cdfb7 # patch to https://github.com/Biswa96/wslbridge2/commit/41575379b416703c49e2687e957440239a4cdfb7
cd $(wslbridgedir); patch -p0 < ../0002-add-com-for-lifted-wsl.patch ##cd $(wslbridgedir); patch -p0 < ../0002-add-com-for-lifted-wsl.patch
wslbridge-frontend: wslbridge-source wslbridge-frontend: wslbridge-source
echo ------------- Compiling wslbridge2 frontend echo ------------- Compiling wslbridge2 frontend