diff --git a/LICENSE.mintty b/LICENSE.mintty index d7f398f..a152e63 100644 --- a/LICENSE.mintty +++ b/LICENSE.mintty @@ -1,4 +1,4 @@ -mintty is copyright 2008-13 Andy Koppe, 2015-16 Thomas Wolff. +mintty is copyright 2008-13 Andy Koppe, 2015-18 Thomas Wolff. Licensed under the terms of the GNU General Public License version 3 or later, amended with the bundling clause to clarify ambiguous interpretation. diff --git a/LICENSE.wslbridge b/LICENSE.wslbridge index 3079562..a2fa499 100644 --- a/LICENSE.wslbridge +++ b/LICENSE.wslbridge @@ -1,6 +1,7 @@ The MIT License (MIT) Copyright (c) 2016 Ryan Prichard +Copyright (c) 2018 Google LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/VERSION b/VERSION index bfa363e..181ced0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.4 +1.8.4.3 diff --git a/makefile b/makefile index a9f36ca..b0be740 100644 --- a/makefile +++ b/makefile @@ -8,14 +8,14 @@ # wsltty release -ver=1.8.4 +ver=1.8.4.3 ############################## # mintty release version -minttyver=2.8.4 +#minttyver=2.8.4 # or mintty branch or commit version -#minttyver=master +minttyver=master ############################## # wslbridge binary package; may be overridden below @@ -24,7 +24,7 @@ wslbridgever=0.2.4 # or wslbridge branch or commit to build from source; # also set wslbridge-commit -#wslbridge=wslbridge-frontend wslbridge-backend +wslbridge=wslbridge-frontend wslbridge-backend # release 0.2.0 does not have cygwin_internal(CW_SYNC_WINENV) yet: #wslbridge-commit=master @@ -35,6 +35,9 @@ wslbridgever=0.2.4 # after 0.2.4, from branch login-mode: wslbridge-commit=04a060505860915c99bc336dbeb80269771a80b7 +# after 0.2.4, from branch wslpath: +wslbridge-commit=29df86d87135caec8424c08f031ce121a3a39ae1 + ############################################################################# # default target