Changeset 969
- Timestamp:
- 12/30/05 14:16:04 (5 years ago)
- Location:
- trunk
- Files:
-
- 4 modified
-
NEWS (modified) (1 diff)
-
README (modified) (2 diffs)
-
include/pqxx/util.hxx (modified) (1 diff)
-
libpqxx.spec.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r966 r969 10 10 - Clients can now define their own connection policies 11 11 - Paved the way for client-defined thread synchronization 12 - Now lives at http://thaiopensource.org/development/libpqxx/ 12 13 2.6.1 13 14 - Hugely improved recognition of different strerror_r() versions -
trunk/README
r957 r969 9 9 10 10 Further 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/ 11 system can be found at: 12 13 http://thaiopensource.org/development/libpqxx/ 15 14 16 15 There are also ready-made libpqxx packages available for several systems: Debian … … 430 429 Google http://www.google.com/ 431 430 libpq http://candle.pha.pa.us/main/writings/pgsql/sgml/libpq.html 432 libpqxx http://pqxx.tk/ 433 http://gborg.postgresql.org/project/libpqxx/ 431 libpqxx http://thaiopensource.org/development/libpqxx/ 434 432 Linux http://www.linux.org/ 435 433 MinGW http://www.mingw.org/ -
trunk/include/pqxx/util.hxx
r968 r969 42 42 * reporting system can be found at the project's home page. 43 43 * 44 * @see http:// pqxx.tk/, http://gborg.postgresql.org/project/libpqxx/44 * @see http://thaiopensource.org/development/libpqxx/ 45 45 */ 46 46 -
trunk/libpqxx.spec.in
r957 r969 5 5 License: LGPL 6 6 Group: Development/Libraries 7 Source: ftp:// gborg.postgresql.org/pub/libpqxx/stable/libpqxx-%{version}.tar.gz7 Source: ftp://thaiopensource.org/software/libpqxx/libpqxx-%{version}.tar.gz 8 8 BuildRoot: %{_tmppath}/%{name}-%{version}-root 9 9 URL: http://pqxx.tk/
