brigadier/CHANGELIST

63 lines
2.5 KiB
Text
Raw Normal View History

2016-03-07 16:02:09 -05:00
### 0.2.3 (March 7, 2016)
- set msiexec '/qb-' flag instead of '/qr' to avoid issues with modal
dialog popups during Boot Camp MSI installation (GH-14)
- update default sucatalog to El Capitan
- update 7-Zip to 15.14
2015-06-04 11:13:56 -04:00
### 0.2.2 (June 3, 2015)
2015-06-03 15:56:54 -04:00
- new option '-p/--product-id', allowing one to manually select a product
to download in cases where multiple products were found for a model
- updated default Apple SUS catalog to Yosemite
2015-06-04 11:13:56 -04:00
### 0.2.1 (October 3, 2014)
2013-09-24 20:12:31 -04:00
- '--model' option can now be given multiple times to do multiple downloads
in a single run
2013-09-18 10:02:19 -04:00
- update dmg2iso to 1.6.5
2014-10-03 11:50:56 -04:00
- update 7-Zip to 9.34 alpha
- update default SUS catalog to the Apple 10.9 catalog
2013-09-18 10:08:23 -04:00
- '-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
2014-10-03 11:50:56 -04:00
- 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
2013-09-18 10:02:19 -04:00
2015-06-04 11:13:56 -04:00
### 0.2.0 (August 4, 2013)
2013-08-04 07:23:48 -04:00
- 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
2015-06-04 11:13:56 -04:00
### 0.1.5 (April 15, 2013)
2013-04-15 14:39:00 -04:00
- 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.
2015-06-04 11:13:56 -04:00
### 0.1.4 (April 12, 2013)
2013-04-12 17:12:55 -04:00
- handle the case of multiple ESDs applicable to a model by selecting the
one with the most recent PostDate
2015-06-04 11:13:56 -04:00
### 0.1.3 (March 15, 2013)
2013-03-15 18:36:43 -04:00
- temporary workaround for model overlap with AutoUnattend-style BootCamp ESDs
released March 14, 2013
- misc. fixes
2015-06-04 11:13:56 -04:00
### 0.1.2 (January 28, 2013)
2013-01-28 17:01:27 -05:00
- 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
2015-06-04 11:13:56 -04:00
### 0.1.1 (January 23, 2013)
2013-01-28 17:01:27 -05:00
- '--leave-files' option added
- use rmdir for all Windows cleanup due to issue
with shutil and foreign characters
2015-06-04 11:13:56 -04:00
### 0.1.0 (January 11, 2013)
2013-08-04 07:23:48 -04:00
- first version