When a gravatar is changed, other users will only notice it if they clear their cache.
Therefore, Gravatar changes can go unnoticed for a very long time because people don't usually clear their cache.
It would be very easy to add a version field to the users table and append it to the Gravatar query string, like this:
http://www.gravatar.com/avatar/hash?s=32&X-StackOverflow-Version=3.
Gravatar will ignore the extra field (I checked)
Then, whenever someone changes their gravatar, they could update this version field in their profile page, and force everyone to see the change.