[Jython-checkins] jython: Updated NEWS.

stefan.richthofer jython-checkins at python.org
Mon Mar 13 07:54:02 EDT 2017


https://hg.python.org/jython/rev/3218cf487dc3
changeset:   8056:3218cf487dc3
user:        Stefan Richthofer <stefan.richthofer at gmx.de>
date:        Mon Mar 13 12:53:55 2017 +0100
summary:
  Updated NEWS.

files:
  NEWS |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -4,9 +4,13 @@
 
 Jython 2.7.1rc1
   Bugs fixed
+    - [ 2559 ] test_marshal fails
+    - [ 2564 ] test_socket_jy fails on Linux
     - [ 2524 ] datetime <-> time conversion incorrect in non UTC times
     - [ 2504 ] datetime.date.__tojava__ returns incorrect dates in non-UTC timezones with
                negative offset (Jython 2.7.0)
+    - [ 2500 ] Loading default cacerts on client socket when specifying a default java truststore
+               unnecessarily searches for more cacerts in the same dir
     - [ 2561 ] win32_ver raises exception (breaks test_platform on windows)
     - [ 2521 ] Windows installation (all) fails on Windows 10
     - [ 2557 ] ongoing pain with platform detection via os.name and sys.platform

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


More information about the Jython-checkins mailing list