aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2008-02-05 05:02:54 +0000
committerRalph Amissah <ralph@amissah.com>2008-02-05 05:02:54 +0000
commit4c36cadd7fef8b4bbdb0f423bdc4b7c7365d5699 (patch)
tree5e8d5017242f98cf516999e189d0616a479c7b0d /CHANGELOG
parentfor 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--CHANGELOG16
1 files changed, 11 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3ada78e4..0f4f9ddc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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)