diff options
author | Ralph Amissah <ralph@amissah.com> | 2008-02-05 05:02:54 +0000 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2008-02-05 05:02:54 +0000 |
commit | 4c36cadd7fef8b4bbdb0f423bdc4b7c7365d5699 (patch) | |
tree | 5e8d5017242f98cf516999e189d0616a479c7b0d /CHANGELOG | |
parent | for update replace LIKE with '=' ; required by pg8.3 bigint (diff) |
ruby 1.9 open; future pgsql testing on 8.3; encoding utf-8 checks; version bump 0.65.0
* ruby 1.9 use opened, testing required
* db sql pgsql future testing on version 8.3
* encoding utf-8 some compatibility checks
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -9,11 +9,17 @@ Reverse Chronological: %% STABLE MANIFEST -%% sisu_0.64.3.orig.tar.gz (2008-02-02:04/6) -http://www.jus.uio.no/sisu/pkg/src/sisu_0.64.3.orig.tar.gz - sisu_0.64.3.orig.tar.gz - sisu_0.64.3-1.dsc - sisu_0.64.3-1.diff.gz +%% sisu_0.65.0.orig.tar.gz (2008-02-05:05/2) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.65.0.orig.tar.gz + sisu_0.65.0.orig.tar.gz + sisu_0.65.0-1.dsc + sisu_0.65.0-1.diff.gz + + * ruby 1.9 opened + + * db sql pgsql future testing on version 8.3 + + * encoding utf-8 some compatibility checks * db sql, for updates use match criteria '=' instead of LIKE (required for pgsql 8.3 with bigint) |