<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wix/src/api/burn/balutil, branch bob/wixbug_8740</title>
<subtitle>A mirror of https://github.com/wixtoolset/wix.git
</subtitle>
<id>https://git.lua4.win/wix/atom?h=bob%2Fwixbug_8740</id>
<link rel='self' href='https://git.lua4.win/wix/atom?h=bob%2Fwixbug_8740'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/'/>
<updated>2024-04-04T23:33:49+00:00</updated>
<entry>
<title>Report E_MOREDATA from Bal functions when string buffer too small</title>
<updated>2024-04-04T23:33:49+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-04-04T22:41:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=ba93485c940b0bae6e0b6a005fdd1819652f3984'/>
<id>urn:sha1:ba93485c940b0bae6e0b6a005fdd1819652f3984</id>
<content type='text'>
WiX v4 (and probably v3) standardized on the error code E_MOREDATA when string
buffers were too small instead of E_INSUFFICIIENT_BUFFER. This fixes v5 to
match in a few missing cases.

Fixes 8094
</content>
</entry>
<entry>
<title>Simplify BootstrapperApplication header files</title>
<updated>2024-03-21T20:07:14+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-21T07:59:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=90cdebbe94c7f60db86965ffb97d9ba51d0bc9fc'/>
<id>urn:sha1:90cdebbe94c7f60db86965ffb97d9ba51d0bc9fc</id>
<content type='text'>
Take this breaking change opportunity to simplify the header files used by
BA devs.
</content>
</entry>
<entry>
<title>Move wixstdba functions to Bal.wixext build</title>
<updated>2024-03-07T18:55:57+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-07T09:44:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=dea25ba9bcfd65200b60339c2e4bc060cdf20723'/>
<id>urn:sha1:dea25ba9bcfd65200b60339c2e4bc060cdf20723</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Better .nupkg names</title>
<updated>2024-03-07T18:55:57+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-06T22:48:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=3d2d46f62fc01e2653d0251ad9703090574e7c41'/>
<id>urn:sha1:3d2d46f62fc01e2653d0251ad9703090574e7c41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WIP - BA header simplification</title>
<updated>2024-03-07T02:03:38+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-03-06T18:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=a8504dc4eb1c2d09965b0858699ac737336ef3c1'/>
<id>urn:sha1:a8504dc4eb1c2d09965b0858699ac737336ef3c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move the BootstrapperApplication out of proc</title>
<updated>2024-03-07T02:03:38+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2024-01-12T02:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=0d3d54992104288e9ee0c834d0b96e8502fd2d42'/>
<id>urn:sha1:0d3d54992104288e9ee0c834d0b96e8502fd2d42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some small SAL annotation fixups</title>
<updated>2023-02-09T23:18:09+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2023-02-09T13:03:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=dc8a7f2398602f994c3e43a733aa09b18dbd7662'/>
<id>urn:sha1:dc8a7f2398602f994c3e43a733aa09b18dbd7662</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use MSI transaction end result to detect whether reboot is needed</title>
<updated>2022-12-13T03:50:39+00:00</updated>
<author>
<name>Nir Bar</name>
<email>nir.bar@panel-sw.co.il</email>
</author>
<published>2022-12-06T11:22:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=50e24e9cf2084b6cb67b5d8fc509163061408bb6'/>
<id>urn:sha1:50e24e9cf2084b6cb67b5d8fc509163061408bb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minimize calls into GitInfo by caching results during build_init</title>
<updated>2022-11-13T15:27:49+00:00</updated>
<author>
<name>Rob Mensching</name>
<email>rob@firegiant.com</email>
</author>
<published>2022-11-11T07:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=c8a832c931f6c34892e596a11c14e9181d5eee16'/>
<id>urn:sha1:c8a832c931f6c34892e596a11c14e9181d5eee16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WIXFEAT-3704 - Allow access to persisted variables from related bundles</title>
<updated>2022-11-11T05:49:10+00:00</updated>
<author>
<name>Jacob Hoover</name>
<email>jacob.hoover@greenheck.com</email>
</author>
<published>2022-11-10T16:48:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/wix/commit/?id=fa393914f12f6d6bc88a73e4d5b009da765f6dd5'/>
<id>urn:sha1:fa393914f12f6d6bc88a73e4d5b009da765f6dd5</id>
<content type='text'>
</content>
</entry>
</feed>
