User: jbu Date: 2010-02-06 18:34:51+0000 Modified: dba/www/drivers/postgresql/index.html
Log: patch 0.7.6a File Changes: Directory: /dba/www/drivers/postgresql/ ======================================= File [changed]: index.html Url: http://dba.openoffice.org/source/browse/dba/www/drivers/postgresql/index.html?r1=1.47&r2=1.48 Delta lines: +23 -8 -------------------- --- index.html 2008-07-23 19:55:06+0000 1.47 +++ index.html 2010-02-06 18:34:49+0000 1.48 @@ -29,10 +29,10 @@ <li> <a href="#requirements">Requirements </a></li> <li> <a href="#download">Download</a></li> <li> - <a href="#install_1.1">Installation and usage in OO1.1.x</a> + <a href="#install_2.0">Installation and usage in OO3.x/OOo2.x</a> </li> <li> - <a href="#install_2.0">Installation and usage in OO2.x</a> + <a href="#install_1.1">Installation and usage in OO1.1.x</a> </li> <li> <a href="#changes">Changes</a></li> <li> @@ -54,12 +54,12 @@ postgresql database</a> from OpenOffice.org without any wrapper layer such as odbc or jdbc. - <p> The current version 0.7.6 can be considerded as good beta quality ( + <p> The current version 0.7.6a can be considerded as good beta quality ( with some <a href="#known_bugs">known issues</a> and missing features). </p> <p> - The driver is aimed at the 1.1 OpenOffice.org and OpenOffice.org 2.x versions, it does not + The driver is aimed at the OpenOffice.org versions 3.x/2.x/1.1.x, it does not work with OOo1.0.x trees. </p> <p> @@ -74,7 +74,7 @@ postgresql 7.2.x server version. It should work with all other currently available including 8.x versions. <p> - Install OpenOffice.org 1.1 or OpenOffice.org 2.x (recommended). + Install OpenOffice.org. <h2 id="download">Download</h2></a> @@ -91,7 +91,17 @@ md5sum</th> </tr> <tr> - <td> <strong>0.7.6 for OO2.x</strong> (released 2008-08-23)</td> + <td> <strong>0.7.6a for OOo >= 2.x (including OOo 3.2!)</strong> (released 2010-02-06)</td> + <td> + Windows, Linux x86 (multi platform package)<br> + </td> + <td> + <a href="postgresql-sdbc-0.7.6.zip">http://dba.openoffice.org/drivers/<wbr>postgresql/postgresql-sdbc-0.7.6a.zip</a> + </td> + <td>1723de995efd1ad69ee59b5e15e805a6</td> + </tr> + <tr> + <td> 0.7.6 for >= OO2.x and <= OOo3.1 (released 2008-08-23)</td> <td> Windows, Linux x86 (multi platform package)<br> </td> @@ -239,7 +249,7 @@ </p> <p> If your platform does not appear in the above list, you can build the driver from <a href="#source"> source</a>. - <h2 id="install_2.0"> Installation with OOo 2.x </h2> + <h2 id="install_2.0"> Installation with OOo 3.x/2.x </h2> <table> <tr><td bgcolor="lightgrey"> OOo 2.x</td><td> There are two different ways to install the driver:<br> @@ -590,6 +600,11 @@ <a name="changes"><h2>Changes</h2></a> <ul> + <li>Version 0.7.6a<br> + <ul> + <li> <a href="http://qa.openoffice.org/issues/show_bug.cgi?id=108928">i108928</a> the driver didn't work with OOo3.2. This was fixed (an additional configuration + file within the package was necessary).</li> + </ul> <li>Version 0.7.6<br> <ul> <li> <a href="http://qa.openoffice.org/issues/show_bug.cgi?id=89685">i89685</a> numeric columns can now be edited again. The problem showed up since some OOo2.x version, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
