Firebird 2.0.3 included in Ubuntu 7.10 (gutsy)

The new ubuntu 7.10 includes firebird 2.0.3 stable

Here is the package description , Here is how to install

FB cluster for beggars

Currently, if server’s host has more than one IP, FB uses only
first one. Attached patch lets it use up to eight. It’ll allow to
establish Redundant Array of Inexpensive Servers, just having added
more addresses to DNS, thus gaining fail-safety (or/and – if round-
robin turned on – load balancing).

Here is the patch and  the thread

1 227 228 229 230 231 294