|
1 | 1 | --- |
2 | 2 | title: News |
| 3 | +layout: default |
3 | 4 | --- |
4 | | -## News |
5 | | - |
6 | | -### New website (October 2018) |
7 | | -Welcome to the new Jython website. The main improvements are: |
8 | | -- Redesign to fit the modern web, e.g. mobile responsive |
9 | | -- Move hosting to [GitHub pages](https://pages.github.com/). To allow easier maintenance and encourage community contribution |
10 | | -- Delivered over HTTPS |
11 | | -- Content updated to reflect latest binary releases |
12 | | - |
13 | | -### Jython 2.7.1 Final Released (July 2017) |
14 | | - |
15 | | -We thought 2017-07-01 was a perfect time to release version 2.7.1 This is a bugfix release. Bug fixes include improvements in SSL and pip support along with lots of improvements in CPython compatibility. |
16 | | - |
17 | | -Please see the [NEWS](https://github.com/jythontools/jython/blob/master/NEWS) file for detailed release notes. This release of Jython requires JDK 7 or above. |
18 | | - |
19 | | -This release is being hosted at maven central. There are three main distributions. In order of popularity: |
20 | | - |
21 | | -- Most likely, you want the [traditional installer](http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.1/jython-installer-2.7.1.jar). NOTE: the installer automatically installs pip and setuptools (unless you uncheck that option), but you must unset `JYTHON_HOME` if you have it set. |
22 | | -- A [pre-built standalone version](http://search.maven.org/remotecontent?filepath=org/python/jython-standalone/2.7.1/jython-standalone-2.7.1.jar). |
23 | 5 |
|
24 | | -### Jython 2.7.0 Final Released (May 2015) |
25 | | - |
26 | | -Please see the [NEWS](https://github.com/jythontools/jython/blob/master/NEWS) file for detailed release notes. |
27 | | - |
28 | | -Read more on [Frank Wierzbickis Weblog](http://fwierzbicki.blogspot.fi/2015/05/jython-270-final-released.html) |
29 | | - |
30 | | -### Jython 2.7 Release Candidate 3 Released (April 2015) |
31 | | - |
32 | | -Please see the [NEWS](https://github.com/jythontools/jython/blob/master/NEWS) file for detailed release notes. |
33 | | - |
34 | | -Read more on [Frank Wierzbickis Weblog](http://fwierzbicki.blogspot.fi/2015/04/jython-27-release-candidate-3-available.html) |
35 | | - |
36 | | -### Jython 2.7 PyCon 2015 Talk** (April 2015) |
| 6 | +## News |
37 | 7 |
|
38 | | -Jim Baker gave a talk at PyCon 2015 in Montreal about how we got to Jython 2.7 and what's coming next. [Watch the video here](https://www.youtube.com/watch?v=hLm3garVQFo>) |
| 8 | +<div> |
| 9 | +{% for post in site.posts %} |
| 10 | + <h3><a href="{{ post.url }}">{{ post.title }}</a></h3> |
| 11 | + <h4>{{ post.date | date: "%b %-d, %Y" }}</h4> |
| 12 | + <p>{{ post.excerpt }} <a href="{{ post.url }}">more...</a></p> |
| 13 | +{% endfor %} |
| 14 | +</div> |
0 commit comments