]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Fix "locale leak" on newer Linux systems where gettext() seems to cache
[citadel.git] / webcit / ChangeLog
index ed04cffeeeb69cb8726839498c148c50000829a8..18011f39f1a9db0cc8f372722649ffeda342570c 100644 (file)
@@ -1,5 +1,9 @@
 $Id$
 
+Thu Dec  8 11:48:34 EST 2005 ajc
+* Fix "locale leak" on newer Linux systems where gettext() seems to cache
+  its translated messages.  textdomain(textdomain(NULL)) clears the cache.
+
 Wed Dec  7 22:22:09 EST 2005 ajc
 * Improved the reliability of per-thread locale by unsetting it at the end
   of each transaction.