User: jbu Date: 2008-07-23 19:55:08+0000 Added: dba/www/drivers/postgresql/postgresql-sdbc-0.7.6.zip
Modified: dba/www/drivers/postgresql/index.html Log: adding version 0.7.6 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.46&r2=1.47 Delta lines: +22 -6 -------------------- --- index.html 2007-08-28 21:20:21+0000 1.46 +++ index.html 2008-07-23 19:55:06+0000 1.47 @@ -34,7 +34,7 @@ <li> <a href="#install_2.0">Installation and usage in OO2.x</a> </li> - + <li> <a href="#changes">Changes</a></li> <li> <a href="#features">Features and know bugs</a></li> <li> @@ -54,7 +54,7 @@ postgresql database</a> from OpenOffice.org without any wrapper layer such as odbc or jdbc. - <p> The current version 0.7.5 can be considerded as good beta quality ( + <p> The current version 0.7.6 can be considerded as good beta quality ( with some <a href="#known_bugs">known issues</a> and missing features). </p> @@ -91,7 +91,18 @@ md5sum</th> </tr> <tr> - <td> <strong>0.7.5 for OO2.x</strong> (released 2007-08-27)</td> + <td> <strong>0.7.6 for OO2.x</strong> (released 2008-08-23)</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.6.zip</a> + </td> + <td>f30bd071ce0e35da6eadedbec4f6eef5</td> + </tr> + + <tr> + <td> 0.7.5 for OO2.x (released 2007-08-27)</td> <td> Windows, Linux x86 (multi platform package)<br> </td> @@ -101,7 +112,7 @@ <td>6db1a4b3b811957e4c1191ae2ba736ac</td> </tr> <tr> - <td> 0.7.5 for OO1.1.x (released 2007-08-27)</td> + <td> <strong>0.7.5 for OO1.1.x (released 2007-08-27)</strong></td> <td> Windows, Linux x86 (multi platform package)<br> </td> @@ -263,7 +274,7 @@ . Then install the new version with the following command: <pre> - unopkg add /path/to/your/download/postgresql-sdbc-0.7.5.zip + unopkg add /path/to/your/download/postgresql-sdbc-0.7.6.zip </pre> . Using the --shared option will install the driver for all users. @@ -469,7 +480,7 @@ implemented in the driver. The loglevel can be set by editing a .ini or rc file in the extracted package. The file is located in the following path : - ~/openoffice.org2/uno_packages/cache/uno_packages/postgresql-sdbc-0.7.5.zip.1086437099/postgresql-sdbc.unorc + ~/openoffice.org2/uno_packages/cache/uno_packages/postgresql-sdbc-0.7.6.zip.1086437099/postgresql-sdbc.unorc , where the number is different on your system. The file can be edited with a texteditor. The logevel can be set to NONE (no logging), ERROR (only errornouss situations are logged), @@ -579,6 +590,11 @@ <a name="changes"><h2>Changes</h2></a> <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, + it does not occur in OOo1.x. As this is the only change, there is no 0.7.6 for OOo1.x. + </ul> <li>Version 0.7.5<br> <ul> <li> <a href="http://www.openoffice.org/issues/show_bug.cgi?id=52352">i52352</a> you get now results when executing native (postgresql) queries File [added]: postgresql-sdbc-0.7.6.zip Url: http://dba.openoffice.org/source/browse/dba/www/drivers/postgresql/postgresql-sdbc-0.7.6.zip?rev=1.1&content-type=text/vnd.viewcvs-markup --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
