Skip to content

Commit 4001e9d

Browse files
committed
Begin to identify as v2.7.5b2
1 parent c78d874 commit 4001e9d

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
5053
Jython 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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)