Show
Ignore:
Timestamp:
03/06/08 19:20:58 (5 years ago)
Author:
daisuke
Message:

Update changes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Text-MeCab/trunk/Changes

    r4352 r7571  
    11Changes 
    22======= 
     3 
     40.20005 06 Mar 2008 
     5  - Now we use sv_setref_pv instead of sv_bless and such. This fixes 
     6    a major leakage that prevented Text::MeCab::Node objects from being 
     7    garbage collected until global destruction time. I have no other 
     8    explanation other than that once I switched to sv_setref_pv, everything 
     9    just worked. 
     10   
     11    Upgrade from previous 0.2000x versions STRONGLY recommended. 
    312 
    4130.20004 10 Jan 2008