File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,11 @@ New Features
29
29
duplicated in its module, which can be a problem. It may be necessary to
30
30
--add-modules ALL-DEFAULT to ensure JDK classes are resolved.
31
31
32
-
33
32
Jython 2.7.4rc1 Bugs fixed
34
33
- [ GH-344 ] Updated ucnhash.dat to Unicode 15.1.
34
+ - [ GH-343 ] Export xml.parsers and xml.etree in xml.__all__.
35
+ - [ GH-342 ] Update multiple JARs to latest available.
36
+ - [ GH-331 ] Catch IndexError possible when accessing sys.argv.
35
37
36
38
Jython 2.7.4b2 Feature added
37
39
- [ GH-325 ] Upward compatibility to Java 9 Modularity
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ import java.text.SimpleDateFormat
45
45
// Versions are specified in this grammar:
46
46
// <major> . <minor> ( . <micro> )? ( <release> <serial> )? ( - <word> )?
47
47
48
- version = ' 2.7.4b3 '
48
+ version = ' 2.7.4rc1 '
49
49
50
50
// Valid examples (please preserve in comments):
51
51
// version = '2.7.2a2'
Original file line number Diff line number Diff line change @@ -102,10 +102,10 @@ informix.jar = ../support/jdbc-4.10.12.jar
102
102
<property name =" jython.major_version" value =" 2" />
103
103
<property name =" jython.minor_version" value =" 7" />
104
104
<property name =" jython.micro_version" value =" 4" />
105
- <property name =" jython.release_level" value =" ${ PY_RELEASE_LEVEL_BETA } " />
105
+ <property name =" jython.release_level" value =" ${ PY_RELEASE_LEVEL_GAMMA } " />
106
106
107
107
<!-- Zero at full release: one-up number for alpha, beta and candidate versions. -->
108
- <property name =" jython.release_serial" value =" 3 " />
108
+ <property name =" jython.release_serial" value =" 1 " />
109
109
</target >
110
110
111
111
<target name =" common-constants" >
You can’t perform that action at this time.
0 commit comments