Skip to content

0.5.5 (February 2, 2015) Sanpo Shimasu

Compare
Choose a tag to compare
@sheagcraig sheagcraig released this 04 Feb 21:04
· 673 commits to master since this release

FIXES:

  • Automatically configured distribution points (AFP and SMB shares using just name and password) need to pass jss object so jss_migrated is handled correctly. (jssimporter/JSSImporter#19)

CHANGES:

  • Added jss.distribution_points.DistributionPoints.delete() and jss.distribution_points.MountedRepository.delete()
  • Added jss.distribution_points.JDS.delete() and jss.distribution_points.JDS.delete_with_casperAdminSave(). The latter is the method used by the Casper Admin app, and is included mostly for reference. Thanks once again to @beckf for the packet sniffing expertise!
  • Refactored redundent filetype checking to jss.distribution_points.is_package() and jss.distribution_points.is_script().