diff options
| author | hallgren <hallgren@chalmers.se> | 2016-06-20 14:11:45 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2016-06-20 14:11:45 +0000 |
| commit | ab138e5a8ca0036b9e228de6c358a367a921e357 (patch) | |
| tree | e394e6090f41ed4b95488575c0c04aa4775793b5 /download/release-next.t2t | |
| parent | 83d340dbefd7206e59978f9da34c0cd860430263 (diff) | |
bin/build-binary-dist.sh: fixes for the Java and Python bindings.
* Just skip the Java binding if there were errors compiling it.
* Install the Python binding in the expected place on Mac OS X when creating
an OS X installer package. (i.e. under /Library/Python/2.7/site-packages)
Also updated the 3.8 download page and release notes to reflect the above.
Diffstat (limited to 'download/release-next.t2t')
| -rw-r--r-- | download/release-next.t2t | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/download/release-next.t2t b/download/release-next.t2t index 005c32f45..a86d37f61 100644 --- a/download/release-next.t2t +++ b/download/release-next.t2t @@ -12,7 +12,7 @@ See the [download page http://www.grammaticalframework.org/download/index.html]. ==What's new== -Over 380 changes have been pushed to the source repository since +Over 395 changes have been pushed to the source repository since [the release of GF 3.7.1 release-3.7.1.html] in October 2015. @@ -35,6 +35,10 @@ Over 380 changes have been pushed to the source repository since The problem was introduced before the release of GF 3.7.1 and prevented commands like ``cc "last"`` and ``cc "last"++"year"`` from working, but they should work again now. +- Python binding: with the OS X installer package (``gf-3.8.pkg``) + the Python binding should now work directly out of the package. + (The installer puts the modules under ``/Library/Python/2.7/site-packages``, + where the Python interpreter can find them.) - Various improvements and bug fixes in the C run-time system and its bindings to other languages. |
