Changeset 969

Show
Ignore:
Timestamp:
12/30/05 14:16:04 (5 years ago)
Author:
jtv
Message:

Moved development site

Location:
trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/NEWS

    r966 r969  
    1010 - Clients can now define their own connection policies 
    1111 - Paved the way for client-defined thread synchronization 
     12 - Now lives at http://thaiopensource.org/development/libpqxx/ 
    12132.6.1 
    1314 - Hugely improved recognition of different strerror_r() versions 
  • trunk/README

    r957 r969  
    99 
    1010Further information, as well as updates, a mailing list, and a bug reporting 
    11 system can be found at either of: 
    12  
    13         http://pqxx.tk/ 
    14         http://gborg.postgresql.org/project/libpqxx/ 
     11system can be found at: 
     12 
     13        http://thaiopensource.org/development/libpqxx/ 
    1514 
    1615There are also ready-made libpqxx packages available for several systems: Debian 
     
    430429Google          http://www.google.com/ 
    431430libpq           http://candle.pha.pa.us/main/writings/pgsql/sgml/libpq.html 
    432 libpqxx         http://pqxx.tk/ 
    433                 http://gborg.postgresql.org/project/libpqxx/ 
     431libpqxx         http://thaiopensource.org/development/libpqxx/ 
    434432Linux           http://www.linux.org/ 
    435433MinGW           http://www.mingw.org/ 
  • trunk/include/pqxx/util.hxx

    r968 r969  
    4242 * reporting system can be found at the project's home page. 
    4343 * 
    44  * @see http://pqxx.tk/, http://gborg.postgresql.org/project/libpqxx/ 
     44 * @see http://thaiopensource.org/development/libpqxx/ 
    4545 */ 
    4646 
  • trunk/libpqxx.spec.in

    r957 r969  
    55License: LGPL 
    66Group: Development/Libraries 
    7 Source: ftp://gborg.postgresql.org/pub/libpqxx/stable/libpqxx-%{version}.tar.gz 
     7Source: ftp://thaiopensource.org/software/libpqxx/libpqxx-%{version}.tar.gz 
    88BuildRoot: %{_tmppath}/%{name}-%{version}-root 
    99URL: http://pqxx.tk/