<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/test/burn/TestData/Manual/BafThmutilTesting, branch v4.0.3</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=v4.0.3</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=v4.0.3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2023-02-20T04:39:24+00:00</updated>
<entry>
<title>Fix double-free bugs in thmutil.</title>
<updated>2023-02-20T04:39:24+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2023-02-20T03:38:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=26adc0c6bf1e4aafe6dc261f8aca09636ca63912'/>
<id>urn:sha1:26adc0c6bf1e4aafe6dc261f8aca09636ca63912</id>
<content type='text'>
Fixes 7231
</content>
</entry>
<entry>
<title>Add more burn E2E tests.</title>
<updated>2022-09-15T19:14:04+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-09-15T17:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=95e8b1be902cce3b5a394066a62e0c32d0688261'/>
<id>urn:sha1:95e8b1be902cce3b5a394066a62e0c32d0688261</id>
<content type='text'>
Fix bug where first splash screen wasn't closed.
Fix bug where billboard only started the first time.
Fix bug where the restart status was lost when the exit code was an error.
Fix bug where the hash byte array length was compared to the hash string length (string is twice as long).
Fix bug where Burn didn't give update hash if the first byte was 0.
</content>
</entry>
<entry>
<title>Add WixCanRestart and make wixstdba elevate for restart when required.</title>
<updated>2022-09-03T20:29:26+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-09-02T21:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=237bdc6a97c0dd455da99c16e6b3b7cac4c79e86'/>
<id>urn:sha1:237bdc6a97c0dd455da99c16e6b3b7cac4c79e86</id>
<content type='text'>
Fixes 5499
</content>
</entry>
<entry>
<title>Use elevated engine to make the restart request when it is available.</title>
<updated>2022-09-03T20:29:26+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-09-02T21:12:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=7728e34e48a4fdb710ecc92dd8dca833bff3993f'/>
<id>urn:sha1:7728e34e48a4fdb710ecc92dd8dca833bff3993f</id>
<content type='text'>
Fixes 6145
</content>
</entry>
<entry>
<title>Restrict panels to static controls.</title>
<updated>2022-08-30T00:12:15+00:00</updated>
<author>
<name>Bob Arnson</name>
<email>bob@firegiant.com</email>
</author>
<published>2022-08-29T22:02:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=f6c86c939af9f8b0036f4b197512f06e861e5fd3'/>
<id>urn:sha1:f6c86c939af9f8b0036f4b197512f06e861e5fd3</id>
<content type='text'>
Fixes https://github.com/wixtoolset/issues/issues/6635.
</content>
</entry>
<entry>
<title>Allow wixstdba special controls to have declarative text.</title>
<updated>2022-08-11T01:27:48+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-08-11T00:24:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=0a97d7aafcbb564b7bc9f4e754f39055fd38ae4f'/>
<id>urn:sha1:0a97d7aafcbb564b7bc9f4e754f39055fd38ae4f</id>
<content type='text'>
Fixes 6855
</content>
</entry>
<entry>
<title>Update Burn algorithm for picking elevated temp path to use SystemTemp.</title>
<updated>2022-06-08T00:44:36+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-06-03T22:50:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=8810aa8908ed7887616d86dd5fb821fcfa92f444'/>
<id>urn:sha1:8810aa8908ed7887616d86dd5fb821fcfa92f444</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move infinite loop detection into the hosts.</title>
<updated>2022-05-14T16:12:31+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-05-13T18:50:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=6a6974a15deb6edf593736cdb8043bfb93064782'/>
<id>urn:sha1:6a6974a15deb6edf593736cdb8043bfb93064782</id>
<content type='text'>
Tell the BA during Destroy whether it will be reloaded, and let the BA decide then whether it's module should be unloaded.
Show error when infinite prereq loop detected.
Only clip the exit code if they're Win32 errors.
Set related bundle type to none to avoid downgrades during preqba.
</content>
</entry>
<entry>
<title>Only block shutdown during Apply.</title>
<updated>2022-05-04T15:05:21+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-05-03T20:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=29f7e00586412163a20e298fbf84505f8a917425'/>
<id>urn:sha1:29f7e00586412163a20e298fbf84505f8a917425</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set each native library dependency version to the build version.</title>
<updated>2022-04-19T23:35:15+00:00</updated>
<author>
<name>Sean Hall</name>
<email>r.sean.hall@gmail.com</email>
</author>
<published>2022-04-19T21:03:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=6435d26c7e2ce54ec38d0cc9eb4d2cb10e9614e0'/>
<id>urn:sha1:6435d26c7e2ce54ec38d0cc9eb4d2cb10e9614e0</id>
<content type='text'>
</content>
</entry>
</feed>
