Skip to content

Commit 455fabf

Browse files
committed
update changelog and packaging for version 1.55.1
Fix sequence in _putimages() by writing values back to underlying map #5
1 parent aeb80e3 commit 455fabf

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

CHANGELOG.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,23 @@
1-
# 1.55.0 Release
1+
# 1.55.1 Release 2015-08-25
2+
* @bstoots Fix sequence in _putimages() by writing values back to underlying map https://github.com/nkiraly/Java-FPDF/pull/5
23

3-
2015-08-20
44

5+
# 1.55.0 Release 2015-08-20
56
* @bstoots Add JPEG Add CMYK and YCCK support https://github.com/nkiraly/Java-FPDF/pull/3
67
* @bstoots Fix Image alpha channel processing and packing https://github.com/nkiraly/Java-FPDF/pull/4
78

89

9-
# 1.54.0 Release
10-
11-
2015-04-01
12-
10+
# 1.54.0 Release 2015-04-01
1311
* @austinhyde GIF image support https://github.com/nkiraly/Java-FPDF/pull/2
1412
* @austinhyde PNG alpha channel support https://github.com/nkiraly/Java-FPDF/pull/2
1513

1614

17-
# 1.53.2 Release
18-
19-
2015-03-27
20-
15+
# 1.53.2 Release 2015-03-27
2116
* @austinhyde Render JPG images correctly / deterministically by including image index in its info https://github.com/nkiraly/Java-FPDF/pull/1
2217
* @austinhyde Actually render text while still respecting text color https://github.com/nkiraly/Java-FPDF/pull/1
2318

24-
# 1.53.1 Release
25-
26-
2015-03-19
2719

20+
# 1.53.1 Release 2015-03-19
2821
* @nkiraly Improve character width loading from resources and error messages when the resource is not found
2922

3023

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.koadweb.javafpdf</groupId>
55
<artifactId>java-fpdf</artifactId>
6-
<version>1.55.0</version>
6+
<version>1.55.1</version>
77
<packaging>jar</packaging>
88
<name>Java FPDF</name>
99

0 commit comments

Comments
 (0)