File: changelog

package info (click to toggle)
maven-javadoc-plugin 3.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,660 kB
  • sloc: java: 14,908; xml: 5,980; jsp: 5; makefile: 2; sh: 1
file content (247 lines) | stat: -rw-r--r-- 8,484 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
maven-javadoc-plugin (3.0.1-4) unstable; urgency=medium

  * Team upload.
  * Disable doclint by default to fix the build failures with OpenJDK 17
  * Standards-Version updated to 4.5.1
  * Switch to debhelper level 13

 -- Emmanuel Bourg <ebourg@apache.org>  Wed, 03 Feb 2021 14:10:04 +0100

maven-javadoc-plugin (3.0.1-3) unstable; urgency=medium

  * Team upload.
  * Add default-detectJavaApiLink-to-false.patch (Closes: #919798)
    This addresses FTBFS bugs for multiple javadoc packages that
    build-depend on maven.  Also see:
    - https://github.com/oracle/opengrok/issues/2629
    - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919831
    Thank you to Markus Koschany for identifying a work-around.

 -- tony mancill <tmancill@debian.org>  Sun, 17 Feb 2019 10:36:03 -0800

maven-javadoc-plugin (3.0.1-2) unstable; urgency=medium

  * Team upload.
  * Add patch for uncaught IOException FTBFS (Closes: #914411)
  * Bump Standards-Version to 4.2.1
  * Update Homepage and Source URLs to use https

 -- tony mancill <tmancill@debian.org>  Sat, 24 Nov 2018 10:17:09 -0800

maven-javadoc-plugin (3.0.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
  * Standards-Version updated to 4.1.5
  * Use salsa.debian.org Vcs-* URLs
  * Track and download the new releases from GitHub

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 30 Jul 2018 10:59:33 +0200

maven-javadoc-plugin (3.0.0-4) unstable; urgency=medium

  * Team upload.
  * Modified the patches to work with Java 9 or later (Closes: #895236)
  * Standards-Version updated to 4.1.4

 -- Emmanuel Bourg <ebourg@apache.org>  Sun, 08 Apr 2018 23:17:47 +0200

maven-javadoc-plugin (3.0.0-3) unstable; urgency=medium

  * Team upload.
  * Add the --ignore-source-errors option when using the default doclet
    with Java 9
  * Switch to debhelper level 11

 -- Emmanuel Bourg <ebourg@apache.org>  Wed, 28 Mar 2018 15:31:02 +0200

maven-javadoc-plugin (3.0.0-2) unstable; urgency=medium

  * Team upload.
  * Fixed the NullPointerException when JAVA_HOME isn't defined (MJAVADOC-504)
  * Removed the unused build dependency on clirr
  * Standards-Version updated to 4.1.3

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 05 Jan 2018 18:34:59 +0100

maven-javadoc-plugin (3.0.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
    - New dependency on libplexus-languages-java
    - Depend on libqdox2-java instead of libqdox-java
    - Changed the source/target level to 1.7
  * Removed the unused build dependency on liblog4j1.2-java
  * Simplified the Maven rules
  * Standards-Version updated to 4.1.2

 -- Emmanuel Bourg <ebourg@apache.org>  Tue, 12 Dec 2017 00:08:04 +0100

maven-javadoc-plugin (3.0.0~M1-5) unstable; urgency=medium

  * Team upload.
  * Added the missing build dependency on libplexus-interactivity-api-java
  * Ignore the test dependency on wagon-http
  * Standards-Version updated to 4.1.1

 -- Emmanuel Bourg <ebourg@apache.org>  Tue, 21 Nov 2017 01:59:22 +0100

maven-javadoc-plugin (3.0.0~M1-4) unstable; urgency=medium

  * Team upload.
  * Added the missing Maven rule for plexus-component-annotations

 -- Emmanuel Bourg <ebourg@apache.org>  Tue, 19 Sep 2017 08:43:18 +0200

maven-javadoc-plugin (3.0.0~M1-3) unstable; urgency=medium

  * Team upload.
  * Depend on libmaven-reporting-api-java instead of libmaven2-core-java
  * Standards-Version updated to 4.1.0

 -- Emmanuel Bourg <ebourg@apache.org>  Sun, 27 Aug 2017 23:55:32 +0200

maven-javadoc-plugin (3.0.0~M1-2) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.

 -- Miguel Landaeta <nomadium@debian.org>  Wed, 23 Aug 2017 20:58:08 +0100

maven-javadoc-plugin (3.0.0~M1-1) experimental; urgency=medium

  * Team upload.

  [ Chris West ]
  * Fix ""Unable to find javadoc command:" on openjdk-9": search another path
    if the JVM version is appropriate (Closes: #866929)

  [ Miguel Landaeta ]
  * New upstream release. (Closes: #872839)
  * Refresh patches.
  * Add new patch d/p/plexus-component-metadata-plugin-version.patch.
  * Drop patch d/p/missing-maven-plugin-plugin-declaration.patch.
  * Bump DH compat level to 10.
  * Update Maven rules.
  * Update watch file.
  * Update B-D:
    - s/libmaven2-core-java/libmaven3-core-java/.
    - s/libcommons-lang-java/libcommons-lang3-java/.
    - Add B-D on libplexus-component-metadata-java.
  * Bump Standards-Version to 4.0.0. No changes were required.
  * Update copyright info.

 -- Miguel Landaeta <nomadium@debian.org>  Tue, 22 Aug 2017 20:58:24 +0100

maven-javadoc-plugin (2.10.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
  * Removed the unused dependency on libbcel-java
  * Removed the explicit build dependency on libwagon-java
  * Standards-Version updated to 3.9.8 (no changes)
  * Use secure Vcs-* URLs

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 22 Jul 2016 09:27:29 +0200

maven-javadoc-plugin (2.10.3-2) unstable; urgency=medium

  * Team upload.
  * Use the SOURCE_DATE_EPOCH variable to set the current year displayed
    in the javadoc footer generated by the plugin.
  * No longer install maven-metadata-local.xml
  * Build with the DH sequencer instead of CDBS

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 16 Nov 2015 01:00:40 +0100

maven-javadoc-plugin (2.10.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches and removed doxia1_1.patch
    - Refreshed debian/maven-metadata-local.xml
  * Fixed the build failure caused by the modello upgrade (Closes: #793586)

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 02 Nov 2015 22:45:12 +0100

maven-javadoc-plugin (2.10.2-1) experimental; urgency=medium

  * Team upload.
  * New upstream release
  * Install the Maven metadata required by Maven 3
  * Standards-Version updated to 3.9.6 (no changes)
  * Moved the package to Git

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 16 Mar 2015 09:40:14 +0100

maven-javadoc-plugin (2.9.1-2) unstable; urgency=low

  * Team upload.
  * Ignore the unused Maven dependency on Mockito (Closes: #729006)

 -- Emmanuel Bourg <ebourg@apache.org>  Thu, 07 Nov 2013 23:57:58 +0100

maven-javadoc-plugin (2.9.1-1) unstable; urgency=low

  * Team upload.
  * New upstream release
    - Refreshed doxia1_1.patch
    - Added a patch fixing the unmappable characters errors
    - Added a patch to remain compatible with the version  of plexus-utils
      in Debian
  * debian/control: Updated Standards-Version to 3.9.5 (no changes)

 -- Emmanuel Bourg <ebourg@apache.org>  Tue, 05 Nov 2013 16:49:04 +0100

maven-javadoc-plugin (2.8-1) unstable; urgency=low

  * Team upload.
  * New upstream release
  * debian/control:
    - Updated Standards-Version to 3.9.4 (no changes)
    - Use canonical URLs for the Vcs-* fields
    - Removed Michael Koch from the uploaders (Closes: #654112)
  * debian/copyright: Updated to the Copyright Format 1.0
  * Build depend on debhelper >= 9
  * Use XZ compression for the upstream tarball
  * Documented the procedure to update the core Maven plugins in README.source

 -- Emmanuel Bourg <ebourg@apache.org>  Fri, 18 Oct 2013 01:46:27 +0200

maven-javadoc-plugin (2.6.1-2) unstable; urgency=low

  * Team upload.
  * Add Build-Depends on libmaven-plugin-tools-java (>= 2.8) (Closes: #640017).
  * Bump Standards-Version to 3.9.2. No changes were required.
  * Switch to source package format 3.0 (quilt).

 -- Miguel Landaeta <miguel@miguel.cc>  Thu, 01 Sep 2011 07:40:02 -0430

maven-javadoc-plugin (2.6.1-1) unstable; urgency=low

  * New upstream release (Closes: #573575)
  * Add maven-enforcer-plugin to d/maven.ignoreRules since this plugin is still
    waiting in NEW.
  * Add missing Build-Depends: libmaven-shade-plugin-java, liblog4j1.2-java.
  * Add rule for commons-httpclient 3.x and log4j 1.2.x to d/maven.rules.
  * Add test dependencies to d/maven.ignoreRules since we don't build and run
    the tests anyway.

 -- Torsten Werner <twerner@debian.org>  Fri, 12 Mar 2010 23:56:30 +0100

maven-javadoc-plugin (2.5-2) unstable; urgency=low

  * Tightened Depends on libmodello-maven-plugin-doc.
  * Added myself to Uploaders.
  * Updated Standards-Version to 3.8.3.

 -- Michael Koch <konqueror@gmx.de>  Thu, 01 Oct 2009 21:46:05 +0200

maven-javadoc-plugin (2.5-1) unstable; urgency=low

  * Initial release (Closes: #540051)

 -- Ludovic Claude <ludovic.claude@laposte.net>  Wed, 01 Jul 2009 15:33:46 +0100