start prep for 4.40

This commit is contained in:
Jay Lee
2017-12-19 14:12:22 -05:00
parent 6629f5578c
commit 39d8c93444
2 changed files with 17 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ import platform
import re import re
gam_author = u'Jay Lee <jay0lee@gmail.com>' gam_author = u'Jay Lee <jay0lee@gmail.com>'
gam_version = u'4.32' gam_version = u'4.40'
gam_license = u'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' gam_license = u'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
GAM_URL = u'https://git.io/gam' GAM_URL = u'https://git.io/gam'

View File

@@ -1,3 +1,19 @@
GAM 4.40
- Team Drive Admin "asadmin" to give admins special access.
- Manage Buildings, Features and Resource Calendars.
- Download log files for kiosk Chrome devices.
- TPM info and vulnerability status for Chrome devices.
- New Google library for service account auth.
- (Ross) increase cell count for "todrive" to 2M.
- (Ross) improved course id handling.
- (Ross) numerous cleanups and bug fixes
GAM 4.32
- Fixes and improvements by Ross
- gam print courses now supports limiting results based on course state
- handle issues adding members to a group who were in a pending status before
- Data transfer commands now support transferring user Calendar events.
GAM 4.31 GAM 4.31
- Update course owners in Classroom - Update course owners in Classroom
- support for time deltas like -4h for some commands (danielx) - support for time deltas like -4h for some commands (danielx)