52991559e4d9884165631e6e0a4f6e5a04008eb5
[nikiroo-utils.git] / changelog
1 Version 0.9.5
2 -------------
3
4 Resource bundle bug
5 UTF-8 strings were sometimes wrangled
6 It is fixed by using a Bundle#Control, whih sadly is only available in
7 Java 1.6+
8
9 Version 0.9.4
10 -------------
11
12 Compatibility bug
13 Again... because of some useless imports made there for a wrong jDoc
14 comment
15
16 Version 0.9.3
17 -------------
18
19 Compatibility bug
20 The library did not work with JDK versions prior to 1.8 because
21 of a dependency on Base64
22 A new (public domain) class was used instead, which is compatible with
23 Java 1.5 this time
24
25 Version 0.9.2
26 -------------
27
28 Initial version
29 ...on GIT