[Jython-checkins] jython: Prepare for release.

frank.wierzbicki jython-checkins at python.org
Mon May 19 05:43:38 CEST 2014


http://hg.python.org/jython/rev/2d4e0bbb87b5
changeset:   7261:2d4e0bbb87b5
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Mon May 19 03:43:31 2014 +0000
summary:
  Prepare for release.

files:
  README.txt |  15 ++++++---------
  build.xml  |   8 ++++----
  2 files changed, 10 insertions(+), 13 deletions(-)


diff --git a/README.txt b/README.txt
--- a/README.txt
+++ b/README.txt
@@ -1,16 +1,13 @@
-Welcome to Jython 2.7b2
+Welcome to Jython 2.7b3
 =======================
 
-This is the second beta release of the 2.7 version of Jython. Thanks to
-Adconion Media Group (http://www.adconion.com/) for sponsoring this release.
+This is the third beta release of the 2.7 version of Jython. Thanks to
+Rackspace (http://www.rackspace.com/) for sponsoring this release.
 Thanks to all who contribute to Jython.
 
-Jython 2.7b2 brings us up to language level compatibility with the 2.7 version
-of CPython. We have focused largely on CPython compatibility, and so this
-release of Jython can run more pure Python apps then any previous release.
-Please see the NEWS file for detailed release notes. This is primarily a bugfix
-release, with numerous improvements, including much improvement on Windows
-support.
+Jython 2.7b3 includes a total rework of ssl which will soon allow pip to work
+on Jython (once pip gets a bugfix as well). It also fixes many bugs including
+some in binascii support, ast support, and many others.
 
 As a beta release we are concentrating on bug fixing and stabilizion for a
 production release.
diff --git a/build.xml b/build.xml
--- a/build.xml
+++ b/build.xml
@@ -84,8 +84,8 @@
         <property name="PY_RELEASE_LEVEL_SNAPSHOT" value="170"/> <!-- 0xAA -->
 
         <!-- The current version info -->
-        <property name="jython.version" value="2.7b2+"/>
-        <property name="jython.version.noplus" value="2.7b2"/>
+        <property name="jython.version" value="2.7b3+"/>
+        <property name="jython.version.noplus" value="2.7b3"/>
         <property name="jython.major_version" value="2"/>
         <property name="jython.minor_version" value="7"/>
         <property name="jython.micro_version" value="0"/>
@@ -407,8 +407,8 @@
     <target name="brand-readme-version" depends="checkout" if="do.snapshot.build">
         <!-- change README.txt version string, if so defined: used for
         snapshot builds. XXX: a bit broken for now-->
-        <replace file="${jython.base.dir}/README.txt" token='2.7a1+'
-        value='2.7a${xxx.revision}' />
+        <replace file="${jython.base.dir}/README.txt" token='2.7b3+'
+        value='2.7b${xxx.revision}' />
         <replace file="${jython.base.dir}/README.txt">
             <replacetoken>=======================</replacetoken>
             <replacevalue>--------------------------

-- 
Repository URL: http://hg.python.org/jython


More information about the Jython-checkins mailing list