Skip to content

Commit

Permalink
prepare for rc1 release
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/DBA/trunk@106248 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Brent Cook committed Nov 30, 2002
1 parent 9937604 commit 3f75204
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DBA/Compatibility.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* work.
*
* @author Brent Cook <busterb@mail.utexas.edu>
* @version 0.9.5
* @version 1.0
* @access public
* @package DBA
* @see PHP dba Documentation
Expand Down
2 changes: 1 addition & 1 deletion DBA/Driver/Builtin.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* is known to be unsuitable as a driver due to its lack of write ability.
*
* @author Brent Cook <busterb@mail.utexas.edu>
* @version 0.9.5
* @version 1.0
* @access public
* @package DBA
*/
Expand Down
2 changes: 1 addition & 1 deletion DBA/Driver/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
* The sync function calls fflush on the data and index files.
*
* @author Brent Cook
* @version 0.9.5
* @version 1.0
* @access public
* @package DBA
*/
Expand Down
14 changes: 8 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ DBA is a wrapper for the php DBA functions. It includes a file-based emulator an

<release>
<license>LGPL</license>
<version>0.9.5</version>
<date>2002-10-31</date>
<state>beta</state>
<version>1.0-rc1</version>
<date>2002-11-29</date>
<state>stable</state>
<notes>
* Errors now return error codes in addition to messages. Thanks to Olaf Conradi
for the work on this.
* Minor updates to code comments
This is the first stable release-candidate.

* DBA::getDriverList() returns all supported drivers by the currently running
PHP interpreter. DBA works fine with PHP's new DB4 support.
* Documentation updates
</notes>
<filelist>
<dir name="/" baseinstalldir="/">
Expand Down

0 comments on commit 3f75204

Please sign in to comment.