Re: [sqlite] Version 3.1.5

2005-03-14 Thread Charles Mills
On Mar 11, 2005, at 10:07 AM, D. Richard Hipp wrote:
Version 3.1.5 is now available on the website.  This release
fixes a typo in the previous release that caused problems
for OS-X users.
--
D. Richard Hipp <[EMAIL PROTECTED]>
Any chance this patch (http://www.sqlite.org/cvstrac/tktview?tn=1151) 
will be applied?

The patch allows databases with names that must be quoted to be 
detached.
Patch works with 3.1.5.  Test suite runs successfully.

-Charlie


Re: [sqlite] Version 3.1.5

2005-03-11 Thread Gerald Dachs
On Fri, 11 Mar 2005 13:07:40 -0500
"D. Richard Hipp" <[EMAIL PROTECTED]> wrote:

> Version 3.1.5 is now available on the website.  This release
> fixes a typo in the previous release that caused problems
> for OS-X users.
> -- 
> D. Richard Hipp <[EMAIL PROTECTED]>
> 

'make doc' on linux is still broken, attached patch for 3.1.3 still
works.

Gerald

--- sqlite-3.1.3/Makefile.in.orig   2005-03-07 22:56:04.833954328
+0100 +++ sqlite-3.1.3/Makefile.in2005-03-07 22:56:41.189427456
+0100 @@ -451,6 +451,9 @@
 arch.html: $(TOP)/www/arch.tcl
tclsh $(TOP)/www/arch.tcl >arch.html

+arch.png:  $(TOP)/www/arch.png
+   cp $(TOP)/www/arch.png .
+
 arch2.gif: $(TOP)/www/arch2.gif
cp $(TOP)/www/arch2.gif .




[sqlite] Version 3.1.5

2005-03-11 Thread D. Richard Hipp
Version 3.1.5 is now available on the website.  This release
fixes a typo in the previous release that caused problems
for OS-X users.
-- 
D. Richard Hipp <[EMAIL PROTECTED]>