utf8proc
diff Changelog @ 13:2c7384f1fac1
Version 1.1.5
(updated Changelog and changed version number)
(updated Changelog and changed version number)
author | jbe |
---|---|
date | Fri Oct 16 12:00:00 2009 +0200 (2009-10-16) |
parents | 00d2bcbdc945 |
children | d0bab6ca89a5 |
line diff
1.1 --- a/Changelog Thu Oct 08 12:00:00 2009 +0200 1.2 +++ b/Changelog Fri Oct 16 12:00:00 2009 +0200 1.3 @@ -111,3 +111,18 @@ 1.4 - Minor changes in the README file 1.5 - Release of version 1.1.4 1.6 1.7 +2009-08-20: 1.8 +- Use RSTRING_PTR() and RSTRING_LEN() instead of RSTRING()->ptr and 1.9 + RSTRING()->len for ruby1.9 compatibility (and #define them, if not 1.10 + existent) 1.11 + 1.12 +2009-10-02: 1.13 +- Patches for compatibility with Microsoft Visual Studio 1.14 + 1.15 +2009-10-08: 1.16 +- Fixes to make utf8proc usable in C++ programs 1.17 + 1.18 +2009-10-16: 1.19 +- Release of version 1.1.5 1.20 + 1.21 +2009-10-08: