brigadier/CHANGELIST
2014-10-03 11:50:56 -04:00

51 lines
2 KiB
Text

0.2.1 (Unreleased)
- '--model' option can now be given multiple times to do multiple downloads
in a single run
- update dmg2iso to 1.6.5
- update 7-Zip to 9.34 alpha
- update default SUS catalog to the Apple 10.9 catalog
- '-l/--leave-files' is now '-k/--keep-files', following the naming pattern
most other utilities use when keeping files around.
- fix issue where the supported models list reported when multiple matching ESDs
were found was inaccurate
- fix issue where 7-Zip would fail to find a 'Payload' archive; certain ESD DMGs
recently expose only a 'Payload~' archive to 7-Zip, so we no longer assume
both exist
0.2.0 (August 4, 2013)
- fix issues with Boot Camp installer not installing certain packages
(particularly nVidia/Intel mgmt), by switching the '/qn' option to '/qr'
- this runs a minimal GUI installation that still does not block for user
input
- fix proper detection of Windows version architecture for older CPUs
0.1.5 (April 15, 2013)
- fix failure to properly locate BootCamp MSI with latest AutoUnattend-based
drivers. now search for BootCamp{64,}.msi starting from the root down,
so we don't expect a specific folder hierarchy.
0.1.4 (April 12, 2013)
- handle the case of multiple ESDs applicable to a model by selecting the
one with the most recent PostDate
0.1.3 (March 15, 2013)
- temporary workaround for model overlap with AutoUnattend-style BootCamp ESDs
released March 14, 2013
- misc. fixes
0.1.2 (January 28, 2013)
- automatically change output dir to the drive root when the current working
directory is detected to be \Windows\system32, to resolve issue with system32/SysWoW64
and the BootCamp installer locating its packages
- support for setting alternate CatalogURL in brigadier.plist
- fixed trying to use 'rmdir' on both platforms for existing
download directory
- more readable status output
0.1.1 (January 23, 2013)
- '--leave-files' option added
- use rmdir for all Windows cleanup due to issue
with shutil and foreign characters
0.1.0 (January 11, 2013)
- first version