16 messages in com.mysql.lists.plusplusRe: RELEASE: 1.7.11
FromSent OnAttachments
Warren Young17 Aug 2004 15:35 
bayufa17 Aug 2004 19:14 
Darren McDonald18 Aug 2004 02:42 
Liu, Yigong18 Aug 2004 07:13 
Warren Young18 Aug 2004 09:30 
Warren Young18 Aug 2004 09:42 
Warren Young18 Aug 2004 09:44 
Liu, Yigong18 Aug 2004 10:20 
Warren Young18 Aug 2004 11:03.bootstrap
Liu, Yigong18 Aug 2004 11:37 
Liu, Yigong18 Aug 2004 11:47 
Warren Young18 Aug 2004 11:59 
Liu, Yigong18 Aug 2004 12:01 
Warren Young18 Aug 2004 14:21 
Liu, Yigong18 Aug 2004 15:05 
Liu, Yigong19 Aug 2004 10:18 
Subject:Re: RELEASE: 1.7.11
From:Darren McDonald (Dmcd@saturncorp.com)
Date:08/18/2004 02:42:47 AM
List:com.mysql.lists.plusplus

Would you consider this new realse stable? Im working on a telnet bbs, with a mysql back end, which will linked to the web via php. Considering the ability grab results using ["fieldname"] is being cut (is that correct?) I want to be using the latest version. Also will this work a-ok with gcc 3.3 now?

Darren

Warren Young <mysq@etr-usa.com> 17/08/04 23:36:07 >>>

Talk about "release early, release often"! :)

o Renamed mysql++, defs and define_short files, adding .hh to the end of each. (They're header files!) This shouldn't impact library users, since these are hopefully used internal to the library only.

o Removed sqlplus.hh file. Use mysql++.hh instead.

o Added mysql++.spec, extracted from contributed 1.7.9 source RPM, and updated it significantly. Also, added an 'rpm' target to Makefile.am to automate the process of building RPMs.

o Added bootstrap and LGPL files to distribution tarball.

o Added pre-1.7.10 history to this file.

o Removed .version file. Apparently it's something required by old versions of libtool.

I've also added a binary RPM for RH9 to the web page.

http://tangentsoft.net/mysql++/

I may not continue offering these RPMs, as they're rather large, and it's not hard to make your own: just say 'make rpm' as root.