File: changelog

package info (click to toggle)
bsh 2.0b4-18
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,224 kB
  • sloc: java: 23,433; xml: 4,500; sh: 139; makefile: 30
file content (306 lines) | stat: -rw-r--r-- 10,248 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
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
bsh (2.0b4-18) unstable; urgency=medium

  * Team upload.
  * Transition to the Servlet API 3.1
  * Standards-Version updated to 3.9.8 (no changes)

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 30 May 2016 19:13:58 +0200

bsh (2.0b4-17) unstable; urgency=medium

  * Team upload.
  * Update CVE-2016-2510.patch and use java.io.ObjectStreamException and
    java.io.NotSerializableException directly to ensure Jedit can be build from
    source.

 -- Markus Koschany <apo@debian.org>  Fri, 04 Mar 2016 14:58:01 +0100

bsh (2.0b4-16) unstable; urgency=high

  * Team upload.
  * Fix CVE-2016-2510.
    An application that includes BeanShell on the classpath may be vulnerable
    if another part of the application uses Java serialization or XStream to
    deserialize data from an untrusted source. A vulnerable application could
    be exploited for remote code execution, including executing arbitrary shell
    commands.
  * Declare compliance with Debian Policy 3.9.7.
  * Vcs-Browser: Use https.

 -- Markus Koschany <apo@debian.org>  Sun, 28 Feb 2016 18:36:28 +0100

bsh (2.0b4-15) unstable; urgency=low

  * Added the poms missing in the previous upload (Closes: #730008)
  * Transition to the Servlet API 3.0 (Closes: #729972)

 -- Emmanuel Bourg <ebourg@apache.org>  Thu, 21 Nov 2013 17:16:04 +0100

bsh (2.0b4-14) unstable; urgency=low

  * Upload to unstable
  * Removed the bsh-gcj package
  * Moved the jar and the Maven artifacts in a new libbsh-java package
    that doesn't depend on a Java runtime.
  * debian/control:
    - Removed Michael Koch from the uploaders (Closes: #653998)
    - Use canonical URLs for the Vcs-* fields
    - Updated Standards-Version to 3.9.5 (no changes)
  * Build depend on debhelper >= 9

  [ Niels Thykier ]
  * Changed the section of bsh to devel

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 04 Nov 2013 16:45:40 +0100

bsh (2.0b4-13) experimental; urgency=low

  * Team upload.
  * Upload to experimental due to freeze.
  * Moved the gcj package to the java section.
  * Replaced B-D on default-jdk-builddep with gcj-native-helper and
    default-jdk.
  * Bumped Standards-Versions 3.9.1 - no changes required.
  * Updated README.Debian to better reflect the current times.
  * Added descriptions to the patches.
  * Added patch to fix a typo in the upstream code.
  * Added mh_clean to the clean rule.
  * Linked the javadoc against the system javadoc.

 -- Niels Thykier <niels@thykier.net>  Sun, 21 Nov 2010 20:11:13 +0100

bsh (2.0b4-12) unstable; urgency=low

  * Build-depend on libservlet2.5-java instead of libservlet2.4-java.

 -- Thierry Carrez <thierry.carrez@ubuntu.com>  Fri, 11 Jun 2010 16:20:23 +0200

bsh (2.0b4-11) unstable; urgency=low

  [ Ludovic Claude ]
  * Change bsh-gcj section to libs.

  [ Gabriele Giacone ]
  * Team upload.
  * Added bsh-src binary package generation.
  * Source format 3.0 (quilt).
  * debhelper compatibility to 7.
  * Standards-Version to 3.8.4.
  * Removed Arnaud Vandyck from Uploaders.

 -- Gabriele Giacone <1o5g4r8o@gmail.com>  Fri, 16 Apr 2010 22:28:13 +0200

bsh (2.0b4-10) unstable; urgency=low

  * Upload to unstable.

 -- Torsten Werner <twerner@debian.org>  Sun, 09 Aug 2009 10:28:52 +0200

bsh (2.0b4-9) experimental; urgency=low

  * Change section to java, bump up Standards-Version to 3.8.1
  * Add support for -classpath option on xbsh script (closes: #504784)
  * rules: add optional support for gcj and optimisation
  * Add the Maven POM to the package,
  * Add a Build-Depends dependency on maven-repo-helper
  * Use mh_installpom and mh_installjar to install the POM and the jar to the
    Maven repository

 -- Ludovic Claude <ludovic.claude@laposte.net>  Sat, 09 May 2009 20:38:06 +0100

bsh (2.0b4-8ubuntu3) intrepid; urgency=low

  * bsh: Suggest libservlet2.4-java instead of libservlet2.3-java,
    suggest default-jre | java-runtime instead of libgcj8-1-awt.
    LP: #257402.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 08 Sep 2008 14:56:14 +0000

bsh (2.0b4-8ubuntu2) intrepid; urgency=low

  * debian/control
    - Replace build dependency libservlet2.3-java with libservlet2.4-java.
    - Remove unneeded build dependency lynx.
    - Replace suggests libservlet2.3-java with libservlet2.4-java.
    - Remove libgcj8-1-awt from recommends to suggests.
  * debian/rules
    - Add appropriate jar file name for servlet api 2.4.

 -- Onkar Shinde <onkarshinde@ubuntu.com>  Wed, 13 Aug 2008 00:43:22 +0530

bsh (2.0b4-8ubuntu1) intrepid; urgency=low

  * Depend on default-jre-headless.
  * Set Ubuntu maintainer address.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 31 Jul 2008 10:46:33 +0000

bsh (2.0b4-8) unstable; urgency=low

  * Build-Depends on default-jdk-builddep. Closes: #477849
  * Clarified debian/copyright.
  * Put bsh-doc.doc-base.1 into Programming/Java section.
  * Added Homepage, Vcs-Svn and Vcs-Browser fields.
  * Updated Standards-Version to 3.7.3.
  * Added watch file.

 -- Michael Koch <konqueror@gmx.de>  Sun, 27 Apr 2008 20:12:21 -0100

bsh (2.0b4-7) unstable; urgency=low

  * Fixed menu file to follow new policy.
  * Recommend libgcj-8-1-awt instead of libgcj-7-1-awt.

 -- Michael Koch <konqueror@gmx.de>  Thu, 01 Nov 2007 07:32:43 +0100

bsh (2.0b4-6) unstable; urgency=low

  * bsh: Removed Recommends on xlibs. Closes: #372852.
  * bsh: Recommend libgcj7-1-awt. Closes: #401461.

 -- Michael Koch <konqueror@gmx.de>  Tue, 26 Jun 2007 09:16:37 +0200

bsh (2.0b4-5) unstable; urgency=low

  * Build a bsh-gcj package.
  * Move Build-Depends-Indep to Build-Depends.
  * Added myself to Uploaders and removed Wolfgang.

 -- Michael Koch <konqueror@gmx.de>  Sun, 10 Jun 2007 14:30:58 -0100

bsh (2.0b4-4) unstable; urgency=low

  * depends on java-gcj-compat (closes: #370411)
  * updated Standards Version to 3.7.2, nothing to do.
  * build with java-gcj-compat, kaffe removed from build-dep.

 -- Arnaud Vandyck <avdyk@debian.org>  Tue,  6 Jun 2006 09:41:10 +0000

bsh (2.0b4-3) unstable; urgency=low

  * kaffe compiler transition 

 -- Wolfgang Baer <WBaer@gmx.de>  Mon, 16 Jan 2006 14:01:07 +0100

bsh (2.0b4-2) unstable; urgency=low

  * With the recent packaging of jline we are now able to provide a pure java
    commandline history function for bsh and therefore we can close our oldest
    bug (closes: #80572, #305529)
    + Added libjline-java to depends
    + Modified startup script to make use of jline
  * Register documentation with doc-base
  * Updated FSF address in debian/copyright

 -- Wolfgang Baer <WBaer@gmx.de>  Thu, 13 Oct 2005 16:34:14 +0200

bsh (2.0b4-1) unstable; urgency=low

  * New upstream release (closes: #261393, 321633)
  * Move to main - as libbsf-java moved to main
  * Build with kaffe / jikes - no more non-free JDK needed (closes: #306597)
  * Changed build system to cdbs
  * Patches:
    + Enable build of bsf adapter (01_EnableBsfAdapter_buildXml.patch)
    + Use AWTConsole if gnu classpath derived vm (02_GNUvms_workaround.patch)
    + target=1.3 to support JDK 1.3 (03_target13_buildXml.patch)
  * Added new documentation package and added javadoc
  * Added libbsf-java as Enhances (provides bsf adapter) and build-depends
  * Enabled junit tests - removed tests which also fail with SUN JDK
  * Changed libant1.6-java build-dep to ant (now in main)
  * Splitted bsh manpage into one for each version (bsh and xbsh)
  * Standards-Version 3.6.2 (no changes)
  * Added myself to uploaders
 
  * Upload sponsored by Petter Reinholdtsen

 -- Wolfgang Baer <WBaer@gmx.de>  Fri,  5 Aug 2005 20:11:00 +0200

bsh (1.3.0-3) unstable; urgency=low

  * debian/rules: apply a patch from Grzegorz B. Prokopski to change the
    directory for the compiler (closes: #300497).
  * debian/control: added lynx to the build-dep-indep.

 -- Arnaud Vandyck <avdyk@debian.org>  Wed, 23 Mar 2005 14:17:26 +0100

bsh (1.3.0-2) unstable; urgency=low

  * debian/bsh.1: changed the location of the 'more documentation'
    location. Thanks to Alex Malinovich (closes: #226955).

 -- Arnaud Vandyck <avdyk@debian.org>  Sat, 10 Jan 2004 01:00:13 +0100

bsh (1.3.0-1) unstable; urgency=low

  * New upstream release (closes: #192186).
  * New maintainer (closes: #224860).
  * debian/control:
    - Build-Depends-Indep: changed the debhelper version depends, added
      javacc (now in Debian), added j2sdk1.3.
    - Standards-Version: 3.6.1 (but did not change anything).
    - Description: removed the leading `A', added Homepage.
  * debian/rule:
    - removed the JAVACC_DIR variable and changed the location of jjtree
      and javacc
  * debian/xbsh:
    - added minimal and maximal size of the virtual machine.

 -- Arnaud Vandyck <avdyk@debian.org>  Sun, 28 Dec 2003 01:42:13 +0100

bsh (1.2b6-2) unstable; urgency=low

  * Orphan the package.

 -- Tollef Fog Heen <tfheen@debian.org>  Tue, 23 Dec 2003 02:04:34 +0100

bsh (1.2b6-1) unstable; urgency=low

  * New upstream version (closes: #159673)

 -- Tollef Fog Heen <tfheen@debian.org>  Mon,  9 Sep 2002 22:52:59 +0200

bsh (1.1alpha5-1) unstable; urgency=low

  * New maintainer (closes: #90307)
  * New upstream version
  * Build with j2sdk1.3 available from blackdown.  I think it still works
    with older jre's.  (It does, according to the docs.)
  * add bsh/classpath/*.class into the jar file
  * Updated standards-version to 3.5.2

 -- Tollef Fog Heen <tfheen@debian.org>  Mon, 16 Apr 2001 22:34:58 +0200

bsh (1.0-beta-2) unstable; urgency=low

  * Forgot to include bsh/commands/*.bsh into jar file.

 -- Ruud de Rooij <ruud@debian.org>  Fri,  5 Nov 1999 22:28:59 +0100

bsh (1.0-beta-1) unstable; urgency=low

  * New upstream release.
  * Move from non-free to contrib, since BeanShell is now LGPL but depends
    on JavaCC for compilation.
  * Updated debian/control, debian/copyright and debian/rules.

 -- Ruud de Rooij <ruud@debian.org>  Fri,  5 Nov 1999 21:17:35 +0100

bsh (0.96-3) unstable; urgency=low

  * Standards-Version: 3.0.1.

 -- Ruud de Rooij <ruud@debian.org>  Tue,  7 Sep 1999 18:42:09 +0200

bsh (0.96-2) unstable; urgency=low

  * Removed `free' from the package description.

 -- Ruud de Rooij <ruud@debian.org>  Mon, 16 Aug 1999 20:18:45 +0200

bsh (0.96-1) unstable; urgency=low

  * Initial Release.

 -- Ruud de Rooij <ruud@debian.org>  Sun, 11 Jul 1999 12:41:22 +0200