Version 0.2.14 is a bugfix release for 0.2.13 with only one addition:
- BUGFIX: Fixed a nasty regression in manifest content UI code where MunkiAdmin would crash if manifest contained version referenced or non-existing items
Version 0.2.13 contained the following changes:
- NEW: Support for receiving pkginfos from SUS Inspector. This makes it easy to create
apple_update_metadata
type pkginfos. - NEW: Pkginfo files can be moved by dragging them to another source list folder. MunkiAdmin can (optionally) move the installer item to a corresponding
pkgs
subdirectory. - NEW: When importing an installer item, MunkiAdmin makes sure it is supported before trying to run makepkginfo. This prevents confusion when trying to import unsupported files (for example bundle style packages).
- CHANGE: Packages source list now lists the base
pkginfos
directory - CHANGE: Deleting a package now removes all references to it if appropriate.
- BUGFIX: Running makepkginfo now checks the stderr output for errors
- BUGFIX: The info text in manifests list now counts items inside conditional items too
- BUGFIX: The info text for items in manifests now tries to resolve a correct version based on the manifest and catalog(s)
- BUGFIX: The Info.plist now includes a CFBundleVersion key. Yes, what an embarrassing fix, I know...
- Many more fixes and improvements under the hood