File: THANKS

package info (click to toggle)
libxmlenc-java 0.52%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 456 kB
  • sloc: java: 2,521; xml: 511; makefile: 3
file content (41 lines) | stat: -rw-r--r-- 1,141 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Thanks go to the following people:


* Anthony Goubard <anthony.goubard@nl.wanadoo.com>

  For greatly improving the performance of xmlenc. Improvements available in
  xmlenc 0.45 and 0.46.


* Jochen Schwoerer <j.schwoerer@web.de>

  For providing patches to xmlenc 0.34 that implement pretty-printing.
  Available in xmlenc 0.35.


* Christian Ullenboom <c.ullenboom@java-tutor.com>

  For suggesting some performance-enhancements to xmlenc 0.41 that make the
  writing of line breaks to the output stream slightly faster.
  Available in xmlenc 0.42.


* Jan Willem Borleffs <janwillem.borleffs@nl.wanadoo.com>

  For reporting a typo in the declaration() method in XMLOutputter.
  Fixed in xmlenc 0.43.


* David Fogel <dave@25oz.com>

  For suggesting adding an explanation in the text(...) methods in the
  XMLEncoder class for the purpose of the escapeAmpersands argument.
  Available in xmlenc 0.43.


* Mark Frost <mfrost@hemscott.co.uk>

  For reporting a bug in XMLEncoder.text(Writer,char[],int,int,boolean). This
  method would not output all characters if the specified start index was
  greater than 0.
  Fixed in xmlenc 0.44.