[pgsqlclient-checkins] pgsqlclient_10 changelog.txt,1.23,1.24
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-09-14 19:22:08
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1:/tmp/cvs-serv2234 Modified Files: changelog.txt Log Message: Updated CHANGELOG.TXT Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** changelog.txt 12 Sep 2003 20:48:26 -0000 1.23 --- changelog.txt 14 Sep 2003 19:22:05 -0000 1.24 *************** *** 2,5 **** --- 2,14 ---- ------------------------------------------------------- + 2003-09-14 Carlos Guzmán Álvarez <car...@te...> + + * The TLS can now finish the Handshake protocol against the PostgreSQL server, + and the provider can connect to the server using TLS connections. + + * source/NPgClient/PgDbClient.cs: + + - Added changes for better processing of messages received in secure connections ( TLS ) + < ----------------------------------- Beta 2 ---------------------------------- > |