utf8proc

diff Changelog @ 7:fcfd8c836c64

Version 1.1.1

- Added a new PostgreSQL function 'unistrip', which behaves like 'unifold', but also removes all character marks (e.g. accents).
- Changed license from BSD to MIT style.
- Added a new function 'utf8proc_codepoint_valid' to the C library.
- Changed compiler flags in Makefile from -g -O0 to -O2
- The ruby script, which was used to build the utf8proc_data.c file, is now included in the distribution.
author jbe
date Sun Jul 22 12:00:00 2007 +0200 (2007-07-22)
parents d04d3a9b486e
children 6921ee309940
line diff
     1.1 --- a/Changelog	Fri Mar 16 12:00:00 2007 +0100
     1.2 +++ b/Changelog	Sun Jul 22 12:00:00 2007 +0200
     1.3 @@ -4,13 +4,15 @@
     1.4  - initial release of version 0.1
     1.5  
     1.6  2006-06-05:
     1.7 -- changed behaviour of PostgreSQL function to return NULL in case of invalid
     1.8 -  input, rather than raising an exceptional condition
     1.9 -- improved efficiency of PostgreSQL function (no transformation to C string is done)
    1.10 +- changed behaviour of PostgreSQL function to return NULL in case of
    1.11 +  invalid input, rather than raising an exceptional condition
    1.12 +- improved efficiency of PostgreSQL function (no transformation to C string
    1.13 +  is done)
    1.14  
    1.15  2006-06-20:
    1.16  - added -fpic compiler flag in Makefile
    1.17 -- fixed bug in the C code for the ruby library (usage of non-existent function)
    1.18 +- fixed bug in the C code for the ruby library (usage of non-existent
    1.19 +  function)
    1.20  
    1.21  Release of version 0.2
    1.22  
    1.23 @@ -20,14 +22,14 @@
    1.24  2006-08-04:
    1.25  - added support to mark the beginning of a grapheme cluster with 0xFF
    1.26    (option: CHARBOUND)
    1.27 -- added the ruby method String#chars, which is returning an array of
    1.28 -  UTF-8 encoded grapheme clusters
    1.29 +- added the ruby method String#chars, which is returning an array of UTF-8
    1.30 +  encoded grapheme clusters
    1.31  - added NLF2LF transformation in postgresql unifold function
    1.32  - added the DECOMPOSE option, if you neither use COMPOSE or DECOMPOSE, no
    1.33    normalization will be performed (different from previous versions)
    1.34  - using integer constants rather than C-strings for character properties
    1.35 -- fixed (hopefully) a problem with the ruby library on Mac OS X, which occured
    1.36 -  when compiler optimization was switched on
    1.37 +- fixed (hopefully) a problem with the ruby library on Mac OS X, which
    1.38 +  occured when compiler optimization was switched on
    1.39  
    1.40  Release of version 0.3
    1.41  
    1.42 @@ -60,3 +62,16 @@
    1.43  
    1.44  Release of version 1.0.3
    1.45  
    1.46 +2007-06-25:
    1.47 +- Added a new PostgreSQL function 'unistrip', which behaves like 'unifold',
    1.48 +  but also removes all character marks (e.g. accents).
    1.49 +
    1.50 +2007-07-22:
    1.51 +- Changed license from BSD to MIT style.
    1.52 +- Added a new function 'utf8proc_codepoint_valid' to the C library.
    1.53 +- Changed compiler flags in Makefile from -g -O0 to -O2
    1.54 +- The ruby script, which was used to build the utf8proc_data.c file, is now
    1.55 +  included in the distribution.
    1.56 +
    1.57 +Release of version 1.1.1
    1.58 +

Impressum / About Us