diff --git a/ChangeLog b/ChangeLog
index 47e343746346d8161ac8c901aade9e01340f9840..de87831188c523b5412817aa856bcfdb82126091 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Gajim 0.11.1 (XX February 2007)
+  * Fixed avatars cache problems in group chats
+
 Gajim 0.11 (19 December 2006)
   * New build system, using GNU autotools. See README.html
   * Support for link-local messaging via Zeroconf using Avahi (XEP-0174)
diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py
index d2959faffd8a0a90935b1f1467448b3828fc378c..7488f565904c1aedd0e48828046dedbd0a43afa0 100644
--- a/src/common/connection_handlers.py
+++ b/src/common/connection_handlers.py
@@ -1685,7 +1685,6 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco,
 						if cached_sha != self.vcard_shas[who]:
 							# avatar has been updated
 							self.request_vcard(who)
-					self.vcard_shas[who] = avatar_sha
 				self.dispatch('GC_NOTIFY', (jid_stripped, show, status, resource,
 					prs.getRole(), prs.getAffiliation(), prs.getJid(),
 					prs.getReason(), prs.getActor(), prs.getStatusCode(),