Skip to content

Commit ee57a22

Browse files
committed
3.7.6.2
1 parent 3c7d8f3 commit ee57a22

File tree

2 files changed

+26
-17
lines changed

2 files changed

+26
-17
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.6
1+
3.7.6.2

makefile

+25-16
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010

1111

1212
# wsltty release
13-
ver=3.7.6
13+
ver=3.7.6.2
1414

1515
# wsltty appx release - must have 4 parts!
16-
verx=3.7.6.1
16+
verx=3.7.6.2
1717

1818

1919
##############################
@@ -25,33 +25,37 @@ [email protected]:mintty/mintty.git
2525

2626
##############################
2727

28-
# wslbridge2 repository
28+
# wslbridge2 repository and release version
2929
repo=Biswa96/wslbridge2
30+
wslbridgever=0.13
31+
32+
# wslbridge2 fork repository and version
33+
#repo=mintty/wslbridge2
34+
#wslbridgever=0.5.1
35+
36+
37+
# wslbridge2 release or fork archive and dir
38+
archive=v$(wslbridgever)
39+
wslbridgedir=wslbridge2-$(wslbridgever)
3040

31-
# wslbridge2 master release version
32-
wslbridgever=0.12
3341

3442
# wslbridge2 latest version
3543
#archive=master
3644
#wslbridgedir=wslbridge2-$(archive)
3745

46+
3847
# wslbridge2 branch or commit version (from fix-window-resize branch) and dir
3948
#commit=70e0dcea1db122d076ce1578f2a45280cc92d09f
4049
#commit=8b6dd7ee2b3102d72248990c21764c5cf86c6612
50+
# trying post-0.12 WSL V2 patches:
51+
#commit=5b2b652d1a7355b004e7860b4370a585737e5ac9
52+
#commit=274530b35a05df203d3a69f0e28d5015844f39bd
53+
# pixel size patch + fix (retagged as 0.13):
54+
#commit=a7162d852ff438d2d5a8dd8dae61795addb3d980
4155
#archive=$(commit)
4256
#wslbridgedir=wslbridge2-$(archive)
4357

4458

45-
# wslbridge2 fork repository and version
46-
#repo=mintty/wslbridge2
47-
#wslbridgever=0.5.1
48-
49-
50-
# wslbridge2 release or fork archive and dir
51-
archive=v$(wslbridgever)
52-
wslbridgedir=wslbridge2-$(wslbridgever)
53-
54-
5559
##############################
5660

5761
# mintty branch or commit version
@@ -162,7 +166,12 @@ wslbridge-source: $(wslbridgedir).zip
162166
# patch to https://github.com/Biswa96/wslbridge2/commit/41575379b416703c49e2687e957440239a4cdfb7
163167
#cd $(wslbridgedir); patch -p0 < ../0002-add-com-for-lifted-wsl.patch
164168
# patch to fix WSL 2 launching, again
165-
cd $(wslbridgedir); patch -p1 < ../0012-get-vmid-from-registry.patch
169+
# this was replaced with another patch upstream
170+
#cd $(wslbridgedir); patch -p1 < ../0012-get-vmid-from-registry.patch
171+
# patch to add WINCH/pty pixel size support (Biswa96/wslbridge2#44)
172+
#cd $(wslbridgedir); patch -p1 < ../0013-pty-pixel-size.patch
173+
# patch to fix the pixel patch of 0.13
174+
#cd $(wslbridgedir); patch -p1 < ../0013-pty-pixel-size-fix.patch
166175

167176
wslbridge-frontend:
168177
echo ------------- Compiling wslbridge2 frontend

0 commit comments

Comments
 (0)