File: changelog

package info (click to toggle)
libpdfbox-java 1%3A1.8.7%2Bdfsg-1%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 17,256 kB
  • ctags: 15,203
  • sloc: java: 116,133; xml: 3,615; sh: 51; makefile: 35; jsp: 28
file content (269 lines) | stat: -rw-r--r-- 10,081 bytes parent folder | download
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
libpdfbox-java (1:1.8.7+dfsg-1+deb8u1) jessie-security; urgency=high

  * Fixed CVE-2016-2175: XML External Entity vulnerability

 -- Emmanuel Bourg <ebourg@apache.org>  Wed, 01 Jun 2016 11:15:54 +0200

libpdfbox-java (1:1.8.7+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches (offset, fuzz).
  * Update version number in debian/*.poms.
  * Use cgit URL for Vcs-Browser in debian/control.
  * Declare compliance with Debian Policy 3.9.6.

 -- gregor herrmann <gregoa@debian.org>  Fri, 19 Sep 2014 17:21:41 +0200

libpdfbox-java (1:1.8.6+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Update version number in debian/*.poms.
  * Refresh patches (offset).

 -- gregor herrmann <gregoa@debian.org>  Mon, 23 Jun 2014 17:28:59 +0200

libpdfbox-java (1:1.8.5+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Refresh build.xml.patch.
  * Update years of upstream copyright.
  * Update version number in debian/*.poms.
  * debian/copyright: update URL in Source field.
  * debian/control: update URL in Vcs-Browser field.

 -- gregor herrmann <gregoa@debian.org>  Fri, 02 May 2014 19:04:00 +0200

libpdfbox-java (1:1.8.4+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Update jar version in debian/*.poms.
  * Refresh build.xml.patch (fuzz due to version number).
  * Update years of packaging copyright.
  * Add pgpsigurlmangle and filenamemangle in debian/watch and
    debian/upstream/signing-key.asc.

 -- gregor herrmann <gregoa@debian.org>  Wed, 05 Feb 2014 19:09:51 +0100

libpdfbox-java (1:1.8.3+dfsg-1) unstable; urgency=low

  * New upstream release.
  * Remove another non-free file during repackaging,
    that appears in 1.8.3.
  * Refresh patches (offset).
  * Update debian/*.pom. Bump version in jar filenames.
  * Don't install empty examples directory.
  * Declare compliance with Debian Policy 3.9.5.

 -- gregor herrmann <gregoa@debian.org>  Fri, 29 Nov 2013 18:30:14 +0100

libpdfbox-java (1:1.8.2+dfsg-2) unstable; urgency=low

  * Updated bc-1.47.patch to also work with Bouncy Castle 1.49
  * Install the jars and the poms in /usr/share/maven-repo
  * Removed the test classes from the jars

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 22 Jul 2013 15:33:02 +0200

libpdfbox-java (1:1.8.2+dfsg-1) unstable; urgency=low

  * New upstream release.
  * Refresh build.xml.patch (offset).
  * Update years of upstream and packaging copyright.
  * Update filenames in .install and .links files.
  * Adjust to newer Bouncy Castle:
    - add patch bc-1.47.patch to handle changed method names
    - add build dependency on libbcpkix-java
    - make build dependencies on libbc.*-java versioned
    - add /usr/share/java/bcpkix.jar to CLASSPATH in debian/rules
    This fixes a not-yet-reported FTBFS bug.
  * debian/control:
    - set Standards-Version to 3.9.4 (no changes)
    - make URLs in Vcs-* files canonical
    - add Built-Using field to libpdfbox-java binary package
  * Update debian/repack.stub.

 -- gregor herrmann <gregoa@debian.org>  Sun, 02 Jun 2013 19:19:52 +0200

libpdfbox-java (1:1.7.0+dfsg-4) unstable; urgency=low

  * Fix installation of CMap tables during build:
    - debian/control:
      replace build-dependeny on removed packages cmap-adobe-* and
      gs-cjk-resource with their successor poppler-data.
    - debian/rules:
      adjust path to CMap files accordingly; and guard against future failures
      by using the idiomatic "find -print0 | xargs -r0" construct.
    Thanks to Lucas Nussbaum for the bug report.
    (Closes: #699254)

 -- gregor herrmann <gregoa@debian.org>  Tue, 29 Jan 2013 17:07:45 +0100

libpdfbox-java (1:1.7.0+dfsg-3) unstable; urgency=low

  * debian/libpdfbox-java.classpath: add libfontbox-java to manifest
  * debian/control: add javahelper to build-depends

 -- tony mancill <tmancill@debian.org>  Thu, 12 Jul 2012 19:27:17 -0700

libpdfbox-java (1:1.7.0+dfsg-2) unstable; urgency=low

  * debian/control: add dependency on libfontbox-java to libpdfbox-java.
    Thanks to Tom Parker for the bug report. (Closes: #680778)

 -- gregor herrmann <gregoa@debian.org>  Thu, 12 Jul 2012 12:20:11 -0600

libpdfbox-java (1:1.7.0+dfsg-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Update filename (versioned jar) in debian/*.{install,links} files.
  * Install new examples into libpdfbox-java-doc package.
  * Update years of upstream and packaging copyright, add new third-party
    copyright.
  * debian/copyright: update to Copyright-Format 1.0.
  * Update package descritpions according to new upstream wording.

 -- gregor herrmann <gregoa@debian.org>  Sat, 02 Jun 2012 03:51:29 +0200

libpdfbox-java (1:1.6.0+dfsg-2) unstable; urgency=low

  [ gregor herrmann ]
  * Update Vcs-* headers.

  [ tony mancill ]
  * Update Maintainer field for Java team maintenance.
  * Add gregor to Uploaders.
  * Set Standards-Version to 3.9.3 (no changes).

 -- tony mancill <tmancill@debian.org>  Tue, 29 May 2012 11:20:57 -0700

libpdfbox-java (1:1.6.0+dfsg-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Set Standards-Version to 3.9.2 (no changes).
  * Bump debhelper compatibility level to 8.
  * Update filenames in debian/*.{install,links}.
  * Remove runtime dependency on JRE (thanks lintian).

 -- gregor herrmann <gregoa@debian.org>  Sat, 02 Jul 2011 18:12:58 +0200

libpdfbox-java (1:1.5.0+dfsg-2) unstable; urgency=low

  * libfontbox-java-doc: add Breaks/Replaces on libfontbox-java.

 -- gregor herrmann <gregoa@debian.org>  Thu, 31 Mar 2011 16:40:03 +0200

libpdfbox-java (1:1.5.0+dfsg-1) unstable; urgency=low

  [ gregor herrmann ]
  * New upstream release (closes: #618534).
  * debian/watch: update to new download location.
  * debian/repack.local, debian/clean and debian/rules: adjust paths to
    third-party resources.
  * Update debian/copyright.
  * Install RELEASE-NOTES.txt as upstream changelog.
  * Remove old patches; add new patch build.xml to build again against Debian
    libraries.
  * Remove javahelper support and build with ant.
  * Remove unused lintian override.
  * Adjust .install and .links files.
  * debian/control:
    - update homepage
    - update build dependencies
    - the upstream source now also includes JempBox and FontBox, create the
      libjempbox-java and libfontbox-java (and -doc) packages from the
      libpdfbox-java source package
    - add versioned Breaks on jabref
  * Register API docs with doc-base system.

  [ tony mancill ]
  * Add separate API doc packages libjempbox-java-doc and 
    libfontbox-java-doc.

 -- gregor herrmann <gregoa@debian.org>  Wed, 30 Mar 2011 20:18:16 +0200

libpdfbox-java (1:0.7.3+dfsg-4) unstable; urgency=low

  * debian/rules: Add ant properties to compile code with target JVM 1.4.
    Closes: #592118. Thanks to Artur Rona for forwarding this patch from
    Ubuntu.
  * More conversion to javahelper: change some files to use jh_* instead of
    dh_*.
  * Add a lintian override for a false positive warning about doc-base
    registration.

 -- gregor herrmann <gregoa@debian.org>  Sun, 22 Aug 2010 11:48:41 +0200

libpdfbox-java (1:0.7.3+dfsg-3) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control: change build dependency from default-jdk-builddep to
    default-jdk.
  * Remove spurious hunks from 01_buildxml.patch, refresh other patches.
  * Adjust package description to reality (i.e. there are no command line
    tools included); thanks to Achim Gädke for the bug report
    (closes: #568936).

  [ tony mancill ]
  * Bump standards version to 3.9.1 (no changes).
  * Depend on javahelper.
  * Convert to source format 3.0 (quilt); remove b-d on quilt.

 -- tony mancill <tmancill@debian.org>  Fri, 06 Aug 2010 17:47:17 -0700

libpdfbox-java (1:0.7.3+dfsg-2) unstable; urgency=low

  * Add back build dependency on gs-cjk-resource, now that it has moved to
    main.
  * debian/copyright: update formatting and years of packaging copyright.
  * Remove debian/dirs, dh_install takes care of it anyway.

 -- gregor herrmann <gregoa@debian.org>  Sun, 17 Jan 2010 17:43:46 +0100

libpdfbox-java (1:0.7.3+dfsg-1) unstable; urgency=low

  * Switch repacking framework from dh_wraporig to repack.sh; remove
    dh_wraporig part from debian/README.source.
  * Change repacking suffix to '+dfsg'; add epoch to version.
  * Drop build dependency on gs-cjk-resource and move package from contrib to
    main (closes: #548186). Remove note about the reason for being in contrib
    from debian/copyright.
  * Set Standards-Version to 3.8.3 (no changes).
  * Switch to debhelper 7 (debian/{control,compat,rules,clean}).
  * debian/control: (build) depend on default-jdk-builddep/
    default-jre-headless.
  * Install upstream changelog.

 -- gregor herrmann <gregoa@debian.org>  Sun, 27 Dec 2009 21:32:11 +0100

libpdfbox-java (0.7.3.dfsg-3) unstable; urgency=low

  * Change XS-Vcs-* fields to Vcs-*.
  * Set Standards-Version to 3.8.2: Rename debian/README.Debian-source to
    debian/README.source and mention quilt usage.
  * debian/rules: explicitly set JAVA_HOME; create install-stamp target.
  * Change debian/copyright to some version of the new machine-readable
    format.
  * Change patch system from dpatch to quilt.
  * debian/control: set Section to java.
  * Change my email address in debian/rules and debian/copyright.
  * debian/copyright: add a note why libpdfbox-java is in contrib; thanks to
    Bastien ROUCARIES for the bug report (closes: #539311).
  * debian/rules: add "-n" to the "cp" command.

 -- gregor herrmann <gregoa@debian.org>  Mon, 10 Aug 2009 18:39:40 +0200

libpdfbox-java (0.7.3.dfsg-2) unstable; urgency=low

  * Move upstream URL from the description to the new Homepage field.
  * Fix typo in short description, thanks to Marco van Zwetselaar
    (closes: #444772).

 -- gregor herrmann <gregor+debian@comodo.priv.at>  Sun, 30 Sep 2007 22:19:47 +0200

libpdfbox-java (0.7.3.dfsg-1) unstable; urgency=low

  * Initial release (closes: #404519).

 -- gregor herrmann <gregor+debian@comodo.priv.at>  Sun, 26 Aug 2007 18:12:52 +0200