summaryrefslogtreecommitdiff
path: root/library/tecnick.com/tcpdf/CHANGELOG.TXT
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2014-04-27 19:06:50 +0100
committerGreg Roach <fisharebest@gmail.com>2014-04-27 19:06:50 +0100
commit42e86566122212a06c912a854764d1179fdfa9bd (patch)
tree6ba49efe238a1771da3fa3c3023b9cc3e0b8b09b /library/tecnick.com/tcpdf/CHANGELOG.TXT
parent949f080c5ac17eae6c3f02de9f635538649d7745 (diff)
downloadwebtrees-42e86566122212a06c912a854764d1179fdfa9bd.tar.gz
webtrees-42e86566122212a06c912a854764d1179fdfa9bd.tar.bz2
webtrees-42e86566122212a06c912a854764d1179fdfa9bd.zip
Update TCPDF library from 6.0.062 => 6.0.071
Diffstat (limited to 'library/tecnick.com/tcpdf/CHANGELOG.TXT')
-rw-r--r--library/tecnick.com/tcpdf/CHANGELOG.TXT28
1 files changed, 28 insertions, 0 deletions
diff --git a/library/tecnick.com/tcpdf/CHANGELOG.TXT b/library/tecnick.com/tcpdf/CHANGELOG.TXT
index 8eac585c5e..69afb85e13 100644
--- a/library/tecnick.com/tcpdf/CHANGELOG.TXT
+++ b/library/tecnick.com/tcpdf/CHANGELOG.TXT
@@ -1,3 +1,31 @@
+6.0.071 (2014-04-25)
+ - Bug #911 "error with buffered png pics" was fixed.
+
+6.0.070 (2014-04-24)
+ - Bug #910 "An SVG image is being cut off (with clipping mask) when you use align options" was fixed.
+
+6.0.069 (2014-04-24)
+ - Datamatrix Base256 encoding was fixed.
+
+6.0.068 (2014-04-22)
+ - Some Datamatrix barcode bugs were fixed.
+
+6.0.067 (2014-04-21)
+ - startLayer() method signature was changed to include a new "lock" parameter.
+
+6.0.066 (2014-04-20)
+ - Bug #908 "Linebreak is not considered when getting length of the next string" was fixed.
+
+6.0.065 (2014-04-10)
+ - Bug #905 "RGB percentage color bug in convertHTMLColorToDec()" was fixed.
+
+6.0.064 (2014-04-07)
+ - Header and Footer fonts are now set by default.
+ - Bug #904 "PDF corrupted" was fixed.
+
+6.0.063 (2014-04-03)
+ - Method TCPDF_IMAGES::_parsepng() was fixed to support transparency in Indexed images.
+
6.0.062 (2014-03-02)
- The method startLayer() now accepts the NULL value for the $print parameter to not set the print layer option.