Fisheye: Tag 1.1.4.1 refers to a dead (removed) revision in file `openacs-4/packages/acs-authentication/catalog/acs-authentication.cs_CZ.utf-8.xml'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 1.1.4.1 refers to a dead (removed) revision in file `openacs-4/packages/acs-authentication/catalog/acs-authentication.gl_ES.ISO-8859-1.xml'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 1.1.4.1 refers to a dead (removed) revision in file `openacs-4/packages/acs-authentication/catalog/acs-authentication.nl_ZA.ISO-8859-1.xml'.
Fisheye: No comparison available. Pass `N' to diff?
Index: openacs-4/packages/acs-bootstrap-installer/db-init-checks-oracle.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/db-init-checks-oracle.tcl,v
diff -u -r1.6 -r1.6.2.1
--- openacs-4/packages/acs-bootstrap-installer/db-init-checks-oracle.tcl 4 Jun 2006 00:45:22 -0000 1.6
+++ openacs-4/packages/acs-bootstrap-installer/db-init-checks-oracle.tcl 14 Dec 2006 13:55:07 -0000 1.6.2.1
@@ -30,7 +30,7 @@
# sticks and fire...
set db [ns_db gethandle [lindex [db_available_pools {}] 0]]
set selection [ns_db 1row $db "select version from product_component_version where product like 'Oracle%'"]
- regexp {^[0-9]\.[0-9]\.[0-9]} [ns_set value $selection 0] match
+ regexp {^[0-9]+\.[0-9]+\.[0-9]+} [ns_set value $selection 0] match
ns_db releasehandle $db
nsv_set ad_database_version . $match
}
Index: openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl,v
diff -u -r1.38 -r1.38.6.1
--- openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 1 Mar 2005 00:01:22 -0000 1.38
+++ openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 14 Dec 2006 13:55:07 -0000 1.38.6.1
@@ -103,12 +103,13 @@
# If the query being tested was written for a version that is older than
# the current RDBMS then we have compatibility. Otherwise we don't.
- if {[db_rdbms_get_version $rdbms_test] <= [db_rdbms_get_version $rdbms_pattern]} {
- return 1
- }
-
- # db_qd_log QDDebug "compatibility - version numbers are bad!"
- return 0
+ foreach t [split [db_rdbms_get_version $rdbms_test ] "\."] \
+ p [split [db_rdbms_get_version $rdbms_pattern] "\."] {
+ if {$t != $p} {return [expr $t < $p]}
+ }
+
+ # Same version (though not strictly "older") is OK
+ return 1
}
Index: openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl,v
diff -u -r1.17 -r1.17.2.1
--- openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl 31 Aug 2006 14:08:30 -0000 1.17
+++ openacs-4/packages/acs-content-repository/tcl/content-revision-procs.tcl 14 Dec 2006 13:55:08 -0000 1.17.2.1
@@ -71,6 +71,8 @@
@param package_id
+ @param package_id
+
@param is_live
@param attributes A list of lists of pairs of additional attributes and
Index: openacs-4/packages/acs-core-docs/www/xml/variables.ent
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/variables.ent,v
diff -u -r1.14 -r1.14.2.1
--- openacs-4/packages/acs-core-docs/www/xml/variables.ent 17 Jul 2006 05:38:37 -0000 1.14
+++ openacs-4/packages/acs-core-docs/www/xml/variables.ent 14 Dec 2006 13:55:08 -0000 1.14.2.1
@@ -1,7 +1,7 @@
-
-
-
+
+
+
-
-
+
+
Index: openacs-4/packages/acs-core-docs/www/xml/for-everyone/release-notes.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/for-everyone/release-notes.xml,v
diff -u -r1.21 -r1.21.2.1
--- openacs-4/packages/acs-core-docs/www/xml/for-everyone/release-notes.xml 17 Jul 2006 05:38:37 -0000 1.21
+++ openacs-4/packages/acs-core-docs/www/xml/for-everyone/release-notes.xml 14 Dec 2006 13:55:08 -0000 1.21.2.1
@@ -48,6 +48,17 @@
+
+ Release 5.2.0
+
+
+ Bug fixes.
+ New TIPs implemented.
+ This release does not include new translations.
+
+
+
+
Release 5.1.4
@@ -393,6 +404,7 @@
ChangeLog missing
+-->