<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix, branch v5.0.2</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=v5.0.2</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=v5.0.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2024-10-04T20:44:22+00:00</updated>
<entry>
<title>WiX Toolset v5.0.2</title>
<updated>2024-10-04T20:44:22+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-10-04T20:44:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=aa65968c419420d32e3e1b647aea0082f5ca5b78'/>
<id>urn:sha1:aa65968c419420d32e3e1b647aea0082f5ca5b78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add overloads to support create-only Wixouts.</title>
<updated>2024-10-04T19:57:47+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-09-22T02:52:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=f0f6aba258c2dab72808d4eaf7525d940e1efae3'/>
<id>urn:sha1:f0f6aba258c2dab72808d4eaf7525d940e1efae3</id>
<content type='text'>
This prevents the .NET ZipArchive (and friends) from keeping the whole
thing in memory, to support updating when we don't need to update the
Wixout when building a binary Wixlib.
</content>
</entry>
<entry>
<title>Fix crash when adding file in patch when filtering</title>
<updated>2024-10-04T19:57:36+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-09-27T22:12:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=467367e3018767ca5bcbd7e49c349b4c176fd0b8'/>
<id>urn:sha1:467367e3018767ca5bcbd7e49c349b4c176fd0b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix crash with use of File/@PatchGroup.</title>
<updated>2024-10-04T19:57:28+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2024-09-03T18:25:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=1f46b690775e7c1aec323dbda4585f03126d3c18'/>
<id>urn:sha1:1f46b690775e7c1aec323dbda4585f03126d3c18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-enable insignificant zeros in PackageVersion</title>
<updated>2024-10-04T19:57:18+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-07-12T08:17:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=3fd3204a4861f3f2ab0e289ecafa419232d68963'/>
<id>urn:sha1:3fd3204a4861f3f2ab0e289ecafa419232d68963</id>
<content type='text'>
Closes 8589
</content>
</entry>
<entry>
<title>Start WiX Toolset v5.0.2</title>
<updated>2024-10-04T17:45:47+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-10-04T17:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=61d21b6075f4af8c1d561c1823490d49a012fd2c'/>
<id>urn:sha1:61d21b6075f4af8c1d561c1823490d49a012fd2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WiX Toolset v5.0.1</title>
<updated>2024-07-16T01:23:58+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-07-16T01:23:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=2f00cbe680fb01ab485d56f16de9cd19b133f875'/>
<id>urn:sha1:2f00cbe680fb01ab485d56f16de9cd19b133f875</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix faulty memory access in Util's User custom actions</title>
<updated>2024-07-15T22:21:20+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-07-15T06:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=20319bee4b6b954089ed352a56aa7c8da6e77c0c'/>
<id>urn:sha1:20319bee4b6b954089ed352a56aa7c8da6e77c0c</id>
<content type='text'>
Generally, clean up the handling of getting the domain from a server name by
centralizing and simplifying it behind an improved GetDomainFromServerName()
based on the buggy GetServerName().

Fixes 8576
</content>
</entry>
<entry>
<title>Fix "wix extension list" to correctly display machine-wide extensions</title>
<updated>2024-07-15T22:21:20+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-07-12T08:25:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=4c1410d13b18e0f1ace6afd62cc10e2ff4a98216'/>
<id>urn:sha1:4c1410d13b18e0f1ace6afd62cc10e2ff4a98216</id>
<content type='text'>
Fixes 8625
</content>
</entry>
<entry>
<title>Reset current directory so SFXCA directory can be cleaned up</title>
<updated>2024-07-15T22:21:20+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-07-13T07:28:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=b5de0c02c811549d5e15bfc209a1fa9c1f1744d2'/>
<id>urn:sha1:b5de0c02c811549d5e15bfc209a1fa9c1f1744d2</id>
<content type='text'>
Fixes 8630
</content>
</entry>
</feed>
