File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ New Features
4747 Java). Opt in by setting python.options.reflectedArgsLegacyMode=false in
4848 the registry or on the command line. The default (for now) is true.
4949
50+ Jython 2.7.5b2 Bugs fixed
51+
52+
5053Jython 2.7.5b1 Bugs fixed
5154 - [ GH-452 ] Incorrect construction of release JARs
5255 - [ GH-434 ] CVE-2023-34462(CVSS 6.5), CVE-2022-41915(CVSS 6.5) Jython 2.7.4 using a vulnerable Netty version 4.1.173.Final
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ import java.text.SimpleDateFormat
4545// Versions are specified in this grammar:
4646// <major> . <minor> ( . <micro> )? ( <release> <serial> )? ( - <word> )?
4747
48- version = ' 2.7.5b1 '
48+ version = ' 2.7.5b2 '
4949
5050// Valid examples (please preserve in comments):
5151// version = '2.7.2a2'
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ informix.jar = ../support/jdbc-4.10.12.jar
104104 <property name =" jython.micro_version" value =" 5" />
105105 <property name =" jython.release_level" value =" ${ PY_RELEASE_LEVEL_BETA } " />
106106 <!-- Zero at full release: one-up number for alpha, beta and gamma (candidate) versions. -->
107- <property name =" jython.release_serial" value =" 1 " />
107+ <property name =" jython.release_serial" value =" 2 " />
108108 <!-- End of things you need to adjust when setting the version number. :) -->
109109 </target >
110110
You can’t perform that action at this time.
0 commit comments