File: changelog

package info (click to toggle)
libmx4j-java 3.0.2-10
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 6,488 kB
  • ctags: 10,038
  • sloc: java: 72,245; xml: 6,540; python: 109; jsp: 25; makefile: 20
file content (276 lines) | stat: -rw-r--r-- 9,141 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
270
271
272
273
274
275
276
libmx4j-java (3.0.2-10) unstable; urgency=low

  [ Damien Raude-Morvan ]
  * d/README.source: really drop as we now use 3.0 (quilt) format.
  * d/README.Debian: SOAP and Hessian are now supported
  * d/control: as per new Debian Java Policy, Depends on a Java Runtime is not
    needed anymore for Java libraries.
    This should remove circular dependency hell between default-jre-headless
    and libmx4j-java for JMX support (Closes: #576738).
  * d/dirs: remove (handled by jh_installlibs)
  * d/control, d/rules: enable Hessian support.

  [ Niels Thykier ]
  * Replaced B-D on default-jdk-builddep with gcj-native-helper and
    default-jdk.
  * Bumped Standards-Versions to 3.9.0 - no changes required.

 -- Damien Raude-Morvan <drazzib@debian.org>  Wed, 07 Jul 2010 19:49:02 +0200

libmx4j-java (3.0.2-9) unstable; urgency=low

  * Team upload.
  * Merge changes from Ubuntu.
  * Update Standards-Version: 3.8.4.
  * Remove Stefan from Uploaders list.

 -- Torsten Werner <twerner@debian.org>  Sat, 08 May 2010 15:30:34 +0200

libmx4j-java (3.0.2-8ubuntu1) lucid; urgency=low

  * debian/control, debian/rules: Build-depend on libservlet2.5-java instead
    of libservlet2.4-java (LP: #534913)

 -- Thierry Carrez <thierry.carrez@ubuntu.com>  Tue, 09 Mar 2010 09:57:23 +0100

libmx4j-java (3.0.2-8) unstable; urgency=low

  [ Michael Koch ]
  * Remove Wolfgang from Uploaders.

  [ Damien Raude-Morvan ]
  * Remove Arnaud Vandyck from Uploaders
  * Update my email address

  [ Niels Thykier ]
  * Added myself to Uploaders.
  * Updated java dependencies.
  * Injected OSGi metadata into mx4j.jar and mx4j-remote.jar
  * Added javahelper to Build-Depends and have it handle jar installation.
  * Refreshed mx4j-caucho-build.patch
  * Changed source format to 3.0 (quilt).
    - Removed README.source, no longer needed.

 -- Niels Thykier <niels@thykier.net>  Mon, 25 Jan 2010 00:22:45 +0100

libmx4j-java (3.0.2-7) unstable; urgency=low

  [ Damien Raude-Morvan ]
  * Bump Standards-Version to 3.8.2:
    - Move libmx4j-java to "java" section
    - Add a README.source to describe patch system
  * Switch to Quilt patch system:
    - Refresh all patchs
    - Add B-D on quilt
    - Include patchsys-quilt.mk in debian/rules 
  * Merge mx4j-remove-invalids-providers patch into mx4j-caucho-build

  [ Michael Koch ]
  * Updated to Standards-Version 3.8.3.

 -- Michael Koch <konqueror@gmx.de>  Fri, 18 Sep 2009 07:17:12 +0200

libmx4j-java (3.0.2-6) unstable; urgency=low

  * First "brown paper bag release"!
  * Revert usage of openjdk-6-jdk (not available on all arch)
    - reapply mx4j-no-iiop.patch to disable IIOP
    - remove Depends on openjdk-6-jdk
    - use /usr/lib/jvm/default-java as JAVA_HOME
    - restore previous README entry about IIOP
  * Revert move of all java libraries to B-D-I
    and restore usage of B-D:
    - we need to build JAR for architecture-dependent -gcj package

 -- Damien Raude-Morvan <drazzib@drazzib.com>  Wed, 11 Mar 2009 21:54:29 +0100

libmx4j-java (3.0.2-5) unstable; urgency=low

  * Apply patch mx4j-remove-invalids-providers.patch to remove invalid
    service provider from META-INF/services/. Closes: #504664.
  * debian/control:
    - Move all java libraries to Build-Depends-Indep
      They are arch:all and not needed during clean target.
    - Add Depends on openjdk-6-jdk to enable IIOP build
    - Bump Standards-Version to 3.8.0.
    - Bump to debhelper >= 7
    - Add ${misc:Depends} on libmx4j-java package.
    - Add myself as uploader.
  * debian/compat: Bump debhelper compat level to 7
  * debian/rules: Use openjdk-6-jdk as builder via JAVA_HOME
  * debian/README.Debian
    - Remove section about missing IIOP as we now build this part of MX4J
  * debian/patches/mx4j-no-iiop.patch: Remove to re-enable IIOP build

 -- Damien Raude-Morvan <drazzib@drazzib.com>  Mon, 09 Mar 2009 23:07:00 +0100

libmx4j-java (3.0.2-4) unstable; urgency=low

  * libmx4j-java: Depend on default-jre-headless as the preferred runtime,
    keep the existing alternatives for now.
  * Remove build dependency on gcj.

 -- Matthias Klose <doko@debian.org>  Mon, 04 Aug 2008 23:38:24 +0200

libmx4j-java (3.0.2-3) unstable; urgency=low

  * Really Build-Depends on default-jdk-builddep. Closes: #477881

 -- Michael Koch <konqueror@gmx.de>  Tue, 29 Apr 2008 20:59:08 -0100

libmx4j-java (3.0.2-2) unstable; urgency=low

  * Build-Depends on default-jdk-builddep. Closes: #477881

 -- Michael Koch <konqueror@gmx.de>  Tue, 29 Apr 2008 20:33:50 -0100

libmx4j-java (3.0.2-1) unstable; urgency=low

  * New upstream version. Closes: #416674
  * Added Homepage, Vcs-Svn and Vcs-Browser fields.
  * Updated Standards-Version to 3.7.3.
  * Added watch file.

 -- Michael Koch <konqueror@gmx.de>  Mon, 21 Jan 2008 23:11:33 +0100

libmx4j-java (3.0.1-3) unstable; urgency=low

  * Upload to unstable.

 -- Michael Koch <konqueror@gmx.de>  Fri, 20 Apr 2007 17:31:28 -0100

libmx4j-java (3.0.1-2) experimental; urgency=low

  * Merged from Ubuntu.
  * Upload to experimental.

 -- Michael Koch <konqueror@gmx.de>  Sun,  4 Mar 2007 18:08:35 +0100

libmx4j-java (3.0.1-1ubuntu2) feisty; urgency=low

  * Build a -gcj package.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 15 Feb 2007 15:41:17 +0100

libmx4j-java (3.0.1-1ubuntu1) edgy; urgency=low

  * Upload to edgy.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 27 Sep 2006 10:59:47 +0000

libmx4j-java (3.0.1-1) unstable; urgency=low

  * New upstream version.
  * Added several patches to build with GCJ.
  * Build and Depend on java-gcj-compat.
  * Updated Standards-Version to 3.7.2.
  (All changes by Vladimír Lapáček and Matthias Klose)

 -- Michael Koch <konqueror@gmx.de>  Wed, 20 Sep 2006 21:13:57 +0000

libmx4j-java (2.1.1-4) unstable; urgency=low

  * Removed forgotten files in debian directory and unused patches.
  * Added jython to build-depends to build the jython mbeans

 -- Wolfgang Baer <WBaer@gmx.de>  Wed,  1 Feb 2006 22:08:46 +0100

libmx4j-java (2.1.1-3) unstable; urgency=low

  * Add remote and tools support (closes: #336856)
    + Bumped build-depend on kaffe (>= 2:1.1.6.91-1)
    + Build against libgnumail-java to enable mail tools, 
      added libgnumail-java to Build-depends and to Suggests
  * Patched build.xml to get remote and tools features build
    + Commented rmic iiop generation out
    + Excluded tools features where needed libraries are not available
      in Debian from the build
    + Documented differences to upstream binaries in README.Debian
  * Cleaned up dependencies - removed libjaxp1.2-java, libxerces2-java
  * Removed explicit dependencies on jikes (debian/control, debian/rules)
  * Removed splitted api/impl jars - only ship complete jars    
  * Remove Takashi from Uploaders
  * Move creation of symbolic links into rules for automatic versioning  
  * Standards-Version 3.6.2 (no changes)
  * Added myself as uploader

 -- Wolfgang Baer <WBaer@gmx.de>  Fri,  6 Jan 2006 15:32:15 +0100

libmx4j-java (2.1.1-2) unstable; urgency=low

  * forgot to update symlinks... sorry :/

 -- Arnaud Vandyck <avdyk@debian.org>  Sat, 24 Sep 2005 02:07:13 +0200

libmx4j-java (2.1.1-1) unstable; urgency=low

  * New upstream release
  * ant transition
  * build with kaffe
  * build-dep on xerces2

 -- Arnaud Vandyck <avdyk@debian.org>  Fri, 23 Sep 2005 11:12:00 +0200

libmx4j-java (2.0.1-4) unstable; urgency=low

  * Reupload with orig tarball

 -- Michael Koch <konqueror@gmx.de>  Mon, 28 Mar 2005 14:43:47 +0000

libmx4j-java (2.0.1-3) unstable; urgency=low

  * Moved to main
  * Replaces Build-Depends by Build-Depends-Indep 
  * Added myself to Uploaders

 -- Michael Koch <konqueror@gmx.de>  Mon, 21 Mar 2005 20:56:51 +0000

libmx4j-java (2.0.1-2) unstable; urgency=low

  * Set target=1.3 attribute for javac so the classes are usable by JDK 1.3
    when compiled using newer Jikes versions
  * Removed postinst and prerm which created/removed /usr/doc symlink
  * Added myself and Arnaud as uploaders
  * Standards-Version: 3.6.1
    + Moved Build-Depends-Indep to Build-Depends

 -- Stefan Gybas <sgybas@debian.org>  Fri, 13 Aug 2004 11:38:59 +0200

libmx4j-java (2.0.1-1.1) unstable; urgency=low

  * libmx4j-java should be in contrib because of libbcel-java. Move to
    main as soon as libbcel-java will be in main.
  * added ant1.6 launcher to avoid to FTBFS
  * built with sablevm, added libjaxp1.2-java because sablevm is not yet
    jaxp compliant

 -- Arnaud Vandyck <avdyk@debian.org>  Wed, 14 Jul 2004 17:07:51 +0200

libmx4j-java (2.0.1-1) unstable; urgency=low

  * New upstream release

 -- Takashi Okamoto <tora@debian.org>  Sat,  1 May 2004 22:26:57 +0900

mx4j (1.1.1-2) unstable; urgency=low

  * change log4j dependency to liblog4j1.2-java for new package name.
    (closes:#191174)

 -- Takashi Okamoto <tora@debian.org>  Tue, 29 Apr 2003 12:10:36 +0900

mx4j (1.1.1-1) unstable; urgency=low

  * New upstream release

 -- Takashi Okamoto <tora@debian.org>  Sun, 29 Dec 2002 11:17:34 +0900

mx4j (1.1-1) unstable; urgency=low

  * Initial Release.

 -- Takashi Okamoto <tora@debian.org>  Wed, 11 Sep 2002 21:09:56 +0900

Local variables:
mode: debian-changelog
End: