From: Frank Schlottmann-G. <fs...@us...> - 2001-03-23 08:20:14
|
Update of /cvsroot/firebird/interbase In directory usw-pr-cvs1:/tmp/cvs-serv16111/interbase Modified Files: ChangeLog Log Message: Updated ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/firebird/interbase/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 *** ChangeLog 2001/03/16 15:00:13 1.19 --- ChangeLog 2001/03/23 08:20:10 1.20 *************** *** 1,2 **** --- 1,26 ---- + 2001-03-23 09:14 fsg + + * interbase/remote/inet.c: + + Comitted changes made by Lukas Zeller. INET_connect will now fall + back to 3050 if no entry in the services file is found (allowing a + client installation without changing the services file) + + I added a small modification to allow the usage of a port number + instead of a service name in the connect string. + + Commited the changes to inet.c from the Borland tree. These should + solve the start up errors on Linux (and so make the -signore switch + obsolete) + + fsg + + 2001-03-18 16:42 skywalker + + * interbase/burp/: backup.e, restore.e: + + Comitted changes made by Toni Martir that will print a progress + trace when doing a backup and restore. + 2001-03-16 15:55 fsg *************** *** 498,502 **** Changed all $Log$ ! Changed all Revision 1.19 2001/03/16 15:00:13 fsg Changed all Updated ChangeLog Changed all tags to $Id$ BTW this will hopefully set --- 522,526 ---- Changed all $Log$ ! Changed all Revision 1.20 2001/03/23 08:20:10 fsg Changed all Updated ChangeLog Changed all tags to $Id$ BTW this will hopefully set |