greenrd 00/09/27 16:35:46
Modified: src/org/apache/cocoon cocoon.properties
. changes.xml
Log:
changed default WML encoding, more likely to work
Revision Changes Path
1.39 +3 -5 xml-cocoon/src/org/apache/cocoon/cocoon.properties
Index: cocoon.properties
===================================================================
RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/cocoon.properties,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- cocoon.properties 2000/09/16 16:04:29 1.38
+++ cocoon.properties 2000/09/27 23:35:38 1.39
@@ -173,13 +173,14 @@
# These are the supported jdbc-drivers and their adaptors.
# These properties are used by the DBFactory.
-processor.xsp.pool.database.adaptor=DBWeblogic,DBOracle,DBInstantDB,DBPostgres,DBSybase,DBInformix
+processor.xsp.pool.database.adaptor=DBWeblogic,DBOracle,DBInstantDB,DBPostgres,DBSybase,DBInformix,DBMySQL
processor.xsp.pool.database.adaptor.DBWeblogic=weblogic.jdbc.pool.Driver
processor.xsp.pool.database.adaptor.DBOracle=oracle.jdbc.driver.OracleDriver
processor.xsp.pool.database.adaptor.DBInstantDB=org.enhydra.instantdb.jdbc.idbDriver
processor.xsp.pool.database.adaptor.DBPostgres=postgresql.Driver
processor.xsp.pool.database.adaptor.DBInformix=com.informix.jdbc.IfxDriver
processor.xsp.pool.database.adaptor.DBSybase=com.sybase.jdbc.SybDriver
+processor.xsp.pool.database.adaptor.DBMySQL=org.gjt.mm.mysql.Driver
# The full path name to a pool log file
# if not given, commands to log events using org.apache.turbine.util.Log
will be ignored.
@@ -251,6 +252,7 @@
# WML 1.1
formatter.text/wml.doctype-public = -//WAPFORUM//DTD WML 1.1//EN
formatter.text/wml.doctype-system = http://www.wapforum.org/DTD/wml_1.1.xml
+formatter.text/wml.encoding = iso-8859-1
formatter.text/wml.MIME-type = text/vnd.wap.wml
# VRML 97
@@ -307,10 +309,6 @@
# Indicates how much free memory should always be available to the JVM. (in
bytes)
store.freememory = 1000000
-
-# Indicates what is the maximum heap size that your JVM can reach (in byte).
-# This is normally set using the -mx or -Xmx command line argument.
-store.heapsize = 60000000
# Indicates the sleeping time for the background thread (in seconds)
#store.interval = 10
1.116 +9 -2 xml-cocoon/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/changes.xml,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- changes.xml 2000/09/26 06:45:59 1.115
+++ changes.xml 2000/09/27 23:35:43 1.116
@@ -4,7 +4,7 @@
<!--
History of Cocoon changes
- $Id: changes.xml,v 1.115 2000/09/26 06:45:59 balld Exp $
+ $Id: changes.xml,v 1.116 2000/09/27 23:35:43 greenrd Exp $
-->
<changes title="History of Changes">
@@ -17,9 +17,16 @@
</devs>
<release version="@version@" date="@date@">
+ <action dev="RDG" type="update" due-to="Marco Pauck" due-to-email="?">
+ Changed default WML output encoding to iso-8859-1.
+ </action>
<action dev="DB" type="update" due-to="Ugo Cei" due-to-email="[EMAIL
PROTECTED]">
- improvements to mail logicsheet - specifically, now you can retrieve a
set of messages by index, you can get the sent date, and some bugs were fixed.
+ improvements to mail logicsheet - specifically, now you can retrieve a
set of messages by
+index, you can get the sent date, and some bugs were fixed.
</action>
+ </release>
+
+ <release version="1.8" date="September 22 2000">
<action dev="RDG" type="update">
Cleaned up docs, especially how-it-works and FAQ; added new questions
and answers to FAQ.