Changeset 20803 for lang/cplusplus

Show
Ignore:
Timestamp:
10/05/08 18:06:17 (2 months ago)
Author:
tokuhirom
Message:

release 0.12

Location:
lang/cplusplus/llv8call/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/cplusplus/llv8call/trunk/NEWS

    r20653 r20803  
     12008-10-05  tokuhirom <tokuhirom atooooo gmail dototettetetete com> 
     2 
     3    * 0.12 alpha: 
     4 
     5    NEW FEATURES 
     6 
     7    - added simplified manual 
     8    - preload ENV, File, Dir. 
     9    - added org.coderepos.clearsilver.HDF.DumpStr 
     10    - added file.GetLine 
     11     
     12    MISC 
     13 
     14    - rewrite some extension modules with macros.h 
     15    - added sample wiki 
     16    - fixed libiconv prototype problem(coji++) 
     17 
    1182008-10-04  tokuhirom <tokuhirom atooooo gmail dototettetetete com> 
    219 
  • lang/cplusplus/llv8call/trunk/src/main.cc

    r20780 r20803  
    1616using namespace v8; 
    1717 
    18 const char *LLV8CALLVERSION="0.11"; 
     18const char *LLV8CALLVERSION="0.12"; 
    1919 
    2020void run_shell_mode() {