File: CHANGES.txt

package info (click to toggle)
libbsf-java 1%3A2.4.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 2,960 kB
  • sloc: java: 5,373; xml: 224; ansic: 182; python: 57; makefile: 15
file content (69 lines) | stat: -rw-r--r-- 2,393 bytes parent folder | download | duplicates (4)
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
changes for Apache BSF 2.4.0 (from RELEASE-NOTE.txt)

    *) can be used as an extension package to Java by placing it into
       "jre/lib/ext" [using the thread's context classloader, ie. the result
       of 'Thread.currentThread().getContextClassLoader()']

    *) removed experimental 'DebugLog' class, superceded by commons-logging
       and log4j

    *) removed 'org.apache.bsf.engines.activescript.*', as it is not
       supported anymore (stems from the original IBM codebase, but would
       need native Windows code to bridge OLE/ActiveX)

    *) removed 'org.apache.bsf.engines.jpython', as it is superceded by
       the newer 'org.apache.bsf.engines.jython'

    *) 'org.apache.bsf.BSFMain.java': new method
       "public String getVersion()", returns string in the form of a
       dewey decimal number 'abc' (three levels, each between 0 and 9)
       'abc.yyyymmdd', 'yyyy' four digit year, 'mm' two digit month,
       'dd' two digit day;
       e.g. '240.20060925' stands for: BSF version 2.4.0 as of 2006-09-25

    *) new class 'org.apache.bsf.utils.BSFEventProcessorReturningEventInfos'

    *) 'org.apache.bsf.utils.EngineUtils.java': added the method
       'addEventListenerReturningEventInfos(...)'


changes for Apache BSF 2.3.0
    *) Revert BSF debug support (due to several usability issues)
       and refactor source.

    *) add javadocs and realclean targets to build.xml
       scrub remaining email addresses from source for spam prevention
       add AUTHORS, BUILDING, INSTALL, README, and TODO files

    *) Cleaned out META* junk

    *) Removed bsf/src/org/apache/bsf/engines/activescript/samples/*
       because of copyright issues

    *) Changes for org.apache.* namespace, license changes

changes to BSF 2.2
    *) Fix taglibs, and allow debugging through taglibs

    *) Entry/Exit debugging added

    *) Overall logging solution, involving a loglevel property

    *) BSF taglib added to drop package

    *) Debug Protocol versioning and handshake

    *) Miscellaneous bugfixes, additions, and cleanups.

    *) updated XSLT support for Xalan 2

    *) added Jython engine

    *) JSDI and debug engine for ECMAScript

    *) added master build.xml

    *) added scripts module to the bsf23 module

    *) added bsf23 module for rollup of bsf, bsf_debug, and jsdb
       created bsf-build-23 module for other files (support, build.xml)