You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by va...@apache.org on 2009/10/08 01:14:50 UTC

svn commit: r822960 - in /lucene/pylucene/trunk/jcc: CHANGES setup.py

Author: vajda
Date: Wed Oct  7 23:14:49 2009
New Revision: 822960

URL: http://svn.apache.org/viewvc?rev=822960&view=rev
Log:
preparing version 2.4

Modified:
    lucene/pylucene/trunk/jcc/CHANGES
    lucene/pylucene/trunk/jcc/setup.py

Modified: lucene/pylucene/trunk/jcc/CHANGES
URL: http://svn.apache.org/viewvc/lucene/pylucene/trunk/jcc/CHANGES?rev=822960&r1=822959&r2=822960&view=diff
==============================================================================
--- lucene/pylucene/trunk/jcc/CHANGES (original)
+++ lucene/pylucene/trunk/jcc/CHANGES Wed Oct  7 23:14:49 2009
@@ -1,5 +1,5 @@
 
-Version 2.3 ->
+Version 2.3 -> 2.4
 ------------------
  - added 'typeof' to reserved word list
  - added Java stacktrace to __str__() of JavaError, fixing half of PYLUCENE-1
@@ -9,10 +9,9 @@
  - added --vmarg to add Java VM initialization parameters (Christian Kofler)
  - added support for passing a directory to --module
  - byte values are now returned as signed numbers as opposed to one-char strs
- - added --arch command line flag to override Mac OS X python config settings
+ - added --arch command line flag to filter Mac OS X python config settings
  - cast_() and instance_() methods now generated on extension classes as well
  - fixed bug with reporting Python error that occurred in an extension class
- - 
 
 Version 2.2 -> 2.3
 ------------------

Modified: lucene/pylucene/trunk/jcc/setup.py
URL: http://svn.apache.org/viewvc/lucene/pylucene/trunk/jcc/setup.py?rev=822960&r1=822959&r2=822960&view=diff
==============================================================================
--- lucene/pylucene/trunk/jcc/setup.py (original)
+++ lucene/pylucene/trunk/jcc/setup.py Wed Oct  7 23:14:49 2009
@@ -12,7 +12,7 @@
 
 import os, sys, platform, subprocess
 
-jcc_ver = '2.3'
+jcc_ver = '2.4'
 python_ver = '%d.%d.%d' %(sys.version_info[0:3])
 machine = platform.machine()