~free.ekanayaka/storm/any-expr

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jamu Kakar
  • Date: 2009-11-24 19:10:43 UTC
  • mfrom: (327.2.4 default-c-extensions)
  • Revision ID: jkakar@kakar.ca-20091124191043-z45n74ff1ebnh4w3
Merged default-c-extensions [r=jamesh,therve] [f=410592]

Storm's C extensions are enabled by default.  They can be disabled
by defining the STORM_CEXTENSIONS environment variable to '0'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
   Comparable.  These methods perform prefix, suffix and substring
12
12
   checks respectively using the LIKE operator, taking care of escaping
13
13
   for you (bug #387840).
 
14
 - C extensions are enabled by default.  Define the
 
15
   STORM_CEXTENSIONS=0 environment variable to disable them (bug #410592).
14
16
 
15
17
Bug fixes
16
18
---------