~ubuntu-branches/ubuntu/trusty/jcc/trusty-proposed

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Bazaar Package Importer
  • Author(s): Ludovico Cavedon
  • Date: 2010-07-18 11:16:04 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100718111604-pmncb3js701dk0qp
Tags: 2.6-1
* New upstream release.
* Fix typo in README.Debian.
* Refresh avoid-ftbfs-unknown-archs.patch.
* Update Standards-Version to 3.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
Version 2.5 -> 2.5.1
3
 
--------------------
 
2
Version 2.5 -> 2.6
 
3
------------------
4
4
 - added freebsd7 settings to setup.py (Sujan Shakya)
5
5
 - added support for unix-specific --home distutils install parameter
 
6
 - added support for extracting JAVAHOME from Windows registry (Bill Janssen)
 
7
 - updated MANIFEST.in as sdist started creating incomplete source archives
 
8
 - improved support for building on Windows with mingw32 (Bill Janssen)
 
9
 - added support for --find-jvm-dll parameter (Bill Janssen)
 
10
 - fixed bug with not inheriting type parameters to inner parameterized classes
 
11
 - added support for of_() method to set instance type parameters
 
12
 - fixed bug with not heeding type parameter for --sequence get method
 
13
 - parameterized return values are now unboxed
 
14
 - improved auto-boxing of primitive type parameters
 
15
 - added support for auto-boxing CharSequence from python str and unicode
 
16
 - added support for auto-boxing Number from python int, long and float
 
17
 - added 'asm' to list of reserved words
 
18
 - added JCC_VERSION string to modules using JCC
 
19
 - added support for --resources
 
20
 - fixed bug with array Release calls using isCopy instead of 0 mode
 
21
 - added support for --import
 
22
 - added read-only env.classpath property
 
23
 - config.py now written only during build or when missing (Christian Heimes)
 
24
 - fixed bug with not enforcing Iterable for iterator method detection
6
25
 
7
26
Version 2.4 -> 2.5
8
27
------------------