]> git.sven.stormbind.net Git - sven/java-package.git/blob - debian/changelog
Standards-Version updated to 3.9.6
[sven/java-package.git] / debian / changelog
1 java-package (0.57) UNRELEASED; urgency=medium
2
3   * Team upload.
4   * Standards-Version updated to 3.9.6 (no changes)
5
6  -- Emmanuel Bourg <ebourg@apache.org>  Thu, 22 Jan 2015 09:41:39 +0100
7
8 java-package (0.56) unstable; urgency=medium
9
10   * Team upload.
11   * Do not Build-Depends libavcodec53 and libavformat53 for Java 8.
12     Thanks to Chris Jester-Young for the patch. (Closes: #751974)
13   * Set the urcency of the guest package to medium.
14
15  -- Benjamin Drung <benjamin.drung@profitbricks.com>  Fri, 20 Jun 2014 11:10:45 +0200
16
17 java-package (0.55) unstable; urgency=medium
18
19   [ tony mancill ]
20   * Team upload.
21   * Add lsb-release to Depends (used in make-jpkg).
22   * Apply patch to honor --revision argument.
23     Thanks to Alberto Caso Palomino. (Closes: #743919)
24
25   [ Emmanuel Bourg ]
26   * Bumped the Standards-Version of the generated package to 3.9.5
27   * Use debhelper level 9 in the generated package
28
29   [ Benjamin Drung ]
30   * Add a debian/rules file to the generated source package.
31   * Use dpkg-buildpackage to build the guest package.
32   * Add ${misc:Depends} to the guest dependency.
33   * Add --source option to build a source package instead of a binary deb
34     package. (Closes: #745762)
35   * Replace lsb_release call by dpkg-vendor call.
36   * Convert copyright file content to UTF-8 for guest debian/copyright.
37   * Remove trailing spaces from copyright file.
38   * Create build depends for JDK guest package.
39
40  -- Benjamin Drung <benjamin.drung@profitbricks.com>  Tue, 17 Jun 2014 20:41:39 +0200
41
42 java-package (0.54) unstable; urgency=medium
43
44   * Team upload.
45   * Added support for ARM VFP/hard-float JDK releases.
46     Thanks to Christopher Huhn <C.Huhn@gsi.de> (Closes: #724455)
47   * Added more command line tool alternatives: jcmd, jdeps, jhat, jrunscript,
48     schemagen, wsgen, wsimport and xjc
49   * Standards-Version updated to 3.9.5 (no changes)
50   * Removed the suggested dependency on openjdk-6-jre
51   * Switch to debhelper level 9
52
53  -- Emmanuel Bourg <ebourg@apache.org>  Mon, 24 Mar 2014 18:44:58 +0100
54
55 java-package (0.53) unstable; urgency=low
56
57   * Team upload.
58   * Added support for early access releases (Closes: #721136)
59   * Added support for GA and FCS releases
60   * Excluded the fxavcodecplugin libraries used by JavaFX from the dependency
61     calculation performed by dh_shlibdeps to avoid errors (Closes: #687075)
62   * Updated the package description and debian/README.Debian:
63     - no longer recommend openjdk-6
64     - mention the compatibility with Java 8
65   * Removed 'Replaces: ${j2se_package}debian' from the generated control file
66   * Adjusted the disk space required to unpack the Java 8 documentation
67   * Updated the manpages for Java 8
68   * Updated debhelper level to 7
69   * debian/rules: Use dh_prep instead of dh_clean -k
70   * Removed the recommended dependency on libstdc++5 from the generated
71     control file (used by the now unsupported IBM JDK 5)
72   * Removed the recommended dependency on libgtk1.2 from the generated
73     control file (removed from Squeeze)
74   * Removed the recommended dependency on libx11-6 and libasound2 from
75     the generated control file (these dependencies are already injected
76     by dh_shlibdeps)
77   * Removed the references to "Java 2" from the description of the generated
78     JRE package
79   * Changed the short description of the generate packages to match
80     the official name
81
82  -- Emmanuel Bourg <ebourg@apache.org>  Tue, 10 Sep 2013 14:42:43 +0200
83
84 java-package (0.52) unstable; urgency=low
85
86   [ Sylvestre Ledru ]
87   * Team upload
88   * Upload to unstable
89   * Ack the NMU of David Prévot (thanks!)
90   * Standards-Version updated to version 3.9.4
91   * Remove obsolete variable from the changelog
92   * Add support of ARM upstream binary by James Page and Matthias Vill.
93     Thanks guys! (Closes: #687375)
94   * Change the installation path from
95     /usr/lib/jvm/jdk-6.38-oracle-x64 or /usr/lib/jvm/jdk-7.10-oracle-x64
96     to
97     /usr/lib/jvm/jdk-6-oracle-x64 and /usr/lib/jvm/jdk-7-oracle-x64
98     Thanks to Constantin Makshin for the patch (Closes: #696227)
99
100   [ Cédric Pineau ]
101   * Fix lintian errors and warnings
102
103   [ Gabriele Giacone ]
104   * Add {mozilla,firefox}-javaplugin.so for update-java-alternatives.
105   * Fix plugin directories. Closes: #686216
106
107   [ Emmanuel Bourg ]
108   * Switched to the 3.0 (native) package format
109   * debian/control: Use canonical URLs for the Vcs-* fields
110   * debian/copyright: Switched to the Machine-readable format 1.0
111   * Updated the manpages to reflect the latest naming changes
112   * Removed the unused provided dependencies (j2sdk<version>, j2re<version>)
113   * Provide the java<version-1>-runtime and java<version-2>-runtime dependencies
114     (Closes: #691063)
115   * Provide the java<version>-sdk dependencies to match the openjdk package
116   * Use the upstream versioning scheme (i.e 7u13 instead of 7.13)
117     to match the convention used by the new openjdk packages
118   * Renamed the script files (j2sdk->jdk, j2re->jre, j2se->javase)
119
120  -- Sylvestre Ledru <sylvestre@debian.org>  Wed, 05 Jun 2013 13:43:55 +0200
121
122 java-package (0.51~exp1) experimental; urgency=low
123
124   * Add firefox-javaplugin.so alternative Closes: #673670 and LP: #1024368
125   * Add java5 and 6-{runtime|sdk|...} to the provides line in generated packages Closes: #684993 and LP: #995655
126   * Drop installation debconf note Closes: #685082
127   * Correct handling of amd64 in oracle-jdk6.1->4 and improve error message when used with unknown archives
128   * Add support for earlier oracle-jdk6 version
129
130   [Emmanuel Bourg]
131   * Improved detection of the JRE/JDK version (supports 2 digits Java 7 updates) Closes: #597294
132   * Brand and naming cleanup
133   * Documentation directory changed to be /usr/share/doc/oracle-javaV-doc (for oracle)
134
135   [Joerg Schirottke]
136   * Add mozilla-javaplugin.so alternative
137
138  -- Cédric Pineau <cedric.pineau@gmail.com>  Sat, 18 Aug 2012 11:00:34 +0200
139
140 java-package (0.50+nmu2) unstable; urgency=high
141
142   * Non-maintainer upload.
143   * Allow two digits in Java 7 updates. Closes: #597294, #698108
144
145  -- David Prévot <taffit@debian.org>  Tue, 15 Jan 2013 15:06:26 -0400
146
147 java-package (0.50+nmu1) unstable; urgency=low
148
149   * Non-maintainer upload.
150   * Drop installation debconf note. Closes: #685082
151
152  -- David Prévot <taffit@debian.org>  Thu, 06 Sep 2012 18:38:03 -0400
153
154 java-package (0.50) unstable; urgency=low
155
156   * Java-package reset for reintroduction in debian (removal of all
157     previously supported jvm, global refactoring).
158   * Add support for Oracle Java 6 (update >= 10)
159   * Add support for Oracle Java 7
160   * Add support for .jinfo file (update-java-alternatives tool)
161   * Use jdk included jre binaries (jdk/jre/bin/*)
162   * Print usage information on install
163
164   [ Sylvestre Ledru ]
165   * Long description removed
166   * debian-rules-missing-recommended-target removed
167   * maintainer-script-lacks-debhelper-token removed
168   * Declare the debian/compat to 7 to avoid warnings
169
170   [ Michael Koch ]
171   * Remove Java plugins for all browsers (Closes: #367887).
172   * Add support for Sun Java 6 Update XX (Closes: #514364).
173
174  -- Cédric Pineau <cedric.pineau@gmail.com>  Thu, 22 Dec 2011 11:42:13 +0100
175
176 java-package (0.42) unstable; urgency=low
177
178   * Provide java*-runtime-headless and java*-sdk names for generated
179     packages.
180   * Recommend dpkg-dev and gcc. Closes: #281766, #405814.
181
182  -- Matthias Klose <doko@debian.org>  Sat, 02 Aug 2008 12:10:52 +0200
183
184 java-package (0.41) unstable; urgency=low
185
186   * Added support for new SUN JDK/JRE for amd64 downloads. Thanks to
187     Artyom Gavrichenkov for the initial patch.
188
189  -- Michael Koch <konqueror@gmx.de>  Fri, 21 Mar 2008 17:20:35 +0100
190
191 java-package (0.40) unstable; urgency=low
192
193   * Add support for ibm-java2-sdk-5.0-6.0-linux-$arch.tgz. Closes: #462399
194     Thanks to Evgeni Dobrev for the patch.
195   * Fixed spelling error in long description: debian -> Debian.
196
197  -- Michael Koch <konqueror@gmx.de>  Thu, 24 Jan 2008 22:48:46 +0100
198
199 java-package (0.39) unstable; urgency=low
200
201   * Added support for IBM JDK 6.0 final release.
202   * Updated Standard-Version to 3.7.3.
203   * Updated debhelper level to 5.
204
205  -- Michael Koch <konqueror@gmx.de>  Tue, 18 Dec 2007 07:38:34 +0100
206
207 java-package (0.38) unstable; urgency=low
208
209   * Mention SUN JDK 6 in REAME.Debian. Closes: #448258.
210   * Fixed typo when creating version number for SUN JDK 6. Closes: #451935.
211   * Fix handling of symlinks for ControlPanel, HtmlConverter and java-rmi.cgi
212     from SUN JDK 6. Closes: #448351.
213
214  -- Michael Koch <konqueror@gmx.de>  Fri, 30 Nov 2007 00:03:50 +0100
215
216 java-package (0.37) unstable; urgency=low
217
218   * Added libstdc++5 to Recommends of generated package. Closes: #446334.
219
220  -- Michael Koch <konqueror@gmx.de>  Thu, 25 Oct 2007 22:45:42 +0200
221
222 java-package (0.36) unstable; urgency=low
223
224   * Fixed package description to include more supported JDKs.
225     Closes: #447615, #447617.
226
227  -- Michael Koch <konqueror@gmx.de>  Wed, 24 Oct 2007 09:56:52 +0200
228
229 java-package (0.35) unstable; urgency=low
230
231   * Use 'date -R' instead of the deprecated '822-date'. Closes: #441229.
232   * Fix generation of .changes file. Closes: #332643.
233     Thanks to Christoph Goehre for the patch.
234   * Add possibility to add a configured revision to the version.
235     Closes: #442246. Thanks to Christoph Goehre again for the patch.
236
237  -- Michael Koch <konqueror@gmx.de>  Fri, 14 Sep 2007 17:28:13 +0200
238
239 java-package (0.34) unstable; urgency=low
240
241   * Fixed SUN JDK on amd64. Closes: #439221.
242
243  -- Michael Koch <konqueror@gmx.de>  Fri, 24 Aug 2007 00:41:54 +0200
244
245 java-package (0.33) unstable; urgency=low
246
247   * Fixed postinst scripts for SUN JDK 1.4, 5 and 6. Closes: #435632.
248
249  -- Michael Koch <konqueror@gmx.de>  Thu, 02 Aug 2007 18:43:40 +0200
250
251 java-package (0.32) unstable; urgency=low
252
253   * Added support for iceweasel. Closes: #433445.
254   * Fix dangling links for SUN Java 5. Closes: #305053.
255   * Depend on libx11-6 and libasound2. Closes: #289004.
256   * Fix building on ia64. Closes: #355465.
257
258  -- Michael Koch <konqueror@gmx.de>  Thu, 19 Jul 2007 22:51:31 +0200
259
260 java-package (0.31) unstable; urgency=low
261
262   * Reapplied changes from 0.28 to 0.29. Closes: 322843.
263
264  -- Michael Koch <konqueror@gmx.de>  Tue, 10 Jul 2007 08:16:14 +0200
265
266 java-package (0.30) unstable; urgency=low
267
268   * Added support for SUN JDK 6u2 (and following updates).
269   * Added support for ibm-java2-jre-5.0-5.0-linux-ppc.tgz.
270     Thanks to B. Zhang.
271
272  -- Michael Koch <konqueror@gmx.de>  Sun, 08 Jul 2007 09:33:29 +0200
273
274 java-package (0.29) unstable; urgency=low
275
276   * Added support for SUN Java 6 and IBM Java 6.
277     Closes: #322843, #402642, #418592, #425508, #430026.
278   * Added myself to Uploaders.
279
280  -- Michael Koch <konqueror@gmx.de>  Tue, 26 Jun 2007 17:40:04 -0100
281
282 java-package (0.28) unstable; urgency=low
283
284   * Modified to reflect migration to Subversion
285   * Bumped standards to version 3.7.2, no changes
286   * Corrected test for AMD64 architecture during plug-in detection
287   * Corrected detected version for IBM Java 5 JDK on AMD64 (Closes: #345775)
288   * Repaired alternatives handling for IBM Java 5 JREs and JDKs
289     (Closes: #338569)
290   * Corrected pathing for alternatives installation for Mozilla and
291     Firefox plugins (Closes: #341751)
292   * Relaxed architectural restrictions on plugin alternative
293     installation for IBM Java 5 JREs and JDKs (Closes: #343837)
294   * Added plugin installation for the new packaging of Firefox 1.5 and
295     later (Closes: #341749)
296   * Modified warning suppression for dh_shlibdeps to accommodate
297     changes in dpkg-dev (Closes: #354427)
298   * Added quotes to variable tests for maintainer name and email
299     (Closes: #342623)
300   * Refactored architecture evaluation to eliminate repetition and
301     evaluate DEB_BUILD_GNU_TYPE correctly for i486-linux-gnu
302   * Removed dependency on 'coreutils | stat' from control file, as
303     the dependency is satisfied within essential (Closes: #370002)
304
305  -- Barry Hawkins <barry@alltc.com>  Mon, 26 Jun 2006 11:19:08 -0400
306
307 java-package (0.27) unstable; urgency=low
308
309   * Added support for IBM Java2 5.0 JREs and JDKs (Closes: #337129)
310   * Corrected missing alternatives links for all JREs and JDKs
311     (Closes: #317492)
312   * Added conditional wrapping around dh_compress to account for
313     JRE/JDKs that do not ship manpages (Closes: 301738)
314   * Removed java-common from Provides: for JRE and JDK packages.
315
316  -- Barry Hawkins <barry@bytemason.org>  Tue, 08 Nov 2005 12:16:24 -0500
317
318 java-package (0.26) unstable; urgency=low
319
320   * Update standards version to 3.6.2
321   * Resolve issues with powerpc-linux support detection (Closes: #317671)
322   * Added support for Blackdown 1.4.2+02 release (Closes: #316831)
323   * Added support for packaging Sun JDK documentation (Closes: #272971)
324   * Modified make-jpkg behavior to default the generated packages'
325     name and email address for the maintainer to Debian Java Maintainers
326     (Closes: #325554)
327
328  -- Barry Hawkins <barry@bytemason.org>  Thu, 18 Aug 2005 00:43:17 -0400
329
330 java-package (0.25) unstable; urgency=low
331
332   * Cope with dpkg's new way of expressing architectures (Closes: #313555)
333   * Re-exec with fakeroot if needed (Closes: #310132)
334
335  -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Sun, 10 Jul 2005 18:50:40 +0200
336
337 java-package (0.24) unstable; urgency=low
338
339   * Added plugin alternatives support for i386 IBM JREs and JDKs
340   * Corrected pathing for plugin alternatives to reflect difference in
341     layout between JREs and JDKs for Sun and Blackdown (Closes: #305219,
342     #301806)
343
344  -- Barry Hawkins <barry@bytemason.org>  Wed, 21 Apr 2005 01:02:03 -0400
345
346 java-package (0.23.1) experimental; urgency=low
347
348   * Added architecture-specific pathing for plugin alternatives for
349     Blackdown 1.3 and 1.4 JREs and JDKs
350
351  -- Barry Hawkins <barry@bytemason.org>  Wed, 06 Apr 2005 00:03:40 -0500
352
353 java-package (0.23) unstable; urgency=low
354
355   * Further expanded 1.3.1 Blackdown JRE/JDK support for i386
356   * Added architecture-specific pathing for plugin alternatives for
357     Sun 1.4 and 1.5 JREs and JDKs (Closes: #301806)
358   * Added recommends for system elements required by applets and
359     graphical user interface elements (Closes: #300817)
360   * Jeroen van Wolffelaar:
361     + Fixed packages description to not have too long lines, and make the 3
362       items an enumeration
363
364  -- Barry Hawkins <barry@bytemason.org>  Fri, 01 Apr 2005 00:36:40 -0500
365
366 java-package (0.22.1) experimental; urgency=low
367
368   * Corrected IBM and Blackdown JRE/JDK file size specifications
369   * Added support for additional 1.3.1 Blackdown JREs and JDKs for i386,
370     powerpc (Closes: #301092)
371   * Added installation of javaws alternative for Sun 1.5 JREs and JDKs
372     (Closes: #300303)
373
374  -- Barry Hawkins <barry@bytemason.org>  Thu, 24 Mar 2005 13:20:18 -0500
375
376 java-package (0.22) unstable; urgency=low
377
378   * Corrected IBM JRE/JDK scripts to accurately reflect the supported
379     IBM JDKs and JREs in the generated SUPPORTED file
380
381  -- Barry Hawkins <barry@alltc.com>  Fri, 18 Mar 2005 10:21:53 -0500
382
383 java-package (0.21) unstable; urgency=low
384
385   * Enable support for IBM JDKs and JREs for x86, amd64, powerpc,
386     powerpc64, and s390 architectures, based upon a patch by Rico
387     Schiekel (Closes: #264137)
388   * Enable suppport for Blackdown 1.3.1 JDK and JRE for PowerPC
389     architecture. (Closes: #296205)
390   * Update documentation and to reflect current supported JDKs and JREs
391
392  -- Barry Hawkins <barry@alltc.com>  Mon, 14 Mar 2005 03:18:39 -0500
393
394 java-package (0.20) unstable; urgency=low
395
396   * Make the postinst & rm for generated packages #!/bin/bash, as we use
397     bash-specific features (Closes: #292179)
398   * Drop the df output parsing, use '/usr/bin/stat' instead (Closes: #293487,
399     #289006, #293350)
400   * Drop the now obsolete peer stuff from the source package
401   * Change priorities, 313 for 1.3, 314 for 1.4, etc (Closes: #292451)
402   * Don't dh_strip, fiddling with upstream's binaries apparantly breaks stuff
403     (Closes: #291238)
404
405  -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Tue, 08 Feb 2005 15:04:51 +0100
406
407 java-package (0.19) unstable; urgency=low
408
409   The "Joshua Kwan <joshk@debian.org> rocks!" release.
410
411   Joshua Kwan:
412   * Unclutter Debian build system and rework package slightly so that
413     *debian packages are not needed anymore. The necessary files will be
414     included in the generated packages. (Closes: #291145, #289245, #284779)
415   * Add support for Blackdown 1.4.2+01 build. (Closes: #285405)
416   * Fix support for Sun 1.5.0 amd64 builds due to typo. (Closes: #290879)
417   * Mozilla browser plugin name changed in 1.4.2 versions. Detect and correct.
418     (Closes: #273730)
419   * Use --block-size=1M instead of -BM. (Closes: #289005, #291161)
420   * Disable support for Sun JDK 1.3 due to its dependencies on libraries
421     that are simply not available anymore. (Closes: #272972)
422   * Fix up short description a little bit.
423   * Bump Standards-Version to 3.6.1 (no changes)
424   * Be a bit more conservative with the real-root test.
425   * Remove last j2se-package references.
426   * Change Suggests on fakeroot to a Depends because it is worthless both
427     as real root and as a normal user without fakeroot.
428
429   Jeroen van Wolffelaar:
430   * Use DEBFULLNAME, DEBNAME and DEBEMAIL if available, and don't ask for
431     those values in that case. (Closes: #279653)
432   * Updated documentation regarding dropped Sun 1.3 support
433   * Work around multiline df output caused by long device names
434     (Closes: #289006)
435   * Add Replaces: for the generated packages on their *debian counterparts
436
437  -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Tue, 25 Jan 2005 00:05:06 +0100
438
439 java-package (0.18) unstable; urgency=low
440
441   * Added myself to Uploaders
442   * Fix security hole (inscure temp file creation) plus lots of needless I/O
443     in free disk checking function
444   * Added support for Sun's JDK/JRE 1.5 patch levels, based on a patch by
445     Peter Marschall <peter@adpm.de> (Closes: #286718, #287857)
446   * Bail out if running as real root (works around the evil parts of Sun's
447     install script that unconditionally writes to /etc, see #266273, #280707)
448   * Fix typo in j2re.sh that apparantly with some versions of
449     bash/dpkg/whatever cause package build failure (Closes: #281780, #282902)
450   * Reduce minimum expected size a bit Sun's 1.5.0 amd64 package, it was set
451     too high (Closes: #284033)
452   * Substitute package version number at build time in the make-jpkg
453     executable (Closes: #282221)
454   * Added a README.Debian explaining the existance of make-jpkg and what
455     binary packages are supported and where to get them. Thanks Thijs
456     Kinkhorst for the draft (Closes: #283362)
457   * Added automatically-generated file SUPPORTED that lists all binary
458     filenames that are supported, thanks Alex Owen <owen@cus.org.uk> for the
459     idea (Closes: #275296)
460
461  -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Mon,  3 Jan 2005 18:47:47 +0100
462
463 java-package (0.17) unstable; urgency=low
464
465   * added a patch for detecting the architecture (Closes: #274844,
466     #270949, #271846). This patch should also close this one (Closes:
467     #280685).
468
469  -- Arnaud Vandyck <avdyk@debian.org>  Fri, 12 Nov 2004 17:28:38 +0100
470
471 java-package (0.16) unstable; urgency=low
472
473   * added myself as an uploader.
474   * Carlos already closed the support for 1.5 request but it seems he did
475     not upload the package (Closes: #277088).
476
477  -- Arnaud Vandyck <avdyk@debian.org>  Wed, 10 Nov 2004 16:38:44 +0100
478
479 java-package (0.15) unstable; urgency=low
480
481   * lib/sun-j2re.sh: Added support for JRE 1.5.0 (aka "Java 5.0").
482   * lib/sun-j2sdk.sh: Added support for Java SDK 1.5.0.
483
484  -- Carlos Laviola <claviola@debian.org>  Mon, 11 Oct 2004 21:08:59 -0300
485
486 java-package (0.14) unstable; urgency=low
487
488   * debian/control: Commented out the lines that generate the Debian-specific
489     packages, thus making alternatives available.
490     - Also made all of the generated packages depend on their Debian-specific
491     counterparts by default.  (Closes: #266671)
492
493  -- Carlos Laviola <claviola@debian.org>  Mon, 13 Sep 2004 03:38:31 -0300
494
495 java-package (0.13) unstable; urgency=low
496
497   * References to j2se-package are gone.  (Closes: #267642)
498   * Added support for Blackdown Java 1.4.2 RC1 JRE/SDK.  (Closes: #267643)
499
500  -- Carlos Laviola <claviola@debian.org>  Mon, 13 Sep 2004 03:17:54 -0300
501
502 java-package (0.12) unstable; urgency=low
503
504   * remove to contrib because this package depend on non-free J2SE.
505
506  -- Takashi Okamoto <tora@debian.org>  Tue,  3 Aug 2004 00:37:13 +0900
507
508 java-package (0.11) unstable; urgency=low
509
510   * change package name java-package and the command build package is
511     make-jpkg.
512
513  -- Takashi Okamoto <tora@debian.org>  Sat, 31 Jul 2004 15:07:36 +0900
514
515 java-package (0.10) unstable; urgency=low
516
517   * change package name mpkg-j2se.
518   * not use *-j2[re|sdk]debian package. Instead of this, add package
519     dependency to generated package. This reduce the installation for
520     such extra package.
521   * SUN's jdk1.5 beta2 support.
522
523  -- Takashi Okamoto <tora@debian.org>  Sun, 18 Jul 2004 13:53:36 +0900
524
525 java-package (0.9) unstable; urgency=low
526
527   * more generic support for j2re1.3.1/j2sdk1.3.1 from SUN.
528
529   * add alternative for jarsigner (in j2sdk1.4 and j2sdk1.5 from SUN).
530
531  -- Hubert Schmid <ude2@z42.de>  Sun, 23 May 2004 23:35:14 +0200
532
533 java-package (0.8) unstable; urgency=low
534
535   * java plugin: support for mozilla-firefox.
536
537  -- Hubert Schmid <ude2@z42.de>  Tue,  4 May 2004 22:39:39 +0200
538
539 java-package (0.7) unstable; urgency=low
540
541   * Optionally create .changes file.
542
543   * Add command line options: --help, --version, --full-name,
544     --email, --changes.
545
546   * Add environment variables: J2SE_PACKAGE_FULL_NAME,
547     J2SE_PACKAGE_EMAIL.
548
549  -- Hubert Schmid <ude2@z42.de>  Sat, 27 Mar 2004 23:01:08 +0100
550
551 java-package (0.6) unstable; urgency=low
552
553   * More generic support for Java2 1.4.2 from SUN.
554
555  -- Hubert Schmid <ude2@z42.de>  Thu, 11 Mar 2004 20:39:51 +0100
556
557 java-package (0.5) unstable; urgency=low
558
559   * NEW: build Blackdown J2RE 1.4.1 (gcc-2.95) and J2SDK 1.4.1 (gcc-2.95).
560
561   * NEW: support for SUN J2RE 1.5.0 beta, SUN J2SDK 1.5.0 beta.
562
563  -- Hubert Schmid <ude2@z42.de>  Sat,  7 Feb 2004 21:57:09 +0100
564
565 java-package (0.4) unstable; urgency=low
566
567   * Added support for: SUN J2RE 1.4.2_03, SUN J2SDK 1.4.2_03
568
569  -- Hubert Schmid <ude2@z42.de>  Thu, 15 Jan 2004 22:27:52 +0100
570
571 java-package (0.3) unstable; urgency=low
572
573   * Added support for: Blackdown J2RE 1.3, 1.4, J2SDK 1.3, 1.4
574
575   * Removed usage of "du --apparent-size". This should fix a problem
576     with old fileutils.
577
578  -- Hubert Schmid <ude2@z42.de>  Sun,  9 Nov 2003 21:13:38 +0100
579
580 java-package (0.2) unstable; urgency=low
581
582   * Added support for: Sun J2RE 1.3, Sun J2SDK 1.3, Sun J2SDK 1.4
583
584   * Moved peer packages into this source package.
585
586  -- Hubert Schmid <ude2@z42.de>  Thu, 30 Oct 2003 00:10:01 +0100
587
588 java-package (0.1) unstable; urgency=low
589
590   * Initial Release.
591
592  -- Hubert Schmid <j2se-package@z42.de>  Sun, 26 Oct 2003 20:06:57 +0100