From 0b035deff091750350d018b9f3d40029f515ebde Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 1 May 2015 05:02:21 -0400 Subject: [PATCH] update whatsnew.txt --- whatsnew.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/whatsnew.txt b/whatsnew.txt index 75c2ffd12..68abba647 100644 --- a/whatsnew.txt +++ b/whatsnew.txt @@ -1,3 +1,9 @@ +GAM 3.45 + -add six.py to solve compatability issues on OS X and Linux + -be conservative with password hashing to prevent timeouts + + If you see issues setting user passwords with GAM 3.44 or older, please upgrade to 3.45. + GAM 3.44 -"gam update cros assetid " allows updating of Chrome OS device Asset ID field. Thanks Erik Pitti! -Windows versions of GAM now use pyinstaller instead of py2exe.