| timbo@cvs.perl.org 2005-12-28, 8:26 pm |
| Author: timbo
Date: Wed Dec 28 15:09:54 2005
New Revision: 2334
Removed:
dbd-oracle/trunk/README.utf8.txt
Modified:
dbd-oracle/trunk/Changes
dbd-oracle/trunk/MANIFEST
dbd-oracle/trunk/Oracle.pm
dbd-oracle/trunk/README.clients.txt
Log:
Removed README.utf8 since the topic was covered better in the main docs.
Prep for release candidate.
Modified: dbd-oracle/trunk/Changes
====================
====================
====================
==================
--- dbd-oracle/trunk/Changes (original)
+++ dbd-oracle/trunk/Changes Wed Dec 28 15:09:54 2005
@@ -1,4 +1,4 @@
-=head1 Changes in DBD-Oracle 1.17 (svn rev NNN)
+=head1 Changes in DBD-Oracle 1.17 (svn rev 2334)
Fixed csform setting for Oracle 8.0.
Fixed csform setting for some UTF8 cases.
@@ -19,6 +19,7 @@
Updated README.aix thanks to Stephen de Vries.
Updated README.macosx thanks to Stephen de Vries.
Renamed README.*'s to add .txt suffix to make life easier for some.
+ Removed README.utf8 since the topic was covered better in the main docs.
The Copyright terms for DBD::Oracle have been simplified and now read:
The DBD::Oracle module is free software; you can redistribute it
Modified: dbd-oracle/trunk/MANIFEST
====================
====================
====================
==================
--- dbd-oracle/trunk/MANIFEST (original)
+++ dbd-oracle/trunk/MANIFEST Wed Dec 28 15:09:54 2005
@@ -29,7 +29,6 @@ README.login.txt
README.longs.txt
README.macosx.txt
README.sec.txt
-README.utf8.txt
README.vms.txt
README.win32.txt
README.wingcc.txt Notes about building with mingw32 and cygwin32
Modified: dbd-oracle/trunk/Oracle.pm
====================
====================
====================
==================
--- dbd-oracle/trunk/Oracle.pm (original)
+++ dbd-oracle/trunk/Oracle.pm Wed Dec 28 15:09:54 2005
@@ -6,7 +6,7 @@
require 5.003;
- $DBD::Oracle::VERSIO
N = '1.16';
+$DBD::Oracle::VERSI
ON = '1.17';
my $ORACLE_ENV = ($^O eq 'VMS') ? 'ORA_ROOT' : 'ORACLE_HOME';
Modified: dbd-oracle/trunk/README.clients.txt
====================
====================
====================
==================
--- dbd-oracle/trunk/README.clients.txt (original)
+++ dbd-oracle/trunk/README.clients.txt Wed Dec 28 15:09:54 2005
@@ -1,6 +1,11 @@
This file contains some random notes relating to minimal Oracle
configurations for building and/or using DBD::Oracle / Oraperl.
+
+*** ALL THE TEXT BELOW IS OLD ***
+*** THE PREFERED METHOD IS TO USE Oracle Instant Client ***
+
+
-------------------------------------------------------------------------------
With recent versions of Oracle (specifically >= 7.3) you may be
able to build DBD::Oracle without Pro*C installed by using the Oracle
|