comparison ChangeLog @ 569:1b801a0cb2cb trunk

Support for context-aware methods during message extraction (fixes #229, patch by David Rios)
author fschwarz
date Mon, 26 Sep 2011 20:01:01 +0000
parents 8831b754f81e
children 99c48a6ca1d6
comparison
equal deleted inserted replaced
568:39ff5164e8ea 569:1b801a0cb2cb
32 * Fix exception if environment contains an invalid locale setting (#200) 32 * Fix exception if environment contains an invalid locale setting (#200)
33 * use cPickle instead of pickle for better performance (#225) 33 * use cPickle instead of pickle for better performance (#225)
34 * Only use bankers round algorithm as a tie breaker if there are two nearest 34 * Only use bankers round algorithm as a tie breaker if there are two nearest
35 numbers, round as usual if there is only one nearest number (#267, patch by 35 numbers, round as usual if there is only one nearest number (#267, patch by
36 Martin) 36 Martin)
37 * Allow disabling cache behaviour in LazyProxy (#208, initial patch Pedro 37 * Allow disabling cache behaviour in LazyProxy (#208, initial patch from Pedro
38 Algarvio) 38 Algarvio)
39 39 * Support for context-aware methods during message extraction (#229, patch
40 from David Rios)
40 41
41 Version 0.9.6 42 Version 0.9.6
42 http://svn.edgewall.org/repos/babel/tags/0.9.6/ 43 http://svn.edgewall.org/repos/babel/tags/0.9.6/
43 (Mar 17 2011, from branches/stable/0.9.x) 44 (Mar 17 2011, from branches/stable/0.9.x)
44 45
Copyright (C) 2012-2017 Edgewall Software